Interface RawCommand

All Superinterfaces:
Command, InvocableCommand<RawCommand.Invocation>

public non-sealed interface RawCommand extends InvocableCommand<RawCommand.Invocation>
A specialized sub-interface of Command which indicates the proxy should pass the command and its arguments directly without further processing. This is useful for bolting on external command frameworks to Velocity.