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