Class ContextHolder
- java.lang.Object
-
- io.smallrye.reactive.messaging.kafka.commit.ContextHolder
-
- Direct Known Subclasses:
KafkaLatestCommit,KafkaThrottledLatestProcessedCommit
public class ContextHolder extends Object
A class holding a vert.x context to make sure methods are always run from the same one.
-
-
Constructor Summary
Constructors Constructor Description ContextHolder(io.vertx.core.Vertx vertx, int defaultTimeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcapture(io.vertx.core.Context context)io.vertx.core.ContextgetContext()voidrunOnContext(Runnable runnable)<T> TrunOnContextAndAwait(Callable<T> action)
-