Package org.apache.pekko.io
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 Summary
-
Method Details
-
failureMessage
Udp.CommandFailed failureMessage()- Specified by:
failureMessagein interfaceorg.apache.pekko.io.SelectionHandler.HasFailureMessage
-