play.socketio.scaladsl.SocketIOEventCodec
Combine this three argument encoder with a fourth single argument encoder.
Combine this three argument encoder with a fourth single argument encoder.
The resultant encoder uses all encoders to encode a tuple into four 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 three argument encoder with a fourth single argument encoder.
Combine this three argument encoder with a fourth single argument encoder.
The resultant encoder uses all encoders to encode a tuple into four arguments.
Implicit conversion to enrich socket io encoders for composition.