Package com.caplin.server.auth
Interface Subscription
-
- All Known Implementing Classes:
SubscriptionImpl
public interface Subscription
Allows subscriptions fromSessionManager
to be initiated and unsubscribed from.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
subscribe()
Initiates the request.void
unsubscribe()
If the subscription fails it is automatically unsubscribed.
-