See: Description
Interface | Description |
---|---|
Context |
Abstracts away from the Vert.x
Context
object, enabling alternative strategies for associating state
with the current reactive stream. |
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. |
Context
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.