- 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 CommandMessage
body(Value body)
Form<CommandMessage>
form()
CommandMessage
laneUri(Uri laneUri)
CommandMessage
nodeUri(Uri nodeUri)
String
tag()
-
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:
nodeUri
in classLaneAddressed
-
laneUri
public CommandMessage laneUri(Uri laneUri)
- Specified by:
laneUri
in classLaneAddressed
-
body
public CommandMessage body(Value body)
- Specified by:
body
in classLaneAddressed
-
-