public class EventServiceImpl extends Object implements EventService
| Modifier and Type | Class and Description |
|---|---|
static class |
EventServiceImpl.DeregistrationOperation |
static class |
EventServiceImpl.EmptyFilter |
static class |
EventServiceImpl.EventPacket |
static class |
EventServiceImpl.PostJoinRegistrationOperation |
static class |
EventServiceImpl.Registration |
static class |
EventServiceImpl.RegistrationOperation |
static class |
EventServiceImpl.SendEventOperation |
public int getEventThreadCount()
getEventThreadCount in interface EventServicepublic int getEventQueueCapacity()
getEventQueueCapacity in interface EventServicepublic int getEventQueueSize()
getEventQueueSize in interface EventServicepublic EventRegistration registerLocalListener(String serviceName, String topic, Object listener)
registerLocalListener in interface EventServicepublic EventRegistration registerLocalListener(String serviceName, String topic, EventFilter filter, Object listener)
registerLocalListener in interface EventServicepublic EventRegistration registerListener(String serviceName, String topic, Object listener)
registerListener in interface EventServicepublic EventRegistration registerListener(String serviceName, String topic, EventFilter filter, Object listener)
registerListener in interface EventServicepublic boolean deregisterListener(String serviceName, String topic, Object id)
deregisterListener in interface EventServicepublic void deregisterAllListeners(String serviceName, String topic)
deregisterAllListeners in interface EventServicepublic EventRegistration[] getRegistrationsAsArray(String serviceName, String topic)
getRegistrationsAsArray in interface EventServicepublic Collection<EventRegistration> getRegistrations(String serviceName, String topic)
getRegistrations in interface EventServicepublic void publishEvent(String serviceName, EventRegistration registration, Object event, int orderKey)
publishEvent in interface EventServicepublic void publishEvent(String serviceName, Collection<EventRegistration> registrations, Object event, int orderKey)
publishEvent in interface EventServicepublic EventServiceImpl.PostJoinRegistrationOperation getPostJoinOperation()
Copyright © 2021 Hazelcast, Inc.. All rights reserved.