Class EventSinkInterfaceNotificatorService
- java.lang.Object
-
- org.apache.cxf.ws.eventing.backend.notification.NotificatorService
-
- org.apache.cxf.ws.eventing.backend.notification.EventSinkInterfaceNotificatorService
-
public abstract class EventSinkInterfaceNotificatorService extends NotificatorService
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 Constructor Description EventSinkInterfaceNotificatorService()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Class<?>getEventSinkInterface()protected voidsubmitNotificationTask(SubscriptionTicket ticket, Object event)-
Methods inherited from class org.apache.cxf.ws.eventing.backend.notification.NotificatorService
dispatchEvent, obtainManager, start, stop, subscriptionEnd
-
-
-
-
Method Detail
-
getEventSinkInterface
protected abstract Class<?> getEventSinkInterface()
-
submitNotificationTask
protected void submitNotificationTask(SubscriptionTicket ticket, Object event)
- Specified by:
submitNotificationTaskin classNotificatorService
-
-