Interface ContextFactory
- All Known Implementing Classes:
ContextStrategy
public interface ContextFactory
Creates a context for managing references to server-side state.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescription<K,V> Context <K, V> createContext(Consumer<V> startTask, Consumer<V> stopTask)
-
Method Details
-
createContext
-