Uses of Interface
com.espertech.esper.common.internal.view.util.BufferObserver
Packages that use BufferObserver
Package
Description
-
Uses of BufferObserver in com.espertech.esper.common.internal.epl.join.base
Classes in com.espertech.esper.common.internal.epl.join.base that implement BufferObserverModifier and TypeClassDescriptionclass
This class reacts to any new data buffered by registring with the dispatch service. -
Uses of BufferObserver in com.espertech.esper.common.internal.epl.subselect
Classes in com.espertech.esper.common.internal.epl.subselect that implement BufferObserverModifier and TypeClassDescriptionclass
Observer to a buffer that is filled by a subselect view when it posts events, to be added and removed from indexes. -
Uses of BufferObserver in com.espertech.esper.common.internal.view.util
Methods in com.espertech.esper.common.internal.view.util with parameters of type BufferObserverModifier and TypeMethodDescriptionvoid
BufferView.setObserver
(BufferObserver observer) Set the observer for indicating new and old data.