Interface Context.Key<T>

  • Type Parameters:
    T - the type of thing we're storing in the context
    Enclosing interface:
    Context

    public static interface Context.Key<T>
    An object that identifies something we store in the Vert.x local context, usually a Session or StatelessSession, but in principle anything at all.