public interface TupleToMessageMapper extends Serializable
Interface defining a mapping from storm tuple to rocketmq key and message.
Modifier and Type | Method and Description |
---|---|
String |
getKeyFromTuple(ITuple tuple) |
byte[] |
getValueFromTuple(ITuple tuple) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.