Interface FederationReceiveFromResourcePolicy

All Known Implementing Classes:
FederationReceiveFromAddressPolicy, FederationReceiveFromQueuePolicy

public interface FederationReceiveFromResourcePolicy
Interface that a Federation receive from (address or queue) policy should implement and provides some common APIs that each should share.
  • Method Details

    • getPolicyType

      FederationType getPolicyType()
      Returns the federation type this policy configuration defines.
      Returns:
      the federation type this policy configuration defines
    • getPolicyName

      String getPolicyName()
      Returns the name assigned to this federation policy.
      Returns:
      the name assigned to this federation policy
    • getProperties

      Map<String,Object> getProperties()
      Returns a Map of properties that were used in the policy configuration.
      Returns:
      a Map of properties that were used in the policy configuration
    • getTransformerConfiguration

      TransformerConfiguration getTransformerConfiguration()
      Returns the TransformerConfiguration that was specified in the policy configuration.
      Returns:
      the TransformerConfiguration that was specified in the policy configuration