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

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getContactPoint

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url", reason="The zeebe client url is now configured as http/https url") 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

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.base-url", reason="The zeebe client url is now configured as http/https url") public String getGatewayAddress()
      Deprecated.
    • setGatewayAddress

      public void setGatewayAddress(String gatewayAddress)
    • getKeepAlive

      @Deprecated @DeprecatedConfigurationProperty(replacement="camunda.client.zeebe.keep-alive") public Duration getKeepAlive()
      Deprecated.
    • 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