Package org.apache.pekko.io
Interface Tcp.Command
- All Superinterfaces:
NoSerializationVerificationNeeded,org.apache.pekko.io.SelectionHandler.HasFailureMessage,Tcp.Message
- All Known Subinterfaces:
Tcp.CloseCommand
- All Known Implementing Classes:
Tcp.Abort$,Tcp.Bind,Tcp.Close$,Tcp.CompoundWrite,Tcp.ConfirmedClose$,Tcp.Connect,Tcp.Register,Tcp.ResumeAccepting,Tcp.ResumeReading$,Tcp.ResumeWriting$,Tcp.SimpleWriteCommand,Tcp.SuspendReading$,Tcp.Unbind$,Tcp.Write,Tcp.WriteCommand,Tcp.WritePath
- Enclosing class:
- Tcp
public static interface Tcp.Command
extends Tcp.Message, org.apache.pekko.io.SelectionHandler.HasFailureMessage
This is the common trait for all commands understood by TCP actors.
-
Method Summary
-
Method Details
-
failureMessage
Tcp.CommandFailed failureMessage()- Specified by:
failureMessagein interfaceorg.apache.pekko.io.SelectionHandler.HasFailureMessage
-