Uses of Class
org.apache.storm.jms.trident.JmsState.Options
-
Packages that use JmsState.Options Package Description org.apache.storm.jms.trident -
-
Uses of JmsState.Options in org.apache.storm.jms.trident
Methods in org.apache.storm.jms.trident that return JmsState.Options Modifier and Type Method Description JmsState.Options
JmsState.Options. withJmsAcknowledgeMode(int jmsAcknowledgeMode)
JmsState.Options
JmsState.Options. withJmsProvider(JmsProvider provider)
JmsState.Options
JmsState.Options. withJmsTransactional(boolean jmsTransactional)
JmsState.Options
JmsState.Options. withMessageProducer(JmsMessageProducer msgProducer)
Constructors in org.apache.storm.jms.trident with parameters of type JmsState.Options Constructor Description JmsState(JmsState.Options options)
JmsStateFactory(JmsState.Options options)
-