receive
inline suspend fun <P : Any> Component.receive(fromComponent: ComponentRef): Either<ComponentError, Flow<P>>
Helper method to receive messages fromComponent without specifying the serialization.
Helper method to receive messages fromComponent without specifying the serialization.