Package io.camunda.client.impl
Class RetriableStreamingFutureImpl<C,B>
java.lang.Object
java.util.concurrent.CompletableFuture<C>
io.camunda.client.impl.CamundaClientFutureImpl<C,B>
io.camunda.client.impl.CamundaStreamingClientFutureImpl<C,B>
io.camunda.client.impl.RetriableStreamingFutureImpl<C,B>
- All Implemented Interfaces:
CamundaFuture<C>,io.grpc.stub.ClientResponseObserver<com.google.protobuf.GeneratedMessage,,B> io.grpc.stub.StreamObserver<B>,CompletionStage<C>,Future<C>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.concurrent.CompletableFuture
CompletableFuture.AsynchronousCompletionTaskNested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
Field Summary
Fields inherited from class io.camunda.client.impl.CamundaClientFutureImpl
clientCall -
Constructor Summary
ConstructorsConstructorDescriptionRetriableStreamingFutureImpl(C clientResponse, Consumer<B> collector, Predicate<CredentialsProvider.StatusCode> retryPredicate, Consumer<io.grpc.stub.StreamObserver<B>> retryAction) -
Method Summary
Methods inherited from class io.camunda.client.impl.CamundaStreamingClientFutureImpl
onCompleted, onNextMethods inherited from class io.camunda.client.impl.CamundaClientFutureImpl
beforeStart, cancel, join, joinMethods inherited from class java.util.concurrent.CompletableFuture
acceptEither, acceptEitherAsync, acceptEitherAsync, allOf, anyOf, applyToEither, applyToEitherAsync, applyToEitherAsync, complete, completeAsync, completeAsync, completedFuture, completedStage, completeExceptionally, completeOnTimeout, copy, defaultExecutor, delayedExecutor, delayedExecutor, exceptionally, exceptionallyAsync, exceptionallyAsync, exceptionallyCompose, exceptionallyComposeAsync, exceptionallyComposeAsync, exceptionNow, failedFuture, failedStage, get, get, getNow, getNumberOfDependents, handle, handleAsync, handleAsync, isCancelled, isCompletedExceptionally, isDone, minimalCompletionStage, newIncompleteFuture, obtrudeException, obtrudeValue, orTimeout, resultNow, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, runAsync, runAsync, state, supplyAsync, supplyAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, toString, whenComplete, whenCompleteAsync, whenCompleteAsyncMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.concurrent.CompletionStage
acceptEither, acceptEitherAsync, acceptEitherAsync, applyToEither, applyToEitherAsync, applyToEitherAsync, exceptionally, exceptionallyAsync, exceptionallyAsync, exceptionallyCompose, exceptionallyComposeAsync, exceptionallyComposeAsync, handle, handleAsync, handleAsync, runAfterBoth, runAfterBothAsync, runAfterBothAsync, runAfterEither, runAfterEitherAsync, runAfterEitherAsync, thenAccept, thenAcceptAsync, thenAcceptAsync, thenAcceptBoth, thenAcceptBothAsync, thenAcceptBothAsync, thenApply, thenApplyAsync, thenApplyAsync, thenCombine, thenCombineAsync, thenCombineAsync, thenCompose, thenComposeAsync, thenComposeAsync, thenRun, thenRunAsync, thenRunAsync, toCompletableFuture, whenComplete, whenCompleteAsync, whenCompleteAsyncMethods inherited from interface java.util.concurrent.Future
exceptionNow, get, get, isCancelled, isDone, resultNow, state
-
Constructor Details
-
RetriableStreamingFutureImpl
-
-
Method Details
-
onError
- Specified by:
onErrorin interfaceio.grpc.stub.StreamObserver<C>- Overrides:
onErrorin classCamundaStreamingClientFutureImpl<C,B>
-