Class ZeebeClientConfigurationProperties.Broker
java.lang.Object
io.camunda.zeebe.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
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
-
setGrpcAddress
-
getRestAddress
-
setRestAddress
-
getKeepAlive
-
setKeepAlive
-
hashCode
public int hashCode() -
equals
-
toString
-
getGrpcAddress()