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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getKey
public RemoteEventProcessor(EventServiceImpl eventService, Packet packet)
public void run()
run
in interface Runnable
run
in class EventProcessor
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.