Class ZeebeClientConfigurationProperties.Broker

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

public static class ZeebeClientConfigurationProperties.Broker extends Object
  • Constructor Details

    • Broker

      public Broker()
  • Method Details

    • getGatewayAddress

      @DeprecatedConfigurationProperty(replacement="camunda.client.grpc-address") public String getGatewayAddress()
      Deprecated.
      since 8.5 for removal with 8.8, replaced by getGrpcAddress()
      See Also:
    • setGatewayAddress

      public void setGatewayAddress(String gatewayAddress)
      Deprecated.
      since 8.5 for removal with 8.8, replaced by getGrpcAddress()
      See Also:
    • getGrpcAddress

      @DeprecatedConfigurationProperty(replacement="camunda.client.grpc-address") public URI getGrpcAddress()
    • setGrpcAddress

      public void setGrpcAddress(URI grpcAddress)
    • getRestAddress

      @DeprecatedConfigurationProperty(replacement="camunda.client.rest-address") public URI getRestAddress()
    • setRestAddress

      public void setRestAddress(URI restAddress)
    • getKeepAlive

      @DeprecatedConfigurationProperty(replacement="camunda.client.keep-alive") public Duration getKeepAlive()
    • setKeepAlive

      public void setKeepAlive(Duration keepAlive)
    • 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