Uses of Interface
org.apache.storm.jms.JmsTupleProducer
Packages that use JmsTupleProducer
Package
Description
- 
Uses of JmsTupleProducer in org.apache.storm.jms.exampleClasses in org.apache.storm.jms.example that implement JmsTupleProducerModifier and TypeClassDescriptionclassA simpleJmsTupleProducerthat expects to receive JMSTextMessageobjects with a body in JSON format.
- 
Uses of JmsTupleProducer in org.apache.storm.jms.spoutMethods in org.apache.storm.jms.spout with parameters of type JmsTupleProducerModifier and TypeMethodDescriptionvoidJmsSpout.setJmsTupleProducer(JmsTupleProducer producer) Set theJmsTupleProducerimplementation that will convertjavax.jms.Messageobject toorg.apache.storm.tuple.Valuesobjects to be emitted.
- 
Uses of JmsTupleProducer in org.apache.storm.jms.tridentMethods in org.apache.storm.jms.trident with parameters of type JmsTupleProducerModifier and TypeMethodDescriptionTridentJmsSpout.withTupleProducer(JmsTupleProducer tupleProducer) Set theJmsTupleProducerimplementation that will convertjavax.jms.Messageobject tobacktype.storm.tuple.Valuesobjects to be emitted.