Interface StreamProcessor
- All Known Implementing Classes:
UdpStreamProcessor
public interface StreamProcessor
-
Method Summary
Modifier and TypeMethodDescriptionlongNumber of seconds to delay updates to metacards.Get the string that uniquely identifies this stream.Get the URI of the stream associated with this stream processor.getTitle()Get the title string to be used for the parent metacard.
-
Method Details
-
getStreamId
String getStreamId()Get the string that uniquely identifies this stream.- Returns:
- a unique identifier for this stream
-
getStreamUri
Get the URI of the stream associated with this stream processor.- Returns:
- optional uri of the stream
-
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
-