Interface GatewayDelegatorTarget

All Known Implementing Classes:
DefaultGatewayDelegator.DefaultGatewayDelegatorTarget

public interface GatewayDelegatorTarget
Represents a single delegation target
Since:
8.0.4
Author:
eitany
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the gateway delegator this delegator is connected to which routes communication to the target gateway.
    Returns the delegator this delegation target is part of.
    Returns the delegated target gateway name.
    boolean
    Returns true if the delegation is done via another delegator or false if this delegator is connected directly to the target gateway.
  • Method Details

    • getDelegator

      GatewayDelegator getDelegator()
      Returns the delegator this delegation target is part of.
    • getTargetGatewayName

      String getTargetGatewayName()
      Returns the delegated target gateway name.
    • isDelegateThroughOtherGateway

      boolean isDelegateThroughOtherGateway()
      Returns true if the delegation is done via another delegator or false if this delegator is connected directly to the target gateway.
    • getDelegateThroughGatewayName

      String getDelegateThroughGatewayName()
      Returns the name of the gateway delegator this delegator is connected to which routes communication to the target gateway. If this delegator is connected directly to the target gateway it will return null.
      See Also: