public interface IInputTupleConverter<T>
A module is an input-output processing function.
We need to have a conversion between Storm Tuple and input module type
Modifier and Type | Method and Description |
---|---|
T |
convert(org.apache.storm.tuple.Tuple tuple) |
T convert(org.apache.storm.tuple.Tuple tuple)
Copyright © 2023. All rights reserved.