Class BusSend
java.lang.Object
io.vertx.ext.shell.command.AnnotatedCommand
io.vertx.ext.shell.command.base.BusPublish
io.vertx.ext.shell.command.base.BusSend
- Author:
- Julien Viet
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(CommandProcess process) Process the command, when the command is done processing it should call theCommandProcess.end()method.voidsetReply(boolean reply) voidsetTimeout(long timeout) Methods inherited from class BusPublish
parseBody, setAddress, setBody, setHeaders, setType, setVerboseMethods inherited from class AnnotatedCommand
cli, complete, name
-
Constructor Details
-
BusSend
public BusSend()
-
-
Method Details
-
setTimeout
public void setTimeout(long timeout) -
setReply
public void setReply(boolean reply) -
process
Description copied from class:AnnotatedCommandProcess the command, when the command is done processing it should call theCommandProcess.end()method.- Overrides:
processin classBusPublish- Parameters:
process- the command process
-