public static class ZeebeClientConfigurationProperties.Broker extends Object
| Constructor and Description |
|---|
Broker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContactPoint()
Deprecated.
|
String |
getGatewayAddress() |
Duration |
getKeepAlive() |
int |
hashCode() |
void |
setContactPoint(String contactPoint)
Deprecated.
|
void |
setGatewayAddress(String gatewayAddress) |
void |
setKeepAlive(Duration keepAlive) |
String |
toString() |
@Deprecated public String getContactPoint()
@Deprecated public void setContactPoint(String contactPoint)
contactPoint - public String getGatewayAddress()
public void setGatewayAddress(String gatewayAddress)
public Duration getKeepAlive()
public void setKeepAlive(Duration keepAlive)
Copyright © 2021 Camunda Services GmbH. All rights reserved.