java.lang.Object
io.camunda.zeebe.gateway.impl.configuration.NetworkCfg

public final class NetworkCfg extends Object
  • Constructor Details

    • NetworkCfg

      public NetworkCfg()
  • Method Details

    • init

      public void init(String defaultHost)
    • getHost

      public String getHost()
    • setHost

      public NetworkCfg setHost(String host)
    • getPort

      public int getPort()
    • setPort

      public NetworkCfg setPort(int port)
    • getMinKeepAliveInterval

      public Duration getMinKeepAliveInterval()
    • setMinKeepAliveInterval

      public NetworkCfg setMinKeepAliveInterval(Duration keepAlive)
    • getMaxMessageSize

      public org.springframework.util.unit.DataSize getMaxMessageSize()
    • setMaxMessageSize

      public NetworkCfg setMaxMessageSize(org.springframework.util.unit.DataSize maxMessageSize)
    • toSocketAddress

      public InetSocketAddress toSocketAddress()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object