| Package | Description |
|---|---|
| ru.kiryam.storm.rabbitmq |
| Class and Description |
|---|
| Declarator |
| ErrorReporter |
| Message |
| MessageScheme |
| MultiStreamSplitter
Used for splitting a stream into multiple streams by examining the each individual tuple/message
|
| RabbitMQBolt
This is a simple
Bolt for producing messages to RabbitMQ from a Storm
topology. |
| RabbitMQConsumer
An abstraction on RabbitMQ client API to encapsulate interaction with RabbitMQ and de-couple Storm API from RabbitMQ API.
|
| RabbitMQSpout
A simple RabbitMQ spout that emits an anchored tuple stream (on the default stream).
|
| TupleToMessage
This interface describes an object that will perform the work of mapping
incoming
Tuples to Message objects for posting on a RabbitMQ
exchange. |
Copyright © 2013-2015. All Rights Reserved.