channelSetup
abstract suspend fun channelSetup(source: ComponentRef, destination: ComponentRef): Either<CommunicatorError, Unit>
Sets up the communication between the given source and destination components.
Sets up the communication between the given source and destination components.