Dataset Viewer
prompt
stringlengths 24
171
| response
stringlengths 318
1.03k
|
---|---|
Accept an HTTP message and reverse it | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "http", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Service Activator 2", "eipId": {"namespace": "integration", "name": "service-activator"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a JMS message and log it | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "jms", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Logging Channel Adapter 2", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Poll an FTP folder and write to file | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "ftp", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 2", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Receive a TCP message and convert to JSON | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Inbound Gateway 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Object To Json Transformer 2", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Transform XML and send via SFTP | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Transformer 1", "eipId": {"namespace": "xml", "name": "xpath-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Gateway 2", "eipId": {"namespace": "sftp", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect object-to-json-transformer to spel-function | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Object To Json Transformer 1", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Spel Function 2", "eipId": {"namespace": "integration", "name": "spel-function"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect inbound-gateway to file-to-string-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "http", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File To String Transformer 2", "eipId": {"namespace": "file", "name": "file-to-string-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect script to inbound-streaming-channel-adapter via outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Script 1", "eipId": {"namespace": "groovy", "name": "script"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Gateway 2", "eipId": {"namespace": "jms", "name": "outbound-gateway"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 3", "eipId": {"namespace": "ftp", "name": "inbound-streaming-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect filter to message-driven-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Filter 1", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 2", "eipId": {"namespace": "mqtt", "name": "message-driven-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect xpath-router to barrier via graph-controller | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Router 1", "eipId": {"namespace": "xml", "name": "xpath-router"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Graph Controller 2", "eipId": {"namespace": "http", "name": "graph-controller"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Barrier 3", "eipId": {"namespace": "integration", "name": "barrier"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect header-enricher to splitter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Header Enricher 1", "eipId": {"namespace": "web-services", "name": "header-enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "file", "name": "splitter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect xpath-header-enricher to outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Header Enricher 1", "eipId": {"namespace": "xml", "name": "xpath-header-enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 2", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect header-value-router to header-filter via outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Header Value Router 1", "eipId": {"namespace": "integration", "name": "header-value-router"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Gateway 2", "eipId": {"namespace": "jms", "name": "outbound-gateway"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Filter 3", "eipId": {"namespace": "integration", "name": "header-filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect transaction-synchronization-factory to resequencer via channel | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Transaction Synchronization Factory 1", "eipId": {"namespace": "integration", "name": "transaction-synchronization-factory"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Channel 2", "eipId": {"namespace": "integration", "name": "channel"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Resequencer 3", "eipId": {"namespace": "integration", "name": "resequencer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect inbound-channel-adapter to header-value-router via header-enricher | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "http", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Enricher 2", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Value Router 3", "eipId": {"namespace": "integration", "name": "header-value-router"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect inbound-streaming-channel-adapter to xpath-header-enricher via header-filter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 1", "eipId": {"namespace": "ftp", "name": "inbound-streaming-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Filter 2", "eipId": {"namespace": "integration", "name": "header-filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Xpath Header Enricher 3", "eipId": {"namespace": "xml", "name": "xpath-header-enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect tcp-inbound-channel-adapter to xpath-filter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Inbound Channel Adapter 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Xpath Filter 2", "eipId": {"namespace": "xml", "name": "xpath-filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect marshalling-transformer to message-history via tail-inbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Marshalling Transformer 1", "eipId": {"namespace": "xml", "name": "marshalling-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Tail Inbound Channel Adapter 2", "eipId": {"namespace": "file", "name": "tail-inbound-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Message History 3", "eipId": {"namespace": "integration", "name": "message-history"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect message-driven-channel-adapter to outbound-channel-adapter via publishing-interceptor | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 1", "eipId": {"namespace": "kafka", "name": "message-driven-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Publishing Interceptor 2", "eipId": {"namespace": "integration", "name": "publishing-interceptor"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "mqtt", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect inbound-gateway to graph-controller via marshalling-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "jms", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Marshalling Transformer 2", "eipId": {"namespace": "xml", "name": "marshalling-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Graph Controller 3", "eipId": {"namespace": "http", "name": "graph-controller"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect tail-inbound-channel-adapter to gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tail Inbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "tail-inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Gateway 2", "eipId": {"namespace": "integration", "name": "gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect tcp-outbound-gateway to xpath-expression | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Outbound Gateway 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Xpath Expression 2", "eipId": {"namespace": "xml", "name": "xpath-expression"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect control-bus to outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Control Bus 1", "eipId": {"namespace": "integration", "name": "control-bus"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 2", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect inbound-channel-adapter to tcp-connection-factory via file-to-bytes-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "sftp", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File To Bytes Transformer 2", "eipId": {"namespace": "file", "name": "file-to-bytes-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Tcp Connection Factory 3", "eipId": {"namespace": "tcp-udp", "name": "tcp-connection-factory"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect tcp-inbound-gateway to barrier via xpath-header-enricher | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Inbound Gateway 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Xpath Header Enricher 2", "eipId": {"namespace": "xml", "name": "xpath-header-enricher"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Barrier 3", "eipId": {"namespace": "integration", "name": "barrier"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect object-to-string-transformer to xslt-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Object To String Transformer 1", "eipId": {"namespace": "integration", "name": "object-to-string-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Xslt Transformer 2", "eipId": {"namespace": "xml", "name": "xslt-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect service-activator to filter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Service Activator 1", "eipId": {"namespace": "integration", "name": "service-activator"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect idempotent-receiver to logging-channel-adapter via tcp-inbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Idempotent Receiver 1", "eipId": {"namespace": "integration", "name": "idempotent-receiver"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Tcp Inbound Gateway 2", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-gateway"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Logging Channel Adapter 3", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect validating-filter to inbound-gateway via payload-serializing-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Validating Filter 1", "eipId": {"namespace": "xml", "name": "validating-filter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Payload Serializing Transformer 2", "eipId": {"namespace": "integration", "name": "payload-serializing-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Inbound Gateway 3", "eipId": {"namespace": "web-services", "name": "inbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect channel to outbound-channel-adapter via outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Channel 1", "eipId": {"namespace": "integration", "name": "channel"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Gateway 2", "eipId": {"namespace": "file", "name": "outbound-gateway"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "kafka", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect resource-inbound-channel-adapter to file-to-string-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Resource Inbound Channel Adapter 1", "eipId": {"namespace": "integration", "name": "resource-inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File To String Transformer 2", "eipId": {"namespace": "file", "name": "file-to-string-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect xpath-router to file-to-bytes-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Router 1", "eipId": {"namespace": "xml", "name": "xpath-router"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File To Bytes Transformer 2", "eipId": {"namespace": "file", "name": "file-to-bytes-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect splitter to outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Splitter 1", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Gateway 2", "eipId": {"namespace": "sftp", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect claim-check-in to outbound-gateway via file-to-string-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Claim Check In 1", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File To String Transformer 2", "eipId": {"namespace": "file", "name": "file-to-string-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Gateway 3", "eipId": {"namespace": "web-services", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect scatter-gather to splitter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Scatter Gather 1", "eipId": {"namespace": "integration", "name": "scatter-gather"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "file", "name": "splitter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect outbound-gateway to inbound-streaming-channel-adapter via gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Outbound Gateway 1", "eipId": {"namespace": "http", "name": "outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Gateway 2", "eipId": {"namespace": "integration", "name": "gateway"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 3", "eipId": {"namespace": "sftp", "name": "inbound-streaming-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect header-enricher to header-filter via outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Header Enricher 1", "eipId": {"namespace": "web-services", "name": "header-enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Gateway 2", "eipId": {"namespace": "ftp", "name": "outbound-gateway"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Filter 3", "eipId": {"namespace": "integration", "name": "header-filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect transformer to spel-function via outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Transformer 1", "eipId": {"namespace": "integration", "name": "transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 2", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Spel Function 3", "eipId": {"namespace": "integration", "name": "spel-function"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect inbound-channel-adapter to validating-filter via inbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 2", "eipId": {"namespace": "ftp", "name": "inbound-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Validating Filter 3", "eipId": {"namespace": "xml", "name": "validating-filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect exception-type-router to splitter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Exception Type Router 1", "eipId": {"namespace": "integration", "name": "exception-type-router"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "file", "name": "splitter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect message-driven-channel-adapter to spel-function | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 1", "eipId": {"namespace": "jms", "name": "message-driven-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Spel Function 2", "eipId": {"namespace": "integration", "name": "spel-function"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect gateway to outbound-gateway via aggregator | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Gateway 1", "eipId": {"namespace": "integration", "name": "gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Aggregator 2", "eipId": {"namespace": "integration", "name": "aggregator"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Gateway 3", "eipId": {"namespace": "jms", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect filter to object-to-json-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Filter 1", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Object To Json Transformer 2", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect claim-check-in to udp-outbound-channel-adapter via service-activator | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Claim Check In 1", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Service Activator 2", "eipId": {"namespace": "integration", "name": "service-activator"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Udp Outbound Channel Adapter 3", "eipId": {"namespace": "tcp-udp", "name": "udp-outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect transformer to xpath-filter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Transformer 1", "eipId": {"namespace": "integration", "name": "transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Xpath Filter 2", "eipId": {"namespace": "xml", "name": "xpath-filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect publish-subscribe-channel to header-enricher | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 1", "eipId": {"namespace": "integration", "name": "publish-subscribe-channel"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Enricher 2", "eipId": {"namespace": "jms", "name": "header-enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect stream-transformer to transaction-synchronization-factory via message-driven-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Stream Transformer 1", "eipId": {"namespace": "integration", "name": "stream-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 2", "eipId": {"namespace": "mqtt", "name": "message-driven-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Transaction Synchronization Factory 3", "eipId": {"namespace": "integration", "name": "transaction-synchronization-factory"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect json-to-object-transformer to enricher via xslt-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Json To Object Transformer 1", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Xslt Transformer 2", "eipId": {"namespace": "xml", "name": "xslt-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Enricher 3", "eipId": {"namespace": "integration", "name": "enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect outbound-gateway to tcp-inbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Outbound Gateway 1", "eipId": {"namespace": "file", "name": "outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Tcp Inbound Gateway 2", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect syslog-to-map-transformer to payload-deserializing-transformer via object-to-string-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Syslog To Map Transformer 1", "eipId": {"namespace": "integration", "name": "syslog-to-map-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Object To String Transformer 2", "eipId": {"namespace": "integration", "name": "object-to-string-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Payload Deserializing Transformer 3", "eipId": {"namespace": "integration", "name": "payload-deserializing-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect outbound-gateway to claim-check-in | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Outbound Gateway 1", "eipId": {"namespace": "http", "name": "outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Claim Check In 2", "eipId": {"namespace": "integration", "name": "claim-check-in"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect file-to-string-transformer to outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "File To String Transformer 1", "eipId": {"namespace": "file", "name": "file-to-string-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 2", "eipId": {"namespace": "http", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect xpath-splitter to outbound-channel-adapter via payload-type-router | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Splitter 1", "eipId": {"namespace": "xml", "name": "xpath-splitter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Payload Type Router 2", "eipId": {"namespace": "integration", "name": "payload-type-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "sftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect enricher to file-to-string-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Enricher 1", "eipId": {"namespace": "integration", "name": "enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File To String Transformer 2", "eipId": {"namespace": "file", "name": "file-to-string-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect payload-serializing-transformer to claim-check-out via object-to-string-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Payload Serializing Transformer 1", "eipId": {"namespace": "integration", "name": "payload-serializing-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Object To String Transformer 2", "eipId": {"namespace": "integration", "name": "object-to-string-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check Out 3", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect json-to-object-transformer to aggregator | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Json To Object Transformer 1", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Aggregator 2", "eipId": {"namespace": "integration", "name": "aggregator"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect control-bus to poller | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Control Bus 1", "eipId": {"namespace": "groovy", "name": "control-bus"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Poller 2", "eipId": {"namespace": "integration", "name": "poller"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect transformer to poller via outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Transformer 1", "eipId": {"namespace": "integration", "name": "transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Gateway 2", "eipId": {"namespace": "file", "name": "outbound-gateway"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Poller 3", "eipId": {"namespace": "integration", "name": "poller"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect logging-channel-adapter to json-to-object-transformer via outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Logging Channel Adapter 1", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 2", "eipId": {"namespace": "file", "name": "outbound-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Json To Object Transformer 3", "eipId": {"namespace": "integration", "name": "json-to-object-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect unmarshalling-transformer to stream-transformer via bridge | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Unmarshalling Transformer 1", "eipId": {"namespace": "xml", "name": "unmarshalling-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Bridge 2", "eipId": {"namespace": "integration", "name": "bridge"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Stream Transformer 3", "eipId": {"namespace": "integration", "name": "stream-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect poller to bridge | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Poller 1", "eipId": {"namespace": "integration", "name": "poller"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Bridge 2", "eipId": {"namespace": "integration", "name": "bridge"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect message-driven-channel-adapter to message-driven-channel-adapter via message-driven-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 1", "eipId": {"namespace": "mqtt", "name": "message-driven-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 2", "eipId": {"namespace": "mqtt", "name": "message-driven-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 3", "eipId": {"namespace": "kafka", "name": "message-driven-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect object-to-string-transformer to payload-type-router | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Object To String Transformer 1", "eipId": {"namespace": "integration", "name": "object-to-string-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Payload Type Router 2", "eipId": {"namespace": "integration", "name": "payload-type-router"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect file-to-bytes-transformer to control-bus | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "File To Bytes Transformer 1", "eipId": {"namespace": "file", "name": "file-to-bytes-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Control Bus 2", "eipId": {"namespace": "groovy", "name": "control-bus"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect xpath-router to tcp-outbound-channel-adapter via splitter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Router 1", "eipId": {"namespace": "xml", "name": "xpath-router"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Splitter 2", "eipId": {"namespace": "integration", "name": "splitter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Tcp Outbound Channel Adapter 3", "eipId": {"namespace": "tcp-udp", "name": "tcp-outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect message-driven-channel-adapter to header-enricher via transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 1", "eipId": {"namespace": "kafka", "name": "message-driven-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Transformer 2", "eipId": {"namespace": "integration", "name": "transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Enricher 3", "eipId": {"namespace": "jms", "name": "header-enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect header-enricher to script | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Header Enricher 1", "eipId": {"namespace": "integration", "name": "header-enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Script 2", "eipId": {"namespace": "groovy", "name": "script"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect stream-transformer to stream-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Stream Transformer 1", "eipId": {"namespace": "integration", "name": "stream-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Stream Transformer 2", "eipId": {"namespace": "integration", "name": "stream-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect inbound-streaming-channel-adapter to transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 1", "eipId": {"namespace": "ftp", "name": "inbound-streaming-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Transformer 2", "eipId": {"namespace": "integration", "name": "transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect object-to-string-transformer to payload-deserializing-transformer via unmarshalling-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Object To String Transformer 1", "eipId": {"namespace": "integration", "name": "object-to-string-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Unmarshalling Transformer 2", "eipId": {"namespace": "xml", "name": "unmarshalling-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Payload Deserializing Transformer 3", "eipId": {"namespace": "integration", "name": "payload-deserializing-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect xpath-splitter to delayer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Splitter 1", "eipId": {"namespace": "xml", "name": "xpath-splitter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Delayer 2", "eipId": {"namespace": "integration", "name": "delayer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect xpath-header-enricher to xpath-filter via outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Header Enricher 1", "eipId": {"namespace": "xml", "name": "xpath-header-enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 2", "eipId": {"namespace": "jms", "name": "outbound-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Xpath Filter 3", "eipId": {"namespace": "xml", "name": "xpath-filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect outbound-gateway to gateway via inbound-streaming-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Outbound Gateway 1", "eipId": {"namespace": "file", "name": "outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 2", "eipId": {"namespace": "sftp", "name": "inbound-streaming-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Gateway 3", "eipId": {"namespace": "integration", "name": "gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect message-driven-channel-adapter to stream-transformer via xpath-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 1", "eipId": {"namespace": "mqtt", "name": "message-driven-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Xpath Transformer 2", "eipId": {"namespace": "xml", "name": "xpath-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Stream Transformer 3", "eipId": {"namespace": "integration", "name": "stream-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect xpath-transformer to bridge via object-to-map-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Transformer 1", "eipId": {"namespace": "xml", "name": "xpath-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Object To Map Transformer 2", "eipId": {"namespace": "integration", "name": "object-to-map-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Bridge 3", "eipId": {"namespace": "integration", "name": "bridge"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect message-history to header-enricher via recipient-list-router | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Message History 1", "eipId": {"namespace": "integration", "name": "message-history"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Recipient List Router 2", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Enricher 3", "eipId": {"namespace": "jms", "name": "header-enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect recipient-list-router to recipient-list-router via channel | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Recipient List Router 1", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Channel 2", "eipId": {"namespace": "integration", "name": "channel"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Recipient List Router 3", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect control-bus to object-to-json-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Control Bus 1", "eipId": {"namespace": "groovy", "name": "control-bus"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Object To Json Transformer 2", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect tcp-connection-factory to publish-subscribe-channel | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Connection Factory 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-connection-factory"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 2", "eipId": {"namespace": "jms", "name": "publish-subscribe-channel"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect idempotent-receiver to outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Idempotent Receiver 1", "eipId": {"namespace": "integration", "name": "idempotent-receiver"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Gateway 2", "eipId": {"namespace": "ftp", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect file-to-string-transformer to payload-deserializing-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "File To String Transformer 1", "eipId": {"namespace": "file", "name": "file-to-string-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Payload Deserializing Transformer 2", "eipId": {"namespace": "integration", "name": "payload-deserializing-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect inbound-gateway to outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "jms", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 2", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect tail-inbound-channel-adapter to annotation-config | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tail Inbound Channel Adapter 1", "eipId": {"namespace": "file", "name": "tail-inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Annotation Config 2", "eipId": {"namespace": "integration", "name": "annotation-config"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect channel to inbound-streaming-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Channel 1", "eipId": {"namespace": "jms", "name": "channel"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Inbound Streaming Channel Adapter 2", "eipId": {"namespace": "ftp", "name": "inbound-streaming-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect tcp-inbound-gateway to control-bus via message-driven-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Tcp Inbound Gateway 1", "eipId": {"namespace": "tcp-udp", "name": "tcp-inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Message Driven Channel Adapter 2", "eipId": {"namespace": "kafka", "name": "message-driven-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Control Bus 3", "eipId": {"namespace": "groovy", "name": "control-bus"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect payload-deserializing-transformer to header-enricher via xpath-filter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Payload Deserializing Transformer 1", "eipId": {"namespace": "integration", "name": "payload-deserializing-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Xpath Filter 2", "eipId": {"namespace": "xml", "name": "xpath-filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Enricher 3", "eipId": {"namespace": "web-services", "name": "header-enricher"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect inbound-gateway to gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Gateway 1", "eipId": {"namespace": "web-services", "name": "inbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Gateway 2", "eipId": {"namespace": "integration", "name": "gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect outbound-gateway to outbound-channel-adapter via annotation-config | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Outbound Gateway 1", "eipId": {"namespace": "sftp", "name": "outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Annotation Config 2", "eipId": {"namespace": "integration", "name": "annotation-config"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "ftp", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect outbound-gateway to xslt-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Outbound Gateway 1", "eipId": {"namespace": "ftp", "name": "outbound-gateway"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Xslt Transformer 2", "eipId": {"namespace": "xml", "name": "xslt-transformer"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect object-to-json-transformer to transaction-synchronization-factory via filter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Object To Json Transformer 1", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Filter 2", "eipId": {"namespace": "integration", "name": "filter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Transaction Synchronization Factory 3", "eipId": {"namespace": "integration", "name": "transaction-synchronization-factory"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect object-to-json-transformer to claim-check-out via header-enricher | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Object To Json Transformer 1", "eipId": {"namespace": "integration", "name": "object-to-json-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Header Enricher 2", "eipId": {"namespace": "web-services", "name": "header-enricher"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Claim Check Out 3", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect control-bus to graph-controller via file-to-bytes-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Control Bus 1", "eipId": {"namespace": "groovy", "name": "control-bus"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "File To Bytes Transformer 2", "eipId": {"namespace": "file", "name": "file-to-bytes-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Graph Controller 3", "eipId": {"namespace": "http", "name": "graph-controller"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect stream-transformer to logging-channel-adapter via outbound-channel-adapter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Stream Transformer 1", "eipId": {"namespace": "integration", "name": "stream-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 2", "eipId": {"namespace": "kafka", "name": "outbound-channel-adapter"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Logging Channel Adapter 3", "eipId": {"namespace": "integration", "name": "logging-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect publish-subscribe-channel to outbound-gateway via enricher | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Publish Subscribe Channel 1", "eipId": {"namespace": "integration", "name": "publish-subscribe-channel"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Enricher 2", "eipId": {"namespace": "integration", "name": "enricher"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Gateway 3", "eipId": {"namespace": "ftp", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect syslog-to-map-transformer to channel | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Syslog To Map Transformer 1", "eipId": {"namespace": "integration", "name": "syslog-to-map-transformer"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Channel 2", "eipId": {"namespace": "integration", "name": "channel"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect xpath-header-enricher to validating-filter | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Xpath Header Enricher 1", "eipId": {"namespace": "xml", "name": "xpath-header-enricher"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Validating Filter 2", "eipId": {"namespace": "xml", "name": "validating-filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect annotation-config to spel-function | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Annotation Config 1", "eipId": {"namespace": "integration", "name": "annotation-config"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Spel Function 2", "eipId": {"namespace": "integration", "name": "spel-function"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}]} |
Connect recipient-list-router to header-filter via outbound-gateway | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Recipient List Router 1", "eipId": {"namespace": "integration", "name": "recipient-list-router"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Outbound Gateway 2", "eipId": {"namespace": "http", "name": "outbound-gateway"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Header Filter 3", "eipId": {"namespace": "integration", "name": "header-filter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect inbound-channel-adapter to outbound-gateway via payload-serializing-transformer | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Inbound Channel Adapter 1", "eipId": {"namespace": "sftp", "name": "inbound-channel-adapter"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Payload Serializing Transformer 2", "eipId": {"namespace": "integration", "name": "payload-serializing-transformer"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Gateway 3", "eipId": {"namespace": "jms", "name": "outbound-gateway"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
Connect control-bus to outbound-channel-adapter via claim-check-out | {"nodes": [{"id": "n1", "type": "eipNode", "data": {"label": "Control Bus 1", "eipId": {"namespace": "groovy", "name": "control-bus"}}}, {"id": "n2", "type": "eipNode", "data": {"label": "Claim Check Out 2", "eipId": {"namespace": "integration", "name": "claim-check-out"}}}, {"id": "n3", "type": "eipNode", "data": {"label": "Outbound Channel Adapter 3", "eipId": {"namespace": "integration", "name": "outbound-channel-adapter"}}}], "edges": [{"source": "n1", "target": "n2", "id": "edge_n1_n2"}, {"source": "n2", "target": "n3", "id": "edge_n2_n3"}]} |
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 36