Interface FilterStreamDescriptor

    • Method Detail

      • getName

        String getName()
        Returns:
        human readable name of filter input source type.
      • getDescription

        String getDescription()
        Returns:
        the description of the filter
      • getPropertyDescriptor

        <T> FilterStreamPropertyDescriptor<T> getPropertyDescriptor​(String propertyName)
        Return descriptor for the provided property name. The property name is not case sensitive.
        Type Parameters:
        T - the type of value associated to this property
        Parameters:
        propertyName - the name of the property
        Returns:
        the descriptor of the property.