Uses of Interface
org.wildfly.clustering.context.Context
-
Uses of Context in org.wildfly.clustering.context
Classes in org.wildfly.clustering.context that implement ContextModifier and TypeClassDescriptionclassAn abstract context that can accumulate actions to run on close.Fields in org.wildfly.clustering.context declared as ContextMethods in org.wildfly.clustering.context that return ContextModifier and TypeMethodDescriptionstatic <T> Context<T> Context.empty()Returns an empty context.static <T> Context<T> Returns a context that provides the specified value and invokes the specified task on close.Methods in org.wildfly.clustering.context that return types with arguments of type ContextModifier and TypeMethodDescriptionReturns a context provider for the specified value.Method parameters in org.wildfly.clustering.context with type arguments of type ContextModifier and TypeMethodDescriptionstatic <C> ContextualExecutorContextualExecutor.withContextProvider(Supplier<Context<C>> provider) Creates a contextual executor from the specified context provider.static <C> ContextualizerContextualizer.withContextProvider(Supplier<Context<C>> provider) Creates a contextualizer from the specified context provider.