Interface AsyncObservationPipe<I extends Observation,O extends Observation>
-
- All Superinterfaces:
AsyncAwareObservable<O>,AsyncObservable<O>,AsyncObserver<I>,java.util.function.Consumer<I>,Observable<O>,ObservationPipe<I,O>,Observer<I>
- All Known Implementing Classes:
AsyncBufferPipe,AsyncEventSupervision,AsyncIdentityPipe,AsyncSummarizingBufferPipe,AsyncTransformingPipe,CountingAsyncBufferPipe
public interface AsyncObservationPipe<I extends Observation,O extends Observation> extends ObservationPipe<I,O>, AsyncObserver<I>, AsyncObservable<O>
-
-
Method Summary
-
Methods inherited from interface org.processmining.specpp.supervision.piping.AsyncAwareObservable
getAsyncObservers, getNonAsyncObservers, publishFutureToAsyncObservers, publishFutureToNonAsyncObservers
-
Methods inherited from interface org.processmining.specpp.supervision.piping.AsyncObservable
publishAsync
-
Methods inherited from interface org.processmining.specpp.supervision.piping.AsyncObserver
observeAsync
-
Methods inherited from interface org.processmining.specpp.supervision.piping.Observable
addObserver, beObservedBy, clearObservers, getObservers, publish, removeObserver
-
-