Class GatewayCfg
java.lang.Object
io.camunda.zeebe.gateway.impl.configuration.GatewayCfg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidinit()voidsetCluster(ClusterCfg cluster) voidsetInterceptors(List<InterceptorCfg> interceptors) setLongPolling(LongPollingCfg longPolling) voidsetMultiTenancy(MultiTenancyCfg multiTenancy) setNetwork(NetworkCfg network) setSecurity(SecurityCfg security) setThreads(ThreadsCfg threads) toJson()toString()
-
Constructor Details
-
GatewayCfg
public GatewayCfg()
-
-
Method Details
-
init
public void init() -
init
-
getNetwork
-
setNetwork
-
getCluster
-
setCluster
-
getThreads
-
setThreads
-
getSecurity
-
setSecurity
-
getLongPolling
-
setLongPolling
-
getInterceptors
-
setInterceptors
-
getMultiTenancy
-
setMultiTenancy
-
hashCode
public int hashCode() -
equals
-
toString
-
toJson
-