Interface VertxSession

All Superinterfaces:
AutoCloseable, io.vertx.ext.web.Session
All Known Implementing Classes:
DistributableSession

public interface VertxSession extends io.vertx.ext.web.Session, AutoCloseable
A closeable Vert.x session
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface io.vertx.ext.web.Session

    computeIfAbsent, data, destroy, get, id, isDestroyed, isEmpty, isRegenerated, lastAccessed, oldId, put, putIfAbsent, regenerateId, remove, setAccessed, timeout, value