InternalEventService
implementation.See: Description
Class | Description |
---|---|
EventEnvelope |
An Envelope around an event object.
|
EventProcessor |
An event processor responsible of fetching the registration and service responsible for the published event
and processing it.
|
EventServiceImpl |
Service responsible for routing and dispatching local and remote events and keeping track of listener
registrations.
|
EventServiceSegment<S> |
Segment of the event service.
|
FutureUtilExceptionHandler |
Exception handler which logs the
FutureUtilExceptionHandler.message in case the exception is a MemberLeftException ,
otherwise wraps the exception in a HazelcastException and rethrows it. |
LocalEventDispatcher |
A
StripedRunnable responsible of processing the LocalEventDispatcher.event on a thread defined by the LocalEventDispatcher.orderKey . |
Registration | |
RemoteEventProcessor |
An extension of the
EventProcessor which logs and swallows any exception while processing the event. |
TrueEventFilter |
An event filter which does not filter any event and always evaluates
true results. |
InternalEventService
implementation.Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.