Class ContinuousLogEntryMatcher

java.lang.Object
com.gigaspaces.log.ContinuousLogEntryMatcher
All Implemented Interfaces:
ClientLogEntryMatcherCallback, LogEntryMatcher, StreamLogEntryMatcher, Serializable

public class ContinuousLogEntryMatcher extends Object implements LogEntryMatcher, ClientLogEntryMatcherCallback, StreamLogEntryMatcher
A reusable matcher (not thread safe) which accepts a matcher that returns the log entries for the first call, and for any other call, a AfterEntryLogEntryMatcher will be used with the last log entry returned.
Author:
kimchy
See Also: