Interface KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
KnativeEndpointBuilderFactory.AdvancedKnativeEndpointBuilder
- Enclosing interface:
- KnativeEndpointBuilderFactory
public static interface KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilderAdvanced builder for endpoint consumers for the Knative component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilderapiVersion(String apiVersion)The version of the k8s resource referenced by the endpoint.default KnativeEndpointBuilderFactory.KnativeEndpointConsumerBuilderbasic()default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilderexceptionHandler(String exceptionHandler)To let the consumer use a custom ExceptionHandler.default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilderexceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)To let the consumer use a custom ExceptionHandler.default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilderexchangePattern(String exchangePattern)Sets the exchange pattern when the consumer creates an exchange.default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilderexchangePattern(org.apache.camel.ExchangePattern exchangePattern)Sets the exchange pattern when the consumer creates an exchange.default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilderkind(String kind)The type of the k8s resource referenced by the endpoint.default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuildername(String name)The name of the k8s resource referenced by the endpoint.default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilderreply(Boolean reply)If the consumer should construct a full reply to knative request.default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilderreply(String reply)If the consumer should construct a full reply to knative request.
-
-
-
Method Detail
-
basic
default KnativeEndpointBuilderFactory.KnativeEndpointConsumerBuilder basic()
-
exceptionHandler
default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option is a: <code>org.apache.camel.spi.ExceptionHandler</code> type. Group: consumer (advanced)- Parameters:
exceptionHandler- the value to set- Returns:
- the dsl builder
-
exceptionHandler
default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option will be converted to a <code>org.apache.camel.spi.ExceptionHandler</code> type. Group: consumer (advanced)- Parameters:
exceptionHandler- the value to set- Returns:
- the dsl builder
-
exchangePattern
default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange. The option is a: <code>org.apache.camel.ExchangePattern</code> type. Group: consumer (advanced)- Parameters:
exchangePattern- the value to set- Returns:
- the dsl builder
-
exchangePattern
default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilder exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange. The option will be converted to a <code>org.apache.camel.ExchangePattern</code> type. Group: consumer (advanced)- Parameters:
exchangePattern- the value to set- Returns:
- the dsl builder
-
reply
default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilder reply(Boolean reply)
If the consumer should construct a full reply to knative request. The option is a: <code>java.lang.Boolean</code> type. Default: true Group: consumer (advanced)- Parameters:
reply- the value to set- Returns:
- the dsl builder
-
reply
default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilder reply(String reply)
If the consumer should construct a full reply to knative request. The option will be converted to a <code>java.lang.Boolean</code> type. Default: true Group: consumer (advanced)- Parameters:
reply- the value to set- Returns:
- the dsl builder
-
apiVersion
default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilder apiVersion(String apiVersion)
The version of the k8s resource referenced by the endpoint. The option is a: <code>java.lang.String</code> type. Group: advanced- Parameters:
apiVersion- the value to set- Returns:
- the dsl builder
-
kind
default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilder kind(String kind)
The type of the k8s resource referenced by the endpoint. The option is a: <code>java.lang.String</code> type. Group: advanced- Parameters:
kind- the value to set- Returns:
- the dsl builder
-
name
default KnativeEndpointBuilderFactory.AdvancedKnativeEndpointConsumerBuilder name(String name)
The name of the k8s resource referenced by the endpoint. The option is a: <code>java.lang.String</code> type. Group: advanced- Parameters:
name- the value to set- Returns:
- the dsl builder
-
-