Class SlowContextualConsumer<T>
- java.lang.Object
-
- io.smallrye.context.impl.wrappers.SlowContextualConsumer<T>
-
- All Implemented Interfaces:
Contextualized,Consumer<T>
public final class SlowContextualConsumer<T> extends Object implements Consumer<T>, Contextualized
-
-
Constructor Summary
Constructors Constructor Description SlowContextualConsumer(CapturedContextState state, Consumer<T> consumer)
-