Interface ISubscriptionTopicNew
-
- All Known Implementing Classes:
SubscriptionTopic,SubscriptionTopicNew
public interface ISubscriptionTopicNew
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.util.List<ChannelClassification>>getCustomRouting()java.util.Optional<java.lang.Boolean>getHasCustomRouting()SubscriptionTopicStatusgetStatus()
-
-
-
Method Detail
-
getStatus
SubscriptionTopicStatus getStatus()
-
getHasCustomRouting
java.util.Optional<java.lang.Boolean> getHasCustomRouting()
-
getCustomRouting
java.util.Optional<java.util.List<ChannelClassification>> getCustomRouting()
-
-