![JAR search and dependency download from the Maven repository](/logo.png)
data.graph.simpleModule2.json Maven / Gradle / Ivy
{
"name": "module name",
"description": "module description",
"version": "module version",
"flows": [
{
"name": "Multi Flow 2",
"consumer": {
"componentName": "Test Consumer",
"description": "Test Consumer Description",
"componentType": "org.ikasan.spec.component.endpoint.Consumer",
"implementingClass": "org.ikasan.topology.metadata.components.ConfiguredConsumer",
"configurationId": "CONFIGURATION_ID",
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": true
},
"transitions": [
{
"from": "Test Broker",
"to": "Test Producer 2",
"name": "default"
},
{
"from": "Test Splitter",
"to": "Test Broker",
"name": "default"
},
{
"from": "Test Filter",
"to": "Test Splitter",
"name": "default"
},
{
"from": "Test Multi Recipient Router",
"to": "Test Filter",
"name": "route 2"
},
{
"from": "Test Converter",
"to": "Test Producer",
"name": "default"
},
{
"from": "Test Multi Recipient Router",
"to": "Test Converter",
"name": "route 1"
},
{
"from": "Test Consumer",
"to": "Test Multi Recipient Router",
"name": "default"
},
{
"from": "Test Multi Recipient Router",
"to": "Test Filter 2",
"name": "route 1"
},
{
"from": "Test Filter 2",
"to": "Test Producer 3",
"name": "route 1"
}
],
"flowElements": [
{
"componentName": "Test Producer 2",
"description": "Test Producer 2 Description",
"componentType": "org.ikasan.spec.component.endpoint.Producer",
"implementingClass": "org.ikasan.topology.metadata.components.TestProducer",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Test Broker",
"description": "Test Broker Description",
"componentType": "org.ikasan.spec.component.endpoint.Broker",
"implementingClass": "org.ikasan.topology.metadata.components.TestBroker",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Test Splitter",
"description": "Test Splitter Description",
"componentType": "org.ikasan.spec.component.splitting.Splitter",
"implementingClass": "org.ikasan.topology.metadata.components.TestSplitter",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Test Filter",
"description": "Test Filter Description",
"componentType": "org.ikasan.spec.component.filter.Filter",
"implementingClass": "org.ikasan.topology.metadata.components.TestFilter",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Test Producer",
"description": "Test Producer Description",
"componentType": "org.ikasan.spec.component.endpoint.Producer",
"implementingClass": "org.ikasan.topology.metadata.components.TestProducer",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Test Converter",
"description": "Test Converter Description",
"componentType": "org.ikasan.spec.component.transformation.Converter",
"implementingClass": "org.ikasan.topology.metadata.components.TestConverter",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Test Multi Recipient Router",
"description": "Test Multi Recipient Router Description",
"componentType": "org.ikasan.spec.component.routing.MultiRecipientRouter",
"implementingClass": "org.ikasan.topology.metadata.components.TestMultiRecipientRouter",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Test Consumer",
"description": "Test Consumer Description",
"componentType": "org.ikasan.spec.component.endpoint.Consumer",
"implementingClass": "org.ikasan.topology.metadata.components.ConfiguredConsumer",
"configurationId": "CONFIGURATION_ID",
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": true
},
{
"componentName": "Test Filter 2",
"description": "Test Filter Description",
"componentType": "org.ikasan.spec.component.filter.Filter",
"implementingClass": "org.ikasan.topology.metadata.components.TestFilter",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Test Producer 3",
"description": "Test Producer Description",
"componentType": "org.ikasan.spec.component.endpoint.Producer",
"implementingClass": "org.ikasan.topology.metadata.components.TestProducer",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
}
],
"configurationId": "FLOW_CONFIGURATION_ID"
},
{
"name": "Multi Flow",
"consumer": {
"componentName": "Consumer",
"description": "Consumer Description",
"componentType": "org.ikasan.spec.component.endpoint.Consumer",
"implementingClass": "org.ikasan.topology.metadata.components.ConfiguredConsumer",
"configurationId": "CONFIGURATION_ID",
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": true
},
"transitions": [
{
"from": "Broker",
"to": "Producer 2",
"name": "default"
},
{
"from": "Splitter",
"to": "Broker",
"name": "default"
},
{
"from": "Filter",
"to": "Splitter",
"name": "default"
},
{
"from": "Multi Recipient Router",
"to": "Filter",
"name": "route 2"
},
{
"from": "Converter",
"to": "Producer",
"name": "default"
},
{
"from": "Multi Recipient Router",
"to": "Test Single Recipient Router",
"name": "route 1"
},
{
"from": "Test Single Recipient Router",
"to": "Converter",
"name": "route 1"
},
{
"from": "Test Single Recipient Router",
"to": "Producer 4",
"name": "route 1"
},
{
"from": "Consumer",
"to": "Multi Recipient Router",
"name": "default"
},
{
"from": "Multi Recipient Router",
"to": "Filter 2",
"name": "route 1"
},
{
"from": "Filter 2",
"to": "Producer 3",
"name": "route 1"
}
],
"flowElements": [
{
"componentName": "Producer 2",
"description": "Producer 2 Description",
"componentType": "org.ikasan.spec.component.endpoint.Producer",
"implementingClass": "org.ikasan.topology.metadata.components.TestProducer",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Broker",
"description": "Broker Description",
"componentType": "org.ikasan.spec.component.endpoint.Broker",
"implementingClass": "org.ikasan.topology.metadata.components.TestBroker",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Splitter",
"description": "Splitter Description",
"componentType": "org.ikasan.spec.component.splitting.Splitter",
"implementingClass": "org.ikasan.topology.metadata.components.TestSplitter",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Filter",
"description": "Filter Description",
"componentType": "org.ikasan.spec.component.filter.Filter",
"implementingClass": "org.ikasan.topology.metadata.components.TestFilter",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Producer",
"description": "Producer Description",
"componentType": "org.ikasan.spec.component.endpoint.Producer",
"implementingClass": "org.ikasan.topology.metadata.components.TestProducer",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Converter",
"description": "Converter Description",
"componentType": "org.ikasan.spec.component.transformation.Converter",
"implementingClass": "org.ikasan.topology.metadata.components.TestConverter",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Multi Recipient Router",
"description": "Multi Recipient Router Description",
"componentType": "org.ikasan.spec.component.routing.MultiRecipientRouter",
"implementingClass": "org.ikasan.topology.metadata.components.TestMultiRecipientRouter",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Consumer",
"description": "Consumer Description",
"componentType": "org.ikasan.spec.component.endpoint.Consumer",
"implementingClass": "org.ikasan.topology.metadata.components.ConfiguredConsumer",
"configurationId": "CONFIGURATION_ID",
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": true
},
{
"componentName": "Filter 2",
"description": "Filter Description",
"componentType": "org.ikasan.spec.component.filter.Filter",
"implementingClass": "org.ikasan.topology.metadata.components.TestFilter",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Producer 3",
"description": "Producer Description",
"componentType": "org.ikasan.spec.component.endpoint.Producer",
"implementingClass": "org.ikasan.topology.metadata.components.TestProducer",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Filter 3",
"description": "Filter Description",
"componentType": "org.ikasan.spec.component.filter.Filter",
"implementingClass": "org.ikasan.topology.metadata.components.TestFilter",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Producer 4",
"description": "Producer Description",
"componentType": "org.ikasan.spec.component.endpoint.Producer",
"implementingClass": "org.ikasan.topology.metadata.components.TestProducer",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
},
{
"componentName": "Test Single Recipient Router",
"description": "Test Single Recipient Router Description",
"componentType": "org.ikasan.spec.component.routing.SingleRecipientRouter",
"implementingClass": "org.ikasan.topology.metadata.components.TestSingleRecipientRouter",
"configurationId": null,
"invokerConfigurationId": "FLOW_INVOKER_CONFIGURATION_ID",
"configurable": false
}
],
"configurationId": "FLOW_CONFIGURATION_ID"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy