Uses of Enum
io.vertx.ext.stomp.Command
Packages that use Command
-
Uses of Command in io.vertx.ext.stomp
Subclasses with type arguments of type Command in io.vertx.ext.stompModifier and TypeClassDescriptionenumThe list of command defined by the STOMP specification.Methods in io.vertx.ext.stomp that return CommandModifier and TypeMethodDescriptionFrame.getCommand()static CommandReturns 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.Methods in io.vertx.ext.stomp with parameters of type CommandConstructors in io.vertx.ext.stomp with parameters of type Command