Package org.oddjob.events
Interface EventOperator<T>
- Type Parameters:
T- The type of the event.
- All Known Implementing Classes:
AllEvents,AnyEvents,EventOperatorBase
public interface EventOperator<T>
Subscribe to a list of event sources and applies some logic to their event
to possibly propagate a new event.
-
Method Summary
Modifier and TypeMethodDescriptionstart(List<? extends EventSource<?>> nodes, Consumer<? super CompositeEvent<T>> results)
-
Method Details
-
start
-