| Class | Description |
|---|---|
| CommandWithJustType |
CommandWithJustType class represents a command, which contains only the
type property, to be used to deserialize the command string coming as payload of
the REST request. |
| SpringRestCommander |
SpringRestCommander class is a REST controller which wires itself to listen on
'/execute' URI, or a custom configured URI (through
'com.clearlydecoded.commander.endpoint.uri' property) and execute auto-discovered
command handlers which implemente the CommandHandler interface and are injected into
the Spring Context either manually or by using Spring annotations such as Service, Component, etc. |
Copyright © 2018. All rights reserved.