|
Class Summary |
| TerracottaComponent |
An implementation of a camel component for asynchronous PIPE exchanges on a
Pipe within a CamelContext
Options:
size - size of the pipe to create if it doesnt exist (Optional)
topologyName - name of the Pipe topology (Required) must match producer
pipeName - name of the Pipe to create or use (Optional) must match producer if supplied, if not supplied topologyName is used
concurrentConsumers - number of concurrentConsumers to listen to pipe (Optional) default = 1
A component based on camel SEDA component. |
| TerracottaConsumer |
A Consumer which uses a Terracotta Pipe to pass the Exchange. |
| TerracottaEndpoint |
An implementation of the asynchronous Pipe exchanges on a Pipe within a CamelContext
A component based on camel SEDA component. |
| TerracottaProducer |
A Producer which uses a Terracotta Pipe to pass the Exchange. |