ReceiveExchange
An interface defining an asymmetrical replication site, biased towards receiving data.
Parameters
I
the type of the domain-specific incoming events for this ReceiveExchange.
O
the type of the domain-specific outgoing events for this ReceiveExchange.
Functions
Inheritors
Extensions
Link copied to clipboard
fun <I, O> ReceiveExchange<I, O>.asReceiveExchange(): ReceiveExchange<I, O>
Content copied to clipboard
Returns the ReceiveExchange.