Class NetworkCfg
java.lang.Object
io.camunda.zeebe.gateway.impl.configuration.NetworkCfg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHost()org.springframework.util.unit.DataSizeintgetPort()inthashCode()voidsetMaxMessageSize(org.springframework.util.unit.DataSize maxMessageSize) setMinKeepAliveInterval(Duration keepAlive) setPort(int port) toString()
-
Constructor Details
-
NetworkCfg
public NetworkCfg()
-
-
Method Details
-
init
-
getHost
-
setHost
-
getPort
public int getPort() -
setPort
-
getMinKeepAliveInterval
-
setMinKeepAliveInterval
-
getMaxMessageSize
public org.springframework.util.unit.DataSize getMaxMessageSize() -
setMaxMessageSize
-
toSocketAddress
-
hashCode
public int hashCode() -
equals
-
toString
-