| Package | Description |
|---|---|
| ru.kiryam.storm.rabbitmq |
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionalPublishingRabbitMQBolt
Simple extension of
RabbitMQBolt that provides the ability to determine whether a message should be published
based on the input tuple
This class is sort of an SPI meaning that it is meant to be subclassed
and the method ConditionalPublishingRabbitMQBolt.shouldPublish(backtype.storm.tuple.Tuple)
to be overridden with the custom decision logic |
Copyright © 2013-2015. All Rights Reserved.