Uses of Interface
io.camunda.zeebe.broker.system.management.BrokerAdminService
-
Packages that use BrokerAdminService Package Description io.camunda.zeebe.broker io.camunda.zeebe.broker.system.management -
-
Uses of BrokerAdminService in io.camunda.zeebe.broker
Methods in io.camunda.zeebe.broker that return BrokerAdminService Modifier and Type Method Description BrokerAdminServiceBroker. getBrokerAdminService()Methods in io.camunda.zeebe.broker that return types with arguments of type BrokerAdminService Modifier and Type Method Description Optional<BrokerAdminService>SpringBrokerBridge. getAdminService()Method parameters in io.camunda.zeebe.broker with type arguments of type BrokerAdminService Modifier and Type Method Description voidSpringBrokerBridge. registerBrokerAdminServiceSupplier(Supplier<BrokerAdminService> adminServiceSupplier) -
Uses of BrokerAdminService in io.camunda.zeebe.broker.system.management
Classes in io.camunda.zeebe.broker.system.management that implement BrokerAdminService Modifier and Type Class Description classBrokerAdminServiceImplA service that exposes interface to control some of the core functionalities of the broker such as * Pause stream processing * Force take a snapshot
-