Uses of Interface
io.camunda.zeebe.gateway.impl.broker.cluster.BrokerClusterState
Packages that use BrokerClusterState
Package
Description
-
Uses of BrokerClusterState in io.camunda.zeebe.gateway.impl
Methods in io.camunda.zeebe.gateway.impl that return types with arguments of type BrokerClusterStateMethod parameters in io.camunda.zeebe.gateway.impl with type arguments of type BrokerClusterStateModifier and TypeMethodDescriptionvoidSpringGatewayBridge.registerClusterStateSupplier(Supplier<Optional<BrokerClusterState>> clusterStateSupplier) -
Uses of BrokerClusterState in io.camunda.zeebe.gateway.impl.broker.cluster
Classes in io.camunda.zeebe.gateway.impl.broker.cluster that implement BrokerClusterStateMethods in io.camunda.zeebe.gateway.impl.broker.cluster that return BrokerClusterStateModifier and TypeMethodDescriptionBrokerTopologyManager.getTopology()BrokerTopologyManagerImpl.getTopology() -
Uses of BrokerClusterState in io.camunda.zeebe.gateway.impl.probes.health
Constructor parameters in io.camunda.zeebe.gateway.impl.probes.health with type arguments of type BrokerClusterStateModifierConstructorDescriptionClusterAwarenessHealthIndicator(Supplier<Optional<BrokerClusterState>> clusterStateSupplier) PartitionLeaderAwarenessHealthIndicator(Supplier<Optional<BrokerClusterState>> clusterStateSupplier)