Package io.camunda.zeebe.gateway
Class Gateway
java.lang.Object
io.camunda.zeebe.gateway.Gateway
- All Implemented Interfaces:
CloseableSilently,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionGateway(GatewayCfg gatewayCfg, BrokerClient brokerClient, ActorSchedulingService actorSchedulingService, ClientStreamer<JobActivationProperties> jobStreamer) -
Method Summary
-
Constructor Details
-
Gateway
public Gateway(GatewayCfg gatewayCfg, BrokerClient brokerClient, ActorSchedulingService actorSchedulingService, ClientStreamer<JobActivationProperties> jobStreamer)
-
-
Method Details
-
getGatewayCfg
-
getStatus
-
getBrokerClient
-
start
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseableSilently
-