Interface FederationConsumer
-
- All Known Subinterfaces:
FederationConsumerInternal
- All Known Implementing Classes:
AMQPFederationAddressConsumer,AMQPFederationQueueConsumer
public interface FederationConsumerBasic API for a consumer instance that is tied to a given server federation instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FederationConsumerInfogetConsumerInfo()FederationgetFederation()
-
-
-
Method Detail
-
getFederation
Federation getFederation()
- Returns:
- the
Federationthat this consumer operates under.
-
getConsumerInfo
FederationConsumerInfo getConsumerInfo()
- Returns:
- an information object that defines the characteristics of the
FederationConsumer
-
-