Class EventSinkInterfaceNotificatorService
java.lang.Object
org.apache.cxf.ws.eventing.backend.notification.NotificatorService
org.apache.cxf.ws.eventing.backend.notification.EventSinkInterfaceNotificatorService
A NotificatorService dispatching events according to a known event sink interface
-
Field Summary
Fields inherited from class org.apache.cxf.ws.eventing.backend.notification.NotificatorService
CORE_POOL_SIZE, LOG, service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Class<?>protected voidsubmitNotificationTask(SubscriptionTicket ticket, Object event) Methods inherited from class org.apache.cxf.ws.eventing.backend.notification.NotificatorService
dispatchEvent, obtainManager, start, stop, subscriptionEnd
-
Constructor Details
-
EventSinkInterfaceNotificatorService
public EventSinkInterfaceNotificatorService()
-
-
Method Details
-
getEventSinkInterface
-
submitNotificationTask
- Specified by:
submitNotificationTaskin classNotificatorService
-