Interface FederationConsumer
- All Known Implementing Classes:
AMQPFederationAddressBindingsConsumer, AMQPFederationAddressConduitConsumer, AMQPFederationAddressConsumer, AMQPFederationConsumer, AMQPFederationQueueConsumer
public interface FederationConsumer
Basic API for a consumer instance that is tied to a given server federation instance.
-
Method Summary
Modifier and TypeMethodDescriptionReturns an information object that defines the characteristics of theFederationConsumer.Returns theFederationthat this consumer operates under.
-
Method Details
-
getFederation
Federation getFederation()Returns theFederationthat this consumer operates under.- Returns:
- the
Federationthat this consumer operates under
-
getConsumerInfo
FederationConsumerInfo getConsumerInfo()Returns an information object that defines the characteristics of theFederationConsumer.- Returns:
- an information object that defines the characteristics of the
FederationConsumer
-