Uses of Interface
org.apache.storm.jms.JmsTupleProducer
Package
Description
-
Uses of JmsTupleProducer in org.apache.storm.jms.example
Modifier and TypeClassDescriptionclass
A simpleJmsTupleProducer
that expects to receive JMSTextMessage
objects with a body in JSON format. -
Uses of JmsTupleProducer in org.apache.storm.jms.spout
Modifier and TypeMethodDescriptionvoid
JmsSpout.setJmsTupleProducer
(JmsTupleProducer producer) Set theJmsTupleProducer
implementation that will convertjavax.jms.Message
object toorg.apache.storm.tuple.Values
objects to be emitted. -
Uses of JmsTupleProducer in org.apache.storm.jms.trident
Modifier and TypeMethodDescriptionTridentJmsSpout.withTupleProducer
(JmsTupleProducer tupleProducer) Set theJmsTupleProducer
implementation that will convertjavax.jms.Message
object tobacktype.storm.tuple.Values
objects to be emitted.