receiver
open override fun receiver(subscription: MessageSubscription): MessageReceiver<StateEventExchange<*>>
Creates a single message source with an explicit transport readiness boundary.
Synchronous transports may use this default. Cold transports whose subscription requires asynchronous initialization must override it and complete MessageReceiver.readiness only when new messages can no longer be missed.