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) Deprecated. -
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, HttpClient httpClient) ZeebeClientImpl(ZeebeClientConfiguration configuration, io.grpc.ManagedChannel channel, GatewayGrpc.GatewayStub gatewayStub) ZeebeClientImpl(ZeebeClientConfiguration config, io.grpc.ManagedChannel channel, GatewayGrpc.GatewayStub gatewayStub, ExecutorResource executorResource) ZeebeClientImpl(ZeebeClientConfiguration config, io.grpc.ManagedChannel channel, GatewayGrpc.GatewayStub gatewayStub, ExecutorResource executorResource, HttpClient httpClient) -
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, HttpClient httpClient, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate) BroadcastSignalCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) CancelProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, long processInstanceKey, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, ZeebeClientConfiguration config, JsonMapper jsonMapper) CreateProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, ZeebeClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) DeleteResourceCommandImpl(long resourceKey, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, ZeebeClientConfiguration config, JsonMapper jsonMapper) DeployResourceCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc, JsonMapper jsonMapper) EvaluateDecisionCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, ZeebeClientConfiguration config, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient) MigrateProcessInstanceCommandImpl(long processInstanceKey, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, ZeebeClientConfiguration config, JsonMapper jsonMapper) ModifyProcessInstanceCommandImpl(long processInstanceKey, JsonMapper jsonMapper, GatewayGrpc.GatewayStub asyncStub, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, ZeebeClientConfiguration config) PublishMessageCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration configuration, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, HttpClient httpClient, boolean preferRestOverGrpc) StreamJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate, ZeebeClientConfiguration config) -
Uses of ZeebeClientConfiguration in io.camunda.zeebe.client.impl.http
Constructors in io.camunda.zeebe.client.impl.http with parameters of type ZeebeClientConfiguration -
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, HttpClient httpClient, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<CredentialsProvider.StatusCode> retryPredicate) JobWorkerBuilderImpl(ZeebeClientConfiguration configuration, JobClient jobClient, ScheduledExecutorService executorService, List<Closeable> closeables)