Package io.camunda.zeebe.gateway.impl
Class SpringGatewayBridge
java.lang.Object
io.camunda.zeebe.gateway.impl.SpringGatewayBridge
Helper class that allows Spring beans to access information from the gateway code that is not
managed by Spring
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterClusterStateSupplier(Supplier<Optional<BrokerClusterState>> clusterStateSupplier) voidregisterGatewayStatusSupplier(Supplier<Status> gatewayStatusSupplier) voidregisterJobStreamClient(Supplier<JobStreamClient> jobStreamClientSupplier)
-
Constructor Details
-
SpringGatewayBridge
public SpringGatewayBridge()
-
-
Method Details
-
registerGatewayStatusSupplier
-
registerClusterStateSupplier
public void registerClusterStateSupplier(Supplier<Optional<BrokerClusterState>> clusterStateSupplier) -
getGatewayStatus
-
getClusterState
-
getJobStreamClient
-
registerJobStreamClient
-