org.openorb.notify.queue
Class EventQueueFactory
public final
class
EventQueueFactory
extends Object
An event queue is an object into which events are pushed and pulled.
Pushing an event is adding an event to this queue, pulling an event
is retrieving an event from this queue.
Events in the queue can be either Untyped, Structured, StructuredSequence
and Type events.
The filterable event queue adds support for filters and is able to decide
if an event must be enqueued or discarded.
The persistent event queue adds support for persistence. Upon receiving an
event, it will be saved persistently until the event channel aggregate it has
been received by all consumers.
Author: Olivier Modica
Method Summary |
static FilterableEventQueue | createAdminQueue(String id, PropertiesRepository props, boolean isEventsLogged, boolean isFiltersEvaluationLogged, Logger logger) |
static FilterableEventQueue | createConsumerProxyQueue(String id, PropertiesRepository props, boolean isPerformance, boolean isEventsLogged, boolean isFiltersEvaluationLogged, Logger logger) |
static FilterableEventQueue | createSupplierProxyQueue(String id, PropertiesRepository props, boolean isEventsLogged, boolean isFiltersEvaluationLogged, Logger logger) |