Interface StreamLogEntryMatcher
- All Superinterfaces:
LogEntryMatcher, Serializable
- All Known Implementing Classes:
ContinuousLogEntryMatcher, ForwardChunkLogEntryMatcher, ReverseLogEntryMatcher
A marker interface indicating that a log entry matcher can be used for streaming (i.e. used
repeatedly).
- Author:
- kimchy
-
Nested Class Summary
Nested classes/interfaces inherited from interface LogEntryMatcher
LogEntryMatcher.InitializationContext, LogEntryMatcher.Operation -
Method Summary
Methods inherited from interface LogEntryMatcher
entries, initialize, match