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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Udp.CommandFailedfailureMessage() 
 - 
 
- 
- 
Method Detail
- 
failureMessage
Udp.CommandFailed failureMessage()
- Specified by:
 failureMessagein interfaceorg.apache.pekko.io.SelectionHandler.HasFailureMessage
 
 - 
 
 -