TransportDecorator |
This decorator signifies that the receiver of the message should return the response in the same flow (e.g. in the same HTTP POST call). Using Websockets allows us to send and receive multiple messages in the same flow. data class TransportDecorator : MessageDecorator |