Class EventSourceInterceptorDispatcher
-
- All Implemented Interfaces:
-
com.google.common.util.concurrent.Service,org.somda.sdc.dpws.soap.interception.Interceptor
public class EventSourceInterceptorDispatcher extends AbstractIdleService implements Interceptor
Interceptor that manages subscriptions and dispatches subscription activity to filter dialect handlers.
-
-
Method Summary
Modifier and Type Method Description Map<String, SubscriptionManager>getActiveSubscriptions()-
Methods inherited from class com.google.common.util.concurrent.AbstractIdleService
addListener, awaitRunning, awaitTerminated, failureCause, isRunning, startAsync, state, stopAsync, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getActiveSubscriptions
Map<String, SubscriptionManager> getActiveSubscriptions()
-
-
-
-