Uses of Interface
org.schlunzis.zis.stomp.client.Subscription
-
Uses of Subscription in org.schlunzis.zis.stomp.client
Methods in org.schlunzis.zis.stomp.client that return SubscriptionModifier and TypeMethodDescription<T> SubscriptionSubscribes to the specified destination to receive messages of the given payload type.Methods in org.schlunzis.zis.stomp.client with parameters of type SubscriptionModifier and TypeMethodDescriptionvoidStompClient.unsubscribe(Subscription subscription) Unsubscribes from the specified subscription.