Package cz.o2.proxima.direct.core.batch
Class BatchLogReaders.ForwardingBatchLogObserver
- java.lang.Object
-
- cz.o2.proxima.direct.core.batch.BatchLogReaders.ForwardingBatchLogObserver
-
- All Implemented Interfaces:
BatchLogObserver
,LogObserver<Offset,BatchLogObserver.OnNextContext>
- Enclosing class:
- BatchLogReaders
public static class BatchLogReaders.ForwardingBatchLogObserver extends java.lang.Object implements BatchLogObserver
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface cz.o2.proxima.direct.core.batch.BatchLogObserver
BatchLogObserver.OnNextContext
-
-
Constructor Summary
Constructors Constructor Description ForwardingBatchLogObserver(BatchLogObserver delegate)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cz.o2.proxima.direct.core.batch.BatchLogObserver
onInterrupted, onNext, onNext
-
Methods inherited from interface cz.o2.proxima.direct.core.LogObserver
onCancelled, onCompleted, onError, onException, onFatalError
-
-
-
-
Constructor Detail
-
ForwardingBatchLogObserver
public ForwardingBatchLogObserver(BatchLogObserver delegate)
-
-