Class ZeebeClientConfigurationProperties.Broker

java.lang.Object
io.camunda.zeebe.spring.client.properties.ZeebeClientConfigurationProperties.Broker
Enclosing class:
ZeebeClientConfigurationProperties

public static class ZeebeClientConfigurationProperties.Broker extends Object
  • Constructor Details

    • Broker

      public Broker()
  • Method Details

    • getContactPoint

      @Deprecated public String getContactPoint()
      Deprecated.
      Use gatewayAddress. It's deprecated since 0.25.0, and will be removed in 0.26.0
      Returns:
      gatewayAddress
    • setContactPoint

      @Deprecated public void setContactPoint(String contactPoint)
      Deprecated.
      Use gatewayAddress. It's deprecated since 0.25.0, and will be removed in 0.26.0
      Parameters:
      contactPoint -
    • getGatewayAddress

      public String getGatewayAddress()
    • setGatewayAddress

      public void setGatewayAddress(String gatewayAddress)
    • getKeepAlive

      public Duration getKeepAlive()
    • setKeepAlive

      public void setKeepAlive(Duration keepAlive)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object