Command

org.apache.pekko.io.UdpConnected.Command
trait Command extends HasFailureMessage, Message

The common type of all commands supported by the UDP implementation.

Attributes

Source
UdpConnected.scala
Graph
Supertypes
trait Message
trait HasFailureMessage
class Object
trait Matchable
class Any
Known subtypes
class Connect
object Disconnect
object ResumeReading
class Send

Members list

Value members

Concrete methods

def failureMessage: Any

Attributes

Source
UdpConnected.scala