Package io.camunda.zeebe.gateway
Class Gateway
java.lang.Object
io.camunda.zeebe.gateway.Gateway
- All Implemented Interfaces:
CloseableSilently,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionGateway(GatewayCfg gatewayCfg, io.camunda.identity.sdk.IdentityConfiguration identityCfg, BrokerClient brokerClient, ActorSchedulingService actorSchedulingService, ClientStreamer<JobActivationProperties> jobStreamer) Gateway(GatewayCfg gatewayCfg, BrokerClient brokerClient, ActorSchedulingService actorSchedulingService, ClientStreamer<JobActivationProperties> jobStreamer) Gateway(Duration shutdownDuration, GatewayCfg gatewayCfg, io.camunda.identity.sdk.IdentityConfiguration identityCfg, BrokerClient brokerClient, ActorSchedulingService actorSchedulingService, ClientStreamer<JobActivationProperties> jobStreamer) -
Method Summary
-
Field Details
-
NO_JOBS_RECEIVED_EXCEPTION_PROVIDER
-
REQUEST_CANCELED_EXCEPTION_PROVIDER
-
-
Constructor Details
-
Gateway
public Gateway(GatewayCfg gatewayCfg, io.camunda.identity.sdk.IdentityConfiguration identityCfg, BrokerClient brokerClient, ActorSchedulingService actorSchedulingService, ClientStreamer<JobActivationProperties> jobStreamer) -
Gateway
public Gateway(GatewayCfg gatewayCfg, BrokerClient brokerClient, ActorSchedulingService actorSchedulingService, ClientStreamer<JobActivationProperties> jobStreamer) -
Gateway
public Gateway(Duration shutdownDuration, GatewayCfg gatewayCfg, io.camunda.identity.sdk.IdentityConfiguration identityCfg, 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
-