Interface MemberSubscription
Interface representing the subscription metadata for a group member.
-
Method Summary
Modifier and TypeMethodDescriptionGets the instance Id if present.rackId()
Gets the rack Id if present.Gets the set of subscribed topic Ids.
-
Method Details
-
rackId
Gets the rack Id if present.- Returns:
- An Optional containing the rack Id, or an empty Optional if not present.
-
instanceId
Gets the instance Id if present.- Returns:
- An Optional containing the instance Id, or an empty Optional if not present.
-
subscribedTopicIds
Gets the set of subscribed topic Ids.- Returns:
- The set of subscribed topic Ids.
-