public interface NamedWindowDispatchService
Modifier and Type | Method and Description |
---|---|
void |
addDispatch(NamedWindowConsumerLatchFactory latchFactory,
NamedWindowDeltaData delta,
Map<EPStatementAgentInstanceHandle,List<NamedWindowConsumerView>> consumers)
For use to add a result of a named window that must be dispatched to consuming views.
|
void |
destroy()
Destroy service.
|
boolean |
dispatch()
Dispatch events of the insert and remove stream of named windows to consumers, as part of the
main event processing or dispatch loop.
|
void addDispatch(NamedWindowConsumerLatchFactory latchFactory, NamedWindowDeltaData delta, Map<EPStatementAgentInstanceHandle,List<NamedWindowConsumerView>> consumers)
delta
- is the result to dispatchconsumers
- is the destination of the dispatch, a map of statements to one or more consuming viewslatchFactory
- latch factoryboolean dispatch()
void destroy()
Copyright © 2005–2018. All rights reserved.