public class EventProcessor extends Object implements StripedRunnable
StripedRunnable
and events are processed on a
thread defined by the orderKey
. This means that all events with the same orderKey
will be ordered.
Any exception thrown when processing the event will be returned to the caller.Constructor and Description |
---|
EventProcessor(EventServiceImpl eventService,
EventEnvelope envelope,
int orderKey) |
public EventProcessor(EventServiceImpl eventService, EventEnvelope envelope, int orderKey)
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.