mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-14 17:16:47 +00:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"fairMQOptions": {
|
|
"devices": [
|
|
{
|
|
"id": "sampler",
|
|
"channels": [
|
|
{
|
|
"name": "data1",
|
|
"type": "push",
|
|
"method": "bind"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"key": "processor",
|
|
"channels": [
|
|
{
|
|
"name": "data1",
|
|
"type": "pull",
|
|
"method": "connect"
|
|
},
|
|
{
|
|
"name": "data2",
|
|
"type": "push",
|
|
"method": "connect"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "sink",
|
|
"channels": [
|
|
{
|
|
"name": "data2",
|
|
"type": "pull",
|
|
"method": "bind"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|