Class RelayConfig.ForwardConfig

java.lang.Object
org.jgroups.protocols.relay.config.RelayConfig.ForwardConfig
Enclosing class:
RelayConfig

public static class RelayConfig.ForwardConfig extends Object
Forwards to site 'to' via route 'gateway'. Example: if site HF is reachable via NET1, if NET2 is not directly connected to HF, it needs to have a ForwardConfig with to="HF" and gateway="NET1". This means that a message to site HF will be forwarded to NET1, which then forwards it to HF.
  • Field Details

    • to

      protected final String to
    • gateway

      protected final String gateway
  • Constructor Details

    • ForwardConfig

      public ForwardConfig(String to, String gateway)
  • Method Details