InboundPayload

org.apache.pekko.remote.transport.AssociationHandle.InboundPayload
final case class InboundPayload(payload: ByteString) extends HandleEvent

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

Value parameters

payload

The raw bytes that were sent by the remote endpoint.

Attributes

Source
Transport.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HandleEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
Transport.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product