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 TypeMethodDescriptionvoidregisterBrokerClientSupplier(Supplier<BrokerClient> brokerClientSupplier) voidregisterClusterStateSupplier(Supplier<Optional<BrokerClusterState>> clusterStateSupplier) voidregisterGatewayStatusSupplier(Supplier<Status> gatewayStatusSupplier)
-
Constructor Details
-
SpringGatewayBridge
public SpringGatewayBridge()
-
-
Method Details
-
registerGatewayStatusSupplier
-
registerClusterStateSupplier
public void registerClusterStateSupplier(Supplier<Optional<BrokerClusterState>> clusterStateSupplier) -
registerBrokerClientSupplier
-
getGatewayStatus
-
getClusterState
-
getBrokerClient
-