Table of Contents
Command Meta – Required Services
Commands can require services to function.
These services are also defined in the command meta and have the following property fields.
Field name | Description | Example |
---|---|---|
|
Fully qualified name of the class of the service |
|
|
The datastore key if the service can be found in the datastore |
|
|
Flag to determine if the service is optional or required. False stands for required and is the default. |
|
|
Increment version of the service – increased on bug fix releases |
10 |
|
Major version of the service – increased on non-backward compatible changes |
1 |
|
Minor version of the service – increased on api extensions |
3 |
|
Custom name of the service |
CanDoEverythingAdapter |
Last updated 2024-12-19 10:07:56 +0100