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 Summary
Constructors Constructor Description Broker()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetContactPoint()Deprecated.StringgetGatewayAddress()DurationgetKeepAlive()inthashCode()voidsetContactPoint(String contactPoint)Deprecated.voidsetGatewayAddress(String gatewayAddress)voidsetKeepAlive(Duration keepAlive)StringtoString()
-
-
-
Method Detail
-
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)
-
-