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>
-
Constructor Details
-
AbstractContext
protected AbstractContext()Constructs a new context.
-
-
Method Details
-
accept
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceContext<T>
-