Uses of Class
io.camunda.zeebe.gateway.impl.configuration.GatewayCfg
Packages that use GatewayCfg
Package
Description
-
Uses of GatewayCfg in io.camunda.zeebe.gateway
Methods in io.camunda.zeebe.gateway that return GatewayCfgConstructors in io.camunda.zeebe.gateway with parameters of type GatewayCfgModifierConstructorDescriptionGateway(GatewayCfg gatewayCfg, BrokerClient brokerClient, ActorSchedulingService actorSchedulingService) -
Uses of GatewayCfg in io.camunda.zeebe.gateway.impl.configuration
Methods in io.camunda.zeebe.gateway.impl.configuration that return GatewayCfgModifier and TypeMethodDescriptionGatewayCfg.setCluster(ClusterCfg cluster) GatewayCfg.setLongPolling(LongPollingCfg longPolling) GatewayCfg.setNetwork(NetworkCfg network) GatewayCfg.setSecurity(SecurityCfg security) GatewayCfg.setThreads(ThreadsCfg threads) -
Uses of GatewayCfg in io.camunda.zeebe.gateway.impl.probes.health
Methods in io.camunda.zeebe.gateway.impl.probes.health with parameters of type GatewayCfgModifier and TypeMethodDescriptionResponsiveHealthIndicatorAutoConfiguration.gatewayResponsiveHealthIndicator(GatewayCfg gatewayCfg, ResponsiveHealthIndicatorProperties properties) Constructors in io.camunda.zeebe.gateway.impl.probes.health with parameters of type GatewayCfgModifierConstructorDescriptionResponsiveHealthIndicator(GatewayCfg gatewayCfg, HealthZeebeClientProperties healthZeebeClientProperties) -
Uses of GatewayCfg in io.camunda.zeebe.gateway.impl.probes.liveness
Methods in io.camunda.zeebe.gateway.impl.probes.liveness with parameters of type GatewayCfgModifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthIndicatorLivenessResponsiveHealthIndicatorAutoConfiguration.livenessGatewayResponsiveHealthIndicator(GatewayCfg gatewayCfg, LivenessResponsiveHealthIndicatorProperties properties)