Uses of Class
io.camunda.zeebe.broker.system.configuration.backpressure.BackpressureCfg
-
Packages that use BackpressureCfg Package Description io.camunda.zeebe.broker.system.configuration io.camunda.zeebe.broker.system.configuration.backpressure io.camunda.zeebe.broker.transport.backpressure -
-
Uses of BackpressureCfg in io.camunda.zeebe.broker.system.configuration
Methods in io.camunda.zeebe.broker.system.configuration that return BackpressureCfg Modifier and Type Method Description BackpressureCfgBrokerCfg. getBackpressure()Methods in io.camunda.zeebe.broker.system.configuration with parameters of type BackpressureCfg Modifier and Type Method Description BrokerCfgBrokerCfg. setBackpressure(BackpressureCfg backpressure) -
Uses of BackpressureCfg in io.camunda.zeebe.broker.system.configuration.backpressure
Methods in io.camunda.zeebe.broker.system.configuration.backpressure that return BackpressureCfg Modifier and Type Method Description BackpressureCfgBackpressureCfg. setEnabled(boolean enabled) -
Uses of BackpressureCfg in io.camunda.zeebe.broker.transport.backpressure
Methods in io.camunda.zeebe.broker.transport.backpressure with parameters of type BackpressureCfg Modifier and Type Method Description static PartitionAwareRequestLimiterPartitionAwareRequestLimiter. newLimiter(BackpressureCfg backpressureCfg)
-