Class AllCompletedFutureConsumer<T>
java.lang.Object
io.camunda.zeebe.scheduler.future.AllCompletedFutureConsumer<T>
- All Implemented Interfaces:
BiConsumer<T,Throwable>
-
Constructor Summary
ConstructorsConstructorDescriptionAllCompletedFutureConsumer(int pendingFutures, Consumer<Throwable> callback) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
AllCompletedFutureConsumer
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<T,Throwable>
-