Interface StreamLogEntryMatcher

All Superinterfaces:
LogEntryMatcher, Serializable
All Known Implementing Classes:
ContinuousLogEntryMatcher, ForwardChunkLogEntryMatcher, ReverseLogEntryMatcher

public interface StreamLogEntryMatcher extends LogEntryMatcher
A marker interface indicating that a log entry matcher can be used for streaming (i.e. used repeatedly).
Author:
kimchy