Interface SplunkEndpointBuilderFactory.SplunkBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- SplunkEndpointBuilderFactory
public static interface SplunkEndpointBuilderFactory.SplunkBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SplunkEndpointBuilderFactory.SplunkEndpointBuildersplunk(String path)Splunk (camel-splunk) Publish or search for events in Splunk.default SplunkEndpointBuilderFactory.SplunkEndpointBuildersplunk(String componentName, String path)Splunk (camel-splunk) Publish or search for events in Splunk.
-
-
-
Method Detail
-
splunk
default SplunkEndpointBuilderFactory.SplunkEndpointBuilder splunk(String path)
Splunk (camel-splunk) Publish or search for events in Splunk. Category: iot,monitoring Since: 2.13 Maven coordinates: org.apache.camel:camel-splunk Syntax:splunk:namePath parameter: name (required) Name has no purpose- Parameters:
path- name- Returns:
- the dsl builder
-
splunk
default SplunkEndpointBuilderFactory.SplunkEndpointBuilder splunk(String componentName, String path)
Splunk (camel-splunk) Publish or search for events in Splunk. Category: iot,monitoring Since: 2.13 Maven coordinates: org.apache.camel:camel-splunk Syntax:splunk:namePath parameter: name (required) Name has no purpose- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- name- Returns:
- the dsl builder
-
-