Class ZeebeClientConfigurationProperties.Broker
java.lang.Object
io.camunda.spring.client.properties.ZeebeClientConfigurationProperties.Broker
- Enclosing class:
ZeebeClientConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.inthashCode()voidsetGatewayAddress(String gatewayAddress) Deprecated.since 8.5 for removal with 8.8, replaced bygetGrpcAddress()voidsetGrpcAddress(URI grpcAddress) voidsetKeepAlive(Duration keepAlive) voidsetRestAddress(URI restAddress) toString()
-
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 bygetGrpcAddress()- See Also:
-
setGatewayAddress
Deprecated.since 8.5 for removal with 8.8, replaced bygetGrpcAddress()- See Also:
-
getGrpcAddress
@DeprecatedConfigurationProperty(replacement="camunda.client.grpc-address") public URI getGrpcAddress() -
setGrpcAddress
-
getRestAddress
@DeprecatedConfigurationProperty(replacement="camunda.client.rest-address") public URI getRestAddress() -
setRestAddress
-
getKeepAlive
@DeprecatedConfigurationProperty(replacement="camunda.client.keep-alive") public Duration getKeepAlive() -
setKeepAlive
-
hashCode
public int hashCode() -
equals
-
toString
-
getGrpcAddress()