InboundPayload

final case class InboundPayload(payload: ByteString) extends HandleEvent

Message sent to the listener registered to an association (via the Promise returned by akka.remote.transport.AssociationHandle#readHandlerPromise) when an inbound payload arrives.

Value parameters:
payload

The raw bytes that were sent by the remote endpoint.

Source:
Transport.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any
Source:
Transport.scala

Inherited methods

Inherited from:
Product