use of com.hazelcast.spi.impl.eventservice.impl.EventProcessor in project hazelcast by hazelcast.
the class SendEventOperation method run.
@Override
public void run() throws Exception {
EventServiceImpl eventService = (EventServiceImpl) getNodeEngine().getEventService();
eventService.executeEventCallback(new EventProcessor(eventService, eventEnvelope, orderKey));
}
Aggregations