- java.lang.Object
-
- swim.warp.Envelope
-
- swim.warp.LaneAddressed
-
- swim.warp.CommandMessage
-
- All Implemented Interfaces:
Debug
public final class CommandMessage extends LaneAddressed
-
-
Field Summary
Fields Modifier and Type Field Description static Form<CommandMessage>FORM
-
Constructor Summary
Constructors Constructor Description CommandMessage(String nodeUri, String laneUri)CommandMessage(String nodeUri, String laneUri, Value body)CommandMessage(Uri nodeUri, Uri laneUri)CommandMessage(Uri nodeUri, Uri laneUri, Value body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandMessagebody(Value body)Form<CommandMessage>form()CommandMessagelaneUri(Uri laneUri)CommandMessagenodeUri(Uri nodeUri)Stringtag()-
Methods inherited from class swim.warp.LaneAddressed
body, debug, equals, hashCode, laneUri, nodeUri
-
Methods inherited from class swim.warp.Envelope
decoder, encoder, form, fromValue, parseRecon, reconEncoder, reconWriter, toRecon, toString, toValue, writeRecon
-
-
-
-
Field Detail
-
FORM
@Kind public static final Form<CommandMessage> FORM
-
-
Method Detail
-
form
public Form<CommandMessage> form()
-
nodeUri
public CommandMessage nodeUri(Uri nodeUri)
- Specified by:
nodeUriin classLaneAddressed
-
laneUri
public CommandMessage laneUri(Uri laneUri)
- Specified by:
laneUriin classLaneAddressed
-
body
public CommandMessage body(Value body)
- Specified by:
bodyin classLaneAddressed
-
-