Interface StreamProcessor

All Known Implementing Classes:
UdpStreamProcessor

public interface StreamProcessor
  • Method Details

    • getStreamId

      String getStreamId()
      Get the string that uniquely identifies this stream.
      Returns:
      a unique identifier for this stream
    • getStreamUri

      Optional<URI> getStreamUri()
      Get the URI of the stream associated with this stream processor.
      Returns:
      optional uri of the stream
    • getTitle

      Optional<String> getTitle()
      Get the title string to be used for the parent metacard.
      Returns:
      optional title of the stream
    • getMetacardUpdateInitialDelay

      long getMetacardUpdateInitialDelay()
      Number of seconds to delay updates to metacards.
      Returns:
      seconds