Class EmbeddedGatewayCfg
- java.lang.Object
-
- io.camunda.zeebe.gateway.impl.configuration.GatewayCfg
-
- io.camunda.zeebe.broker.system.configuration.EmbeddedGatewayCfg
-
- All Implemented Interfaces:
ConfigurationEntry
public final class EmbeddedGatewayCfg extends GatewayCfg implements ConfigurationEntry
-
-
Constructor Summary
Constructors Constructor Description EmbeddedGatewayCfg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(BrokerCfg globalConfig, String brokerBase)booleanisEnable()EmbeddedGatewayCfgsetEnable(boolean enable)-
Methods inherited from class io.camunda.zeebe.gateway.impl.configuration.GatewayCfg
equals, getCluster, getLongPolling, getMonitoring, getNetwork, getSecurity, getThreads, hashCode, init, init, isInitialized, setCluster, setLongPolling, setMonitoring, setNetwork, setSecurity, setThreads, toJson, toString
-
-
-
-
Method Detail
-
init
public void init(BrokerCfg globalConfig, String brokerBase)
- Specified by:
initin interfaceConfigurationEntry
-
isEnable
public boolean isEnable()
-
setEnable
public EmbeddedGatewayCfg setEnable(boolean enable)
-
-