Uses of Interface
io.camunda.zeebe.client.ZeebeClientConfiguration
-
Packages that use ZeebeClientConfiguration Package Description io.camunda.zeebe.client io.camunda.zeebe.client.impl io.camunda.zeebe.client.impl.command io.camunda.zeebe.client.impl.worker -
-
Uses of ZeebeClientConfiguration in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return ZeebeClientConfiguration Modifier and Type Method Description ZeebeClientConfigurationZeebeClient. getConfiguration()Methods in io.camunda.zeebe.client with parameters of type ZeebeClientConfiguration Modifier and Type Method Description static ZeebeClientZeebeClient. newClient(ZeebeClientConfiguration configuration) -
Uses of ZeebeClientConfiguration in io.camunda.zeebe.client.impl
Classes in io.camunda.zeebe.client.impl that implement ZeebeClientConfiguration Modifier and Type Class Description classZeebeClientBuilderImplMethods in io.camunda.zeebe.client.impl that return ZeebeClientConfiguration Modifier and Type Method Description ZeebeClientConfigurationZeebeClientImpl. getConfiguration()Methods in io.camunda.zeebe.client.impl with parameters of type ZeebeClientConfiguration Modifier and Type Method Description static 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 ZeebeClientConfiguration Constructor Description ZeebeClientImpl(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, ScheduledExecutorService executorService) -
Uses of ZeebeClientConfiguration in io.camunda.zeebe.client.impl.command
Constructors in io.camunda.zeebe.client.impl.command with parameters of type ZeebeClientConfiguration Constructor Description ActivateJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate)PublishMessageCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration configuration, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate) -
Uses of ZeebeClientConfiguration in io.camunda.zeebe.client.impl.worker
Constructors in io.camunda.zeebe.client.impl.worker with parameters of type ZeebeClientConfiguration Constructor Description JobClientImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate)JobWorkerBuilderImpl(ZeebeClientConfiguration configuration, GatewayGrpc.GatewayStub gatewayStub, JobClient jobClient, JsonMapper jsonMapper, ScheduledExecutorService executorService, List<Closeable> closeables, Predicate<Throwable> retryPredicate)
-