Uses of Class
org.apache.activemq.artemis.protocol.amqp.federation.FederationConsumerInfo.Role
-
Packages that use FederationConsumerInfo.Role Package Description org.apache.activemq.artemis.protocol.amqp.federation org.apache.activemq.artemis.protocol.amqp.federation.internal -
-
Uses of FederationConsumerInfo.Role in org.apache.activemq.artemis.protocol.amqp.federation
Methods in org.apache.activemq.artemis.protocol.amqp.federation that return FederationConsumerInfo.Role Modifier and Type Method Description FederationConsumerInfo.RoleFederationConsumerInfo. getRole()static FederationConsumerInfo.RoleFederationConsumerInfo.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static FederationConsumerInfo.Role[]FederationConsumerInfo.Role. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FederationConsumerInfo.Role in org.apache.activemq.artemis.protocol.amqp.federation.internal
Methods in org.apache.activemq.artemis.protocol.amqp.federation.internal that return FederationConsumerInfo.Role Modifier and Type Method Description FederationConsumerInfo.RoleFederationGenericConsumerInfo. getRole()Constructors in org.apache.activemq.artemis.protocol.amqp.federation.internal with parameters of type FederationConsumerInfo.Role Constructor Description FederationGenericConsumerInfo(FederationConsumerInfo.Role role, String address, String queueName, RoutingType routingType, String filterString, String fqqn, int priority)
-