Package io.quarkus.arc
Interface CurrentContext<T extends InjectableContext.ContextState>
-
- Type Parameters:
T-
public interface CurrentContext<T extends InjectableContext.ContextState>Represents the current context of a normal scope.- See Also:
CurrentContextFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()voidremove()Removes the current state.voidset(T state)Sets the current state.
-