Class ConnectorConfig.FanoutLinkReadyCondition

java.lang.Object
com.pushtechnology.diffusion.api.config.ConnectorConfig.FanoutLinkReadyCondition
All Implemented Interfaces:
ConnectorConfig.StartCondition
Enclosing interface:
ConnectorConfig

public static final class ConnectorConfig.FanoutLinkReadyCondition extends Object implements ConnectorConfig.StartCondition
Start condition representing a fanout link being ready. It is satisfied when the link has connected to its configured primary server and has synchronised the topics from the primary server that match its configuration.
Since:
6.4
  • Constructor Details

    • FanoutLinkReadyCondition

      public FanoutLinkReadyCondition(String connection, String link)
      Constructor.
  • Method Details

    • getConnection

      public String getConnection()
      Returns:
      the fanout connection name
    • getLink

      public String getLink()
      Returns:
      the fanout link name