Interface Subscription
public sealed interface Subscription
Represents a STOMP subscription.
- Since:
- 1.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe destination (topic) of the subscription.id()The unique identifier of the subscription.
-
Method Details
-
id
-
destination
String destination()The destination (topic) of the subscription.- Returns:
- the destination string
- Since:
- 1.0.0
-