Uses of Interface
org.apache.storm.jms.JmsProvider
Packages that use JmsProvider
Package
Description
- 
Uses of JmsProvider in org.apache.storm.jms.boltMethods in org.apache.storm.jms.bolt with parameters of type JmsProviderModifier and TypeMethodDescriptionvoidJmsBolt.setJmsProvider(JmsProvider provider) Set the JmsProvider used to connect to the JMS destination topic/queue.
- 
Uses of JmsProvider in org.apache.storm.jms.exampleClasses in org.apache.storm.jms.example that implement JmsProviderModifier and TypeClassDescriptionclassAJmsProviderthat uses the spring framework to obtain a JMSConnectionFactoryandDesitnationobjects.
- 
Uses of JmsProvider in org.apache.storm.jms.spoutMethods in org.apache.storm.jms.spout with parameters of type JmsProviderModifier and TypeMethodDescriptionvoidJmsSpout.setJmsProvider(JmsProvider provider) SetJmsSpout.jmsProvider.
- 
Uses of JmsProvider in org.apache.storm.jms.tridentMethods in org.apache.storm.jms.trident with parameters of type JmsProviderModifier and TypeMethodDescriptionJmsState.Options.withJmsProvider(JmsProvider provider) TridentJmsSpout.withJmsProvider(JmsProvider provider) Set theJmsProviderimplementation that this Spout will use to connect to a JMSjavax.jms.Desination.