Uses of Interface
io.camunda.zeebe.client.ZeebeClientConfiguration
Packages that use ZeebeClientConfiguration
Package
Description
-
Uses of ZeebeClientConfiguration in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return ZeebeClientConfigurationMethods in io.camunda.zeebe.client with parameters of type ZeebeClientConfigurationModifier and TypeMethodDescriptionstatic ZeebeClientZeebeClient.newClient(ZeebeClientConfiguration configuration) -
Uses of ZeebeClientConfiguration in io.camunda.zeebe.client.impl
Classes in io.camunda.zeebe.client.impl that implement ZeebeClientConfigurationMethods in io.camunda.zeebe.client.impl that return ZeebeClientConfigurationMethods in io.camunda.zeebe.client.impl with parameters of type ZeebeClientConfigurationModifier and TypeMethodDescriptionstatic io.grpc.ManagedChannelZeebeClientImpl.buildChannel(ZeebeClientConfiguration config) static GatewayGrpc.GatewayStubZeebeClientImpl.buildGatewayStub(io.grpc.ManagedChannel channel, ZeebeClientConfiguration config) Constructors in io.camunda.zeebe.client.impl with parameters of type ZeebeClientConfigurationModifierConstructorDescriptionZeebeClientImpl(ZeebeClientConfiguration configuration) ZeebeClientImpl(ZeebeClientConfiguration configuration, io.grpc.ManagedChannel channel) ZeebeClientImpl(ZeebeClientConfiguration configuration, io.grpc.ManagedChannel channel, GatewayGrpc.GatewayStub gatewayStub) ZeebeClientImpl(ZeebeClientConfiguration config, io.grpc.ManagedChannel channel, GatewayGrpc.GatewayStub gatewayStub, ExecutorResource executorResource) -
Uses of ZeebeClientConfiguration in io.camunda.zeebe.client.impl.command
Constructors in io.camunda.zeebe.client.impl.command with parameters of type ZeebeClientConfigurationModifierConstructorDescriptionActivateJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate) BroadcastSignalCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration configuration, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate) CreateProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, ZeebeClientConfiguration config, Predicate<Throwable> retryPredicate) DeployResourceCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration config, Predicate<Throwable> retryPredicate) EvaluateDecisionCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, ZeebeClientConfiguration config, Predicate<Throwable> retryPredicate) PublishMessageCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration configuration, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate) StreamJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate, ZeebeClientConfiguration config) -
Uses of ZeebeClientConfiguration in io.camunda.zeebe.client.impl.worker
Constructors in io.camunda.zeebe.client.impl.worker with parameters of type ZeebeClientConfigurationModifierConstructorDescriptionJobClientImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate) JobWorkerBuilderImpl(ZeebeClientConfiguration configuration, JobClient jobClient, ScheduledExecutorService executorService, List<Closeable> closeables)