public static interface FileWatchEndpointBuilderFactory.AdvancedFileWatchEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default FileWatchEndpointBuilderFactory.FileWatchEndpointBuilder |
basic() |
default FileWatchEndpointBuilderFactory.AdvancedFileWatchEndpointBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default FileWatchEndpointBuilderFactory.AdvancedFileWatchEndpointBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default FileWatchEndpointBuilderFactory.AdvancedFileWatchEndpointBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default FileWatchEndpointBuilderFactory.AdvancedFileWatchEndpointBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default FileWatchEndpointBuilderFactory.FileWatchEndpointBuilder basic()
default FileWatchEndpointBuilderFactory.AdvancedFileWatchEndpointBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault FileWatchEndpointBuilderFactory.AdvancedFileWatchEndpointBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault FileWatchEndpointBuilderFactory.AdvancedFileWatchEndpointBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault FileWatchEndpointBuilderFactory.AdvancedFileWatchEndpointBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setApache Camel