RealContainer
Constructors
Properties
A version of sideEffectFlow ref-counted for the repeatOnSubscription operator. Do not use when subscribing to state updates within your ContainerHost.
A version of stateFlow ref-counted for the repeatOnSubscription operator. Do not use when subscribing to state updates within your ContainerHost.
Settings that the container was set up with
A Flow of one-off side effects posted from Container. Caches side effects when there are no collectors. The size of the cache can be controlled via SettingsBuilder and determines if and when the orbit thread suspends when you post a side effect. The default is unlimited. You don't have to touch this unless you are posting many side effects which could result in OutOfMemoryError
.
Functions
Executes an orbit intent inline, circumventing orbit's dispatching. The intents are built in the ContainerHost using your chosen syntax.
Joins all in progress intents in the container. This suspends until all intents have completed.
Executes an orbit intent. The intents are built in the ContainerHost using your chosen syntax.