Package io.camunda.zeebe.broker
Class Broker
java.lang.Object
io.camunda.zeebe.broker.Broker
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBroker(SystemContext systemContext, SpringBrokerBridge springBrokerBridge) Broker(SystemContext systemContext, SpringBrokerBridge springBrokerBridge, List<PartitionListener> additionalPartitionListeners) -
Method Summary
-
Field Details
-
LOG
public static final org.slf4j.Logger LOG
-
-
Constructor Details
-
Broker
-
Broker
public Broker(SystemContext systemContext, SpringBrokerBridge springBrokerBridge, List<PartitionListener> additionalPartitionListeners)
-
-
Method Details
-
start
-
getConfig
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
getBrokerContext
-
getSystemContext
-