Class BrokerAdminServiceImpl

java.lang.Object
io.camunda.zeebe.scheduler.Actor
io.camunda.zeebe.broker.system.management.BrokerAdminServiceImpl
All Implemented Interfaces:
BrokerAdminService, AsyncClosable, ConcurrencyControl, AutoCloseable

public final class BrokerAdminServiceImpl extends Actor implements BrokerAdminService
A service that exposes interface to control some of the core functionalities of the broker such as * Pause stream processing * Force take a snapshot

This is intended to be used only by advanced users