summaryrefslogtreecommitdiffstats
path: root/docs/EXTENSIONS.md
blob: ba77206baebe4582ce057358ec054265e195f889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Extensions

## Invokers

Most platform specific extensions are realized via special invokers. These are components that you can load via:

    <invoke type="invokerName" invokeid="something.unique">
      <param name="paramatername" expr="'paramatervalue'">
      <content>
        <invoker:someXML>
          <invoker:here>
        </invoker:someXML>
      </content>
    </invoke>

### FFMPEG



### Directory Monitor

### 3D Scenegraph

### Heartbeat

### HTTP Servlet

### SCXML

### uMundo Publish / Subscribe


## Elements



## IO Processors