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 Serializabletrait Producttrait Equalstrait HandleEventclass Objecttrait Matchableclass Any
Members list
In this article