public interface EventPipeline
The interface design is heavily influenced by Matt Welsh's SandStorm server, his demonstration of the SEDA architecture. We have deviated where we felt the design differences where better.
| Modifier and Type | Method and Description |
|---|---|
EventHandler |
getEventHandler()
Returns the reference to the EventHandler that the events from all the
Sinks get merged into.
|
Source[] |
getSources()
There can be many different sources to merge into a pipeline.
|
Source[] getSources()
EventHandler getEventHandler()