Interface Udp.Command

All Superinterfaces:
org.apache.pekko.io.SelectionHandler.HasFailureMessage, Udp.Message
All Known Implementing Classes:
Udp.Bind, Udp.ResumeReading$, Udp.Send, Udp.SimpleSender, Udp.SimpleSender$, Udp.SuspendReading$, Udp.Unbind$
Enclosing class:
Udp

public static interface Udp.Command extends org.apache.pekko.io.SelectionHandler.HasFailureMessage, Udp.Message
The common type of all commands supported by the UDP implementation.
  • Method Details

    • failureMessage

      Udp.CommandFailed failureMessage()
      Specified by:
      failureMessage in interface org.apache.pekko.io.SelectionHandler.HasFailureMessage