vertx / io.vertx.rxjava.ext.web.sstore

Package io.vertx.rxjava.ext.web.sstore

Types

ClusteredSessionStore

open class ClusteredSessionStore : SessionStore

A session store which stores sessions in a distributed map so they are available across the cluster. NOTE: This class has been automatically generated from the io.vertx.ext.web.sstore.ClusteredSessionStore non RX-ified interface using Vert.x codegen.

LocalSessionStore

open class LocalSessionStore : SessionStore

A session store which is only available on a single node.

Can be used when sticky sessions are being used.

NOTE: This class has been automatically generated from the io.vertx.ext.web.sstore.LocalSessionStore non RX-ified interface using Vert.x codegen.