Uses of Enum Class
org.apache.activemq.artemis.protocol.amqp.federation.FederationType
Packages that use FederationType
Package
Description
-
Uses of FederationType in org.apache.activemq.artemis.protocol.amqp.connect.federation
Fields in org.apache.activemq.artemis.protocol.amqp.connect.federation declared as FederationTypeModifier and TypeFieldDescriptionprotected final FederationTypeAMQPFederationPolicyManager.policyTypeMethods in org.apache.activemq.artemis.protocol.amqp.connect.federation that return FederationTypeModifier and TypeMethodDescriptionfinal FederationTypeAMQPFederationPolicyManager.getPolicyType()Returns the federation type this policy manager implements.Constructors in org.apache.activemq.artemis.protocol.amqp.connect.federation with parameters of type FederationTypeModifierConstructorDescriptionAMQPFederationPolicyManager(AMQPFederation federation, AMQPFederationMetrics metrics, String policyName, FederationType policyType) AMQPFederationRemotePolicyManager(AMQPFederation federation, AMQPFederationMetrics metrics, String policyName, FederationType policyType) Create the remote policy manager instance with the given configuration. -
Uses of FederationType in org.apache.activemq.artemis.protocol.amqp.federation
Subclasses with type arguments of type FederationType in org.apache.activemq.artemis.protocol.amqp.federationModifier and TypeClassDescriptionenumEnumeration that define the type of federation a policy or resource implements.Methods in org.apache.activemq.artemis.protocol.amqp.federation that return FederationTypeModifier and TypeMethodDescriptionFederationReceiveFromAddressPolicy.getPolicyType()FederationReceiveFromQueuePolicy.getPolicyType()FederationReceiveFromResourcePolicy.getPolicyType()Returns the federation type this policy configuration defines.static FederationTypeReturns the enum constant of this class with the specified name.static FederationType[]FederationType.values()Returns an array containing the constants of this enum class, in the order they are declared.