Uses of Enum Class
org.apache.activemq.artemis.protocol.amqp.federation.FederationConsumerInfo.Role
Packages that use FederationConsumerInfo.Role
Package
Description
-
Uses of FederationConsumerInfo.Role in org.apache.activemq.artemis.protocol.amqp.connect.federation
Methods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return FederationConsumerInfo.RoleModifier and TypeMethodDescriptionAMQPFederationConsumer.getRole()Returns the type of federation consumer being represented.AMQPFederationGenericConsumerInfo.getRole()Constructors in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type FederationConsumerInfo.RoleModifierConstructorDescriptionAMQPFederationGenericConsumerInfo(FederationConsumerInfo.Role role, String address, String queueName, RoutingType routingType, String filterString, String fqqn, int priority) -
Uses of FederationConsumerInfo.Role in org.apache.activemq.artemis.protocol.amqp.federation
Subclasses with type arguments of type FederationConsumerInfo.Role in org.apache.activemq.artemis.protocol.amqp.federationMethods in org.apache.activemq.artemis.protocol.amqp.federation that return FederationConsumerInfo.RoleModifier and TypeMethodDescriptionFederationConsumerInfo.getRole()Returns the type of federation consumer being represented.static FederationConsumerInfo.RoleReturns the enum constant of this class with the specified name.static FederationConsumerInfo.Role[]FederationConsumerInfo.Role.values()Returns an array containing the constants of this enum class, in the order they are declared.