ChannelImpl

Predefined Channel which handle out-of-the-box the communication between components in the same process.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open lateinit override var di: DI
Link copied to clipboard
open val diContext: DIContext<*>
Link copied to clipboard
open val diTrigger: DITrigger?

Functions

Link copied to clipboard
open suspend override fun channelSetup(source: ComponentRef, destination: ComponentRef): Either<CommunicatorError, Unit>
Link copied to clipboard
open suspend override fun finalize(): Either<Nothing, Unit>
Link copied to clipboard
open suspend override fun initialize(): Either<Nothing, Unit>
Link copied to clipboard
open suspend override fun receiveFromComponent(): Either<CommunicatorError, Flow<ByteArray>>
Link copied to clipboard
open suspend override fun sendToComponent(message: ByteArray): Either<CommunicatorError, Unit>
Link copied to clipboard
open override fun setMode(mode: Mode)
Link copied to clipboard
open override fun setupInjector(kodein: DI)