Uses of Class
org.apache.camel.component.splunk.ConsumerType
-
Packages that use ConsumerType Package Description org.apache.camel.component.splunk org.apache.camel.component.splunk.support -
-
Uses of ConsumerType in org.apache.camel.component.splunk
Methods in org.apache.camel.component.splunk that return ConsumerType Modifier and Type Method Description static ConsumerTypeConsumerType. fromUri(String uri)static ConsumerTypeConsumerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsumerType[]ConsumerType. 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 ConsumerType Constructor Description SplunkConsumer(SplunkEndpoint endpoint, org.apache.camel.Processor processor, ConsumerType consumerType) -
Uses of ConsumerType in org.apache.camel.component.splunk.support
Constructors in org.apache.camel.component.splunk.support with parameters of type ConsumerType Constructor Description SplunkDataReader(SplunkEndpoint endpoint, ConsumerType consumerType)
-