play.socketio.scaladsl.SocketIOEventCodec
Combine this two argument decoder with a third single argument decoder.
Combine this two argument decoder with a third single argument decoder.
The resultant decoder uses all decoders to decode three arguments into a tuple of the three results.
Combine this decoder with an encoder to encode arguments of an ack function.
Combine this decoder with an encoder to encode arguments of an ack function.
When the ack is invoked, the argument passed to it will be encoded using the passed in encoder before being sent to the client.
The returned value is a tuple of the arguments decoded by this decoder, and the ack function.
If no ack is supplied by the client, this decoder will fail.
Combine this decoder with an encoder to encode arguments of an ack function.
Combine this decoder with an encoder to encode arguments of an ack function.
When the ack is invoked, the argument passed to it will be encoded using the passed in encoder before being sent to the client.
The returned value is a tuple of the arguments decoded by this decoder, and the ack function, if supplied by the client.
Combine this two argument decoder with a third single argument decoder.
Combine this two argument decoder with a third single argument decoder.
The resultant decoder uses all decoders to decode three arguments into a tuple of the three results.
Implicit conversion to enrich socket io decoders for composition.