Class SocketBindingCfg
java.lang.Object
io.camunda.zeebe.broker.system.configuration.SocketBindingCfg
- Direct Known Subclasses:
SocketBindingCfg.CommandApiCfg,SocketBindingCfg.InternalApiCfg
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyDefaults(NetworkCfg networkCfg) intgetHost()intgetPort()voidsetAdvertisedHost(String advertisedHost) voidsetAdvertisedPort(int advertisedPort) voidvoidsetPort(int port) toString()
-
Method Details
-
getAddress
-
getAdvertisedAddress
-
applyDefaults
-
getHost
-
setHost
-
getAdvertisedHost
-
setAdvertisedHost
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
getAdvertisedPort
public int getAdvertisedPort() -
setAdvertisedPort
public void setAdvertisedPort(int advertisedPort) -
toString
-