public class RemoteEventProcessor extends EventProcessor implements StripedRunnable
EventProcessor which logs and swallows any exception while processing the event.
The EventProcessor.orderKey for this processor is equal to the packet partition ID. This means that when running
inside a StripedExecutor, all events for the same partition ID will be ordered.| Constructor and Description |
|---|
RemoteEventProcessor(EventServiceImpl eventService,
Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
getKey, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetKeypublic RemoteEventProcessor(EventServiceImpl eventService, Packet packet)
public void run()
run in interface Runnablerun in class EventProcessorCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.