Package org.wildfly.clustering.context
Class AbstractContext<T>
java.lang.Object
org.wildfly.clustering.context.AbstractContext<T>
- Type Parameters:
T- the context value type
- All Implemented Interfaces:
AutoCloseable,Consumer<Runnable>,Supplier<T>,Context<T>
An abstract context that can accumulate actions to run on close.
- Author:
- Paul Ferraro