public interface MessageToValuesMapper extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
declareOutputFields(backtype.storm.topology.OutputFieldsDeclarer declarer)
Declare the output schema for the spout.
|
backtype.storm.tuple.Values |
toValues(Message msg)
Convert
Message to tuple values. |
Copyright © 2017 Apache Software Foundation. All rights reserved.