Uses of Class
io.camunda.zeebe.broker.system.configuration.BrokerCfg
Packages that use BrokerCfg
Package
Description
-
Uses of BrokerCfg in io.camunda.zeebe.broker
Methods in io.camunda.zeebe.broker that return BrokerCfg -
Uses of BrokerCfg in io.camunda.zeebe.broker.bootstrap
Methods in io.camunda.zeebe.broker.bootstrap that return BrokerCfgModifier and TypeMethodDescriptionBrokerStartupContext.getBrokerConfiguration()BrokerStartupContextImpl.getBrokerConfiguration()Constructors in io.camunda.zeebe.broker.bootstrap with parameters of type BrokerCfgModifierConstructorDescriptionBrokerStartupContextImpl(BrokerInfo brokerInfo, BrokerCfg configuration, SpringBrokerBridge springBrokerBridge, ActorScheduler actorScheduler, BrokerHealthCheckService healthCheckService, ExporterRepository exporterRepository, List<PartitionListener> additionalPartitionListeners) -
Uses of BrokerCfg in io.camunda.zeebe.broker.clustering
Methods in io.camunda.zeebe.broker.clustering with parameters of type BrokerCfgModifier and TypeMethodDescriptionstatic AtomixClusterAtomixClusterFactory.fromConfiguration(BrokerCfg configuration) -
Uses of BrokerCfg in io.camunda.zeebe.broker.partitioning
Constructors in io.camunda.zeebe.broker.partitioning with parameters of type BrokerCfgModifierConstructorDescriptionPartitionManagerImpl(ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, BrokerInfo localBroker, ClusterServices clusterServices, BrokerHealthCheckService healthCheckService, PushDeploymentRequestHandler deploymentRequestHandler, Consumer<DiskSpaceUsageListener> diskSpaceUsageListenerRegistry, List<PartitionListener> partitionListeners, CommandApiService commandApiService, ExporterRepository exporterRepository) -
Uses of BrokerCfg in io.camunda.zeebe.broker.system
Methods in io.camunda.zeebe.broker.system that return BrokerCfgConstructors in io.camunda.zeebe.broker.system with parameters of type BrokerCfgModifierConstructorDescriptionEmbeddedGatewayService(BrokerCfg configuration, ActorScheduler actorScheduler, MessagingService messagingService, ClusterMembershipService membershipService, ClusterEventService eventService) SystemContext(BrokerCfg brokerCfg, String basePath, ActorClock clock) -
Uses of BrokerCfg in io.camunda.zeebe.broker.system.configuration
Methods in io.camunda.zeebe.broker.system.configuration that return BrokerCfgModifier and TypeMethodDescriptionBrokerCfg.setBackpressure(BackpressureCfg backpressure) BrokerCfg.setGateway(EmbeddedGatewayCfg gateway) Methods in io.camunda.zeebe.broker.system.configuration with parameters of type BrokerCfgModifier and TypeMethodDescriptionvoiddefault voidvoidvoidvoidvoidvoidvoidvoid -
Uses of BrokerCfg in io.camunda.zeebe.broker.system.partitions
Methods in io.camunda.zeebe.broker.system.partitions that return BrokerCfgModifier and TypeMethodDescriptionPartitionStartupAndTransitionContextImpl.getBrokerCfg()Deprecated.PartitionTransitionContext.getBrokerCfg()Constructors in io.camunda.zeebe.broker.system.partitions with parameters of type BrokerCfgModifierConstructorDescriptionPartitionStartupAndTransitionContextImpl(int nodeId, RaftPartition raftPartition, List<PartitionListener> partitionListeners, PartitionMessagingService messagingService, ActorSchedulingService actorSchedulingService, BrokerCfg brokerCfg, Supplier<CommandResponseWriter> commandResponseWriterSupplier, Supplier<Consumer<TypedRecord<?>>> onProcessedListenerSupplier, ConstructableSnapshotStore constructableSnapshotStore, ReceivableSnapshotStore receivableSnapshotStore, StateController stateController, TypedRecordProcessorsFactory typedRecordProcessorsFactory, ExporterRepository exporterRepository, PartitionProcessingState partitionProcessingState) Deprecated.