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 Type
    Method
    Description
    <K, V> Context<K,V>
    createContext(Consumer<V> startTask, Consumer<V> stopTask)