| Package | Description |
|---|---|
| org.apache.excalibur.event | |
| org.apache.excalibur.event.command |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Queue
A Source implements the side of an event queue where QueueElements are
dequeued operations only.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DequeueInterceptor.after(Source context)
An operation executed after dequeing events from
the queue.
|
void |
DequeueInterceptor.before(Source context)
An operation executed before dequeing events from
the queue.
|
| Modifier and Type | Method and Description |
|---|---|
Source[] |
EventPipeline.getSources()
There can be many different sources to merge into a pipeline.
|