Uses of Class
br.pucrio.tecgraf.soma.logsmonitor.model.Command
-
Packages that use Command Package Description br.pucrio.tecgraf.soma.logsmonitor.model -
-
Uses of Command in br.pucrio.tecgraf.soma.logsmonitor.model
Methods in br.pucrio.tecgraf.soma.logsmonitor.model that return Command Modifier and Type Method Description static CommandCommand. fromValue(String value)static CommandCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static Command[]Command. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in br.pucrio.tecgraf.soma.logsmonitor.model with parameters of type Command Constructor Description Message(Command command, String subscriptionId, Topic topic, Long seqnum)
-