Input

interface Input

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

Types

User
Link copied to clipboard
class User(displayName: String?, birthDate: Date?)
Defines the current user properties available to process, typically used for presentation purposes.

Functions

subscribeTo
Link copied to clipboard
abstract fun subscribeTo(onUserAvailable: Consumer<UserProcessor.Input.User>): Closeable
Subscribes to the provided onUserAvailable to be notified when a new User is available for this input.