Font size:
Mediator
An inter-service mediator deployment
Overview
Design
- Super Type
- Deployment
| Role | Concrete. (Objects can be created.) |
| Instance Names | Unique |
| Notification | false |
| Template Directory | |
| Data View | Children, proximity: 1 |
| Logger Name |
Commands
Note
Commandline options displayed in square brackets "[]" are optional. If an option expects arguments, then angle brackets are shown after the option "<>". Any default value is shown within the brackets.
Install
Installs the object, and its modules
- Usage
- Install [-basedir <${entity.instance.dir}>] [-depot <${context.depot}>] [-name <${context.name}>] [-nodir] [-nodispatch] [-nomodule] [-noproperties] [-subdirs <bin,conf,logs,var>] [-type <${context.type}>]
Options
| Option | Description |
|---|---|
| basedir | base directory |
| depot | project depot |
| name | object name |
| nodir | do not create directories |
| nodispatch | do not dispatch Install action to child resources |
| nomodule | do not update module |
| noproperties | do not update properties |
| subdirs | directory list |
| type | object type |
dispatchCmd
dispatches command to child
- Usage
- dispatchCmd -command <> [-keepgoing] [-resourcename <.*>] [-resourceorder <[^\.]*>] [-resourcetype <[^\.]*>] [-sortorder <ascending>]
Options
| Option | Description |
|---|---|
| command | command to dispatch |
| keepgoing | If true, all iterations of the called workflow will be executed, even if a task in one or more of them fails. |
| resourcename | resource name pattern |
| resourceorder | resource order name |
| resourcetype | resource type name |
| sortorder | order to sort resources |


