Uses of Interface
io.camunda.zeebe.client.api.JsonMapper
Packages that use JsonMapper
Package
Description
-
Uses of JsonMapper in io.camunda.zeebe.client
Methods in io.camunda.zeebe.client that return JsonMapperMethods in io.camunda.zeebe.client with parameters of type JsonMapper -
Uses of JsonMapper in io.camunda.zeebe.client.impl
Classes in io.camunda.zeebe.client.impl that implement JsonMapperMethods in io.camunda.zeebe.client.impl that return JsonMapperMethods in io.camunda.zeebe.client.impl with parameters of type JsonMapperModifier and TypeMethodDescriptionZeebeClientBuilderImpl.withJsonMapper(JsonMapper jsonMapper) ZeebeClientCloudBuilderImpl.withJsonMapper(JsonMapper jsonMapper) -
Uses of JsonMapper in io.camunda.zeebe.client.impl.command
Fields in io.camunda.zeebe.client.impl.command declared as JsonMapperConstructors in io.camunda.zeebe.client.impl.command with parameters of type JsonMapperModifierConstructorDescriptionActivateJobsCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate) BroadcastSignalCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration configuration, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate) CommandWithVariables(JsonMapper jsonMapper) CompleteJobCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<Throwable> retryPredicate) CreateProcessInstanceCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, Duration requestTimeout, Predicate<Throwable> retryPredicate) CreateProcessInstanceWithResultCommandImpl(JsonMapper jsonMapper, GatewayGrpc.GatewayStub asyncStub, GatewayOuterClass.CreateProcessInstanceRequest.Builder builder, Predicate<Throwable> retryPredicate, Duration requestTimeout) EvaluateDecisionCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, Duration requestTimeout, Predicate<Throwable> retryPredicate) FailJobCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<Throwable> retryPredicate) ModifyProcessInstanceCommandImpl(long processInstanceKey, JsonMapper jsonMapper, GatewayGrpc.GatewayStub asyncStub, Duration requestTimeout, Predicate<Throwable> retryPredicate) PublishMessageCommandImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration configuration, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate) SetVariablesCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long elementInstanceKey, Duration requestTimeout, Predicate<Throwable> retryPredicate) ThrowErrorCommandImpl(GatewayGrpc.GatewayStub asyncStub, JsonMapper jsonMapper, long key, Duration requestTimeout, Predicate<Throwable> retryPredicate) -
Uses of JsonMapper in io.camunda.zeebe.client.impl.response
Constructors in io.camunda.zeebe.client.impl.response with parameters of type JsonMapperModifierConstructorDescriptionActivatedJobImpl(JsonMapper jsonMapper, GatewayOuterClass.ActivatedJob job) ActivateJobsResponseImpl(JsonMapper jsonMapper) CreateProcessInstanceWithResultResponseImpl(JsonMapper jsonMapper, GatewayOuterClass.CreateProcessInstanceWithResultResponse response) EvaluatedDecisionImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecision evaluatedDecision) EvaluatedDecisionInputImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecisionInput evaluatedInput) EvaluatedDecisionOutputImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluatedDecisionOutput evaluatedOutput) EvaluateDecisionResponseImpl(JsonMapper jsonMapper, GatewayOuterClass.EvaluateDecisionResponse response) MatchedDecisionRuleImpl(JsonMapper jsonMapper, GatewayOuterClass.MatchedDecisionRule matchedRule) -
Uses of JsonMapper in io.camunda.zeebe.client.impl.worker
Constructors in io.camunda.zeebe.client.impl.worker with parameters of type JsonMapperModifierConstructorDescriptionJobClientImpl(GatewayGrpc.GatewayStub asyncStub, ZeebeClientConfiguration config, JsonMapper jsonMapper, Predicate<Throwable> retryPredicate) JobPoller(GatewayGrpc.GatewayStub gatewayStub, GatewayOuterClass.ActivateJobsRequest.Builder requestBuilder, JsonMapper jsonMapper, Duration requestTimeout, Predicate<Throwable> retryPredicate) JobWorkerBuilderImpl(ZeebeClientConfiguration configuration, GatewayGrpc.GatewayStub gatewayStub, JobClient jobClient, JsonMapper jsonMapper, ScheduledExecutorService executorService, List<Closeable> closeables, Predicate<Throwable> retryPredicate)