Uses of Class
org.apache.camel.component.splunk.ProducerType
-
Packages that use ProducerType Package Description org.apache.camel.component.splunk -
-
Uses of ProducerType in org.apache.camel.component.splunk
Methods in org.apache.camel.component.splunk that return ProducerType Modifier and Type Method Description static ProducerTypeProducerType. fromUri(String uri)static ProducerTypeProducerType. 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 Constructor Description SplunkProducer(SplunkEndpoint endpoint, ProducerType producerType)
-