Package | Description |
---|---|
org.apache.storm.jms.example | |
org.apache.storm.jms.spout | |
org.apache.storm.jms.trident |
Modifier and Type | Class and Description |
---|---|
class |
JsonTupleProducer
A simple
JmsTupleProducer that expects to receive JMS TextMessage objects with a body in JSON format. |
Modifier and Type | Method and Description |
---|---|
void |
JmsSpout.setJmsTupleProducer(JmsTupleProducer producer)
Set the
JmsTupleProducer implementation that will convert javax.jms.Message object to org.apache.storm.tuple.Values objects to be emitted. |
Modifier and Type | Method and Description |
---|---|
TridentJmsSpout |
TridentJmsSpout.withTupleProducer(JmsTupleProducer tupleProducer)
Set the
JmsTupleProducer implementation that will convert javax.jms.Message object to backtype.storm.tuple.Values objects to be emitted. |
Copyright © 2022 The Apache Software Foundation. All rights reserved.