UserProcessor

Defines a Processor that subscribes to UserProcessor.Input to receive information about the current user, when available.

Since

1.1.0

Types

Link copied to clipboard
interface Input

Defines the current user model that is available to be read from by the processor.

Functions

Link copied to clipboard

Connects the provided input to this processor and returns a Closeable to release the connection when required. Normally, processing of the provided input starts instantly however certain processors may do it async so it is not guaranteed that any work will be done as soon as input is connected.

Inheritors

Link copied to clipboard
Link copied to clipboard