Uses of Class
org.apache.camel.component.splunk.ProducerType

Packages that use ProducerType
org.apache.camel.component.splunk   
 

Uses of ProducerType in org.apache.camel.component.splunk
 

Methods in org.apache.camel.component.splunk that return ProducerType
static ProducerType ProducerType.fromUri(String uri)
           
static ProducerType ProducerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProducerType[] ProducerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.camel.component.splunk with parameters of type ProducerType
SplunkProducer(SplunkEndpoint endpoint, ProducerType producerType)
           
 



Apache Camel