public interface MultiStreamSplitter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
selectStream(List<Object> tuple,
Message message)
Given the tuple (the de-serialized message contents) and the message in its original serialized format, select
the stream this particular tuple should be emitted under.
|
List<String> |
streamNames() |
List<String> streamNames()
String selectStream(List<Object> tuple, Message message)
tuple - the de-serialized form of message as a list of objects (a tuple)message - the original RabbitMQ message before it was de-serialized (incl. amqp envelope information)Copyright © 2013-2015. All Rights Reserved.