Uses of Enum Class
ch.rasc.wamp2spring.pubsub.MatchPolicy
Packages that use MatchPolicy
Package
Description
-
Uses of MatchPolicy in ch.rasc.wamp2spring.config
Methods in ch.rasc.wamp2spring.config that return MatchPolicyConstructors in ch.rasc.wamp2spring.config with parameters of type MatchPolicy -
Uses of MatchPolicy in ch.rasc.wamp2spring.message
Methods in ch.rasc.wamp2spring.message that return MatchPolicyModifier and TypeMethodDescriptionSubscribeMessage.getMatchPolicy()Returns the matching policy for this subscription.Constructors in ch.rasc.wamp2spring.message with parameters of type MatchPolicyModifierConstructorDescriptionSubscribeMessage(long requestId, String topic, MatchPolicy match) SubscribeMessage(long requestId, String topic, MatchPolicy match, boolean getRetained) SubscribeMessage(long requestId, String topic, MatchPolicy match, boolean getRetained, Map<String, Object> options) -
Uses of MatchPolicy in ch.rasc.wamp2spring.pubsub
Methods in ch.rasc.wamp2spring.pubsub that return MatchPolicyModifier and TypeMethodDescriptionstatic MatchPolicyMatchPolicy.fromExtValue(String externalValue) SubscriptionDetail.getMatchPolicy()static MatchPolicyReturns the enum constant of this class with the specified name.static MatchPolicy[]MatchPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.rasc.wamp2spring.pubsub that return types with arguments of type MatchPolicyModifier and TypeMethodDescriptionSubscriptionRegistry.listSubscriptions()Returns subscription IDs listed according to matching policies.Methods in ch.rasc.wamp2spring.pubsub with parameters of type MatchPolicyModifier and TypeMethodDescriptionSubscriptionRegistry.lookupSubscription(String topic, MatchPolicy matchPolicy) Returns the subscription ID (if any) managing a topic, according to the matching policy.