Package | Description |
---|---|
org.agilewiki.jactor.bufferedEvents |
The bufferedEvents package supports the dispatching of one-way messages (events),
but it buffers outgoing events and sends them only when there are no other incoming events
to process, which results in a significant improvement in throughput when under load.
|
org.agilewiki.jactor.events |
The events package supports the dispatching of one-way messages (events).
|
Modifier and Type | Method and Description |
---|---|
void |
JABufferedEventsQueue.setActiveEventProcessor(EventProcessor<E> eventProcessor)
Specifies the object which will process the dispatched events.
|
Modifier and Type | Method and Description |
---|---|
void |
JAEventQueue.setActiveEventProcessor(EventProcessor<E> eventProcessor)
Specifies the object which will process the dispatched events.
|
void |
EventDispatcher.setActiveEventProcessor(EventProcessor<E> activeEventProcessor)
Specifies the object to which notificatins are sent and which processes events.
|
Copyright © 2012. All Rights Reserved.