Package com.ricarvalho.livecallback.registry

Types

InputLiveCallbackRegistry
Link copied to clipboard
interface InputLiveCallbackRegistry<I> : LiveCallbackRegistry<I, Unit>

A lifecycle-aware registry of callbacks that correlates callbacks and its origins.

LiveCallbackRegistry
Link copied to clipboard
interface LiveCallbackRegistry<I, O>

A lifecycle-aware registry of callbacks that correlates callbacks and its origins.

OutputLiveCallbackRegistry
Link copied to clipboard
interface OutputLiveCallbackRegistry<O>

A lifecycle-aware registry of callbacks that correlates callbacks and its origins.

SimpleLiveCallbackRegistry
Link copied to clipboard
interface SimpleLiveCallbackRegistry : OutputLiveCallbackRegistry<Unit>

A lifecycle-aware registry of callbacks that correlates callbacks and its origins.

TokenizedInputLiveCallbackRegistry
Link copied to clipboard

An auto-releasing registry of LiveCallbackContainers that correlates callbacks and its origins.

TokenizedLiveCallbackRegistry
Link copied to clipboard
value class TokenizedLiveCallbackRegistry<I, O> : LiveCallbackRegistry<I, O> , Function2<CallbackToken<I, O>, I, List<O>>

An auto-releasing registry of LiveCallbackContainers that correlates callbacks and its origins.

TokenizedOutputLiveCallbackRegistry
Link copied to clipboard

An auto-releasing registry of LiveCallbackContainers that correlates callbacks and its origins.

TokenizedSimpleLiveCallbackRegistry
Link copied to clipboard

An auto-releasing registry of LiveCallbackContainers that correlates callbacks and its origins.