play.socketio.scaladsl.SocketIOEventCodec
Combine this two argument encoder with a third single argument encoder.
Combine this two argument encoder with a third single argument encoder.
The resultant encoder uses all encoders to encode a tuple into three arguments.
Combine this encoder with an decoder to decode arguments of an ack function.
Combine this encoder with an decoder to decode arguments of an ack function.
When the client invokes the ack, and the ack is received by the server, it will be decoded by this decoder before being passed into the supplied function.
The encoded value is a tuple of the arguments to be encoded by this encoder, and the ack function.
Combine this two argument encoder with a third single argument encoder.
Combine this two argument encoder with a third single argument encoder.
The resultant encoder uses all encoders to encode a tuple into three arguments.
Implicit conversion to enrich socket io encoders for composition.