public static interface JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JcrEndpointBuilderFactory.AdvancedJcrEndpointConsumerBuilder |
advanced() |
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
deep(boolean deep)
When isDeep is true, events whose associated parent node is at
absPath or within its subgraph are received.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
deep(String deep)
When isDeep is true, events whose associated parent node is at
absPath or within its subgraph are received.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
eventTypes(int eventTypes)
eventTypes (a combination of one or more event types encoded as a bit
mask value such as javax.jcr.observation.Event.NODE_ADDED,
javax.jcr.observation.Event.NODE_REMOVED, etc.).
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
eventTypes(String eventTypes)
eventTypes (a combination of one or more event types encoded as a bit
mask value such as javax.jcr.observation.Event.NODE_ADDED,
javax.jcr.observation.Event.NODE_REMOVED, etc.).
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
nodeTypeNames(String nodeTypeNames)
When a comma separated nodeTypeName list string is set, only events
whose associated parent node has one of the node types (or a subtype
of one of the node types) in this list will be received.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
noLocal(boolean noLocal)
If noLocal is true, then events generated by the session through
which the listener was registered are ignored.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
noLocal(String noLocal)
If noLocal is true, then events generated by the session through
which the listener was registered are ignored.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
password(String password)
Password for login.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
sessionLiveCheckInterval(long sessionLiveCheckInterval)
Interval in milliseconds to wait before each session live checking
The default value is 60000 ms.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
sessionLiveCheckInterval(String sessionLiveCheckInterval)
Interval in milliseconds to wait before each session live checking
The default value is 60000 ms.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
sessionLiveCheckIntervalOnStart(long sessionLiveCheckIntervalOnStart)
Interval in milliseconds to wait before the first session live
checking.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
sessionLiveCheckIntervalOnStart(String sessionLiveCheckIntervalOnStart)
Interval in milliseconds to wait before the first session live
checking.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
username(String username)
Username for login.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
uuids(String uuids)
When a comma separated uuid list string is set, only events whose
associated parent node has one of the identifiers in the comma
separated uuid list will be received.
|
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder |
workspaceName(String workspaceName)
The workspace to access.
|
default JcrEndpointBuilderFactory.AdvancedJcrEndpointConsumerBuilder advanced()
default JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder deep(boolean deep)
boolean type.
Default: false
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder deep(String deep)
boolean type.
Default: false
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder eventTypes(int eventTypes)
int type.
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder eventTypes(String eventTypes)
int type.
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder nodeTypeNames(String nodeTypeNames)
java.lang.String type.
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder noLocal(boolean noLocal)
boolean type.
Default: false
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder noLocal(String noLocal)
boolean type.
Default: false
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder password(String password)
java.lang.String type.
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder sessionLiveCheckInterval(long sessionLiveCheckInterval)
long type.
Default: 60000
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder sessionLiveCheckInterval(String sessionLiveCheckInterval)
long type.
Default: 60000
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder sessionLiveCheckIntervalOnStart(long sessionLiveCheckIntervalOnStart)
long type.
Default: 3000
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder sessionLiveCheckIntervalOnStart(String sessionLiveCheckIntervalOnStart)
long type.
Default: 3000
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder username(String username)
java.lang.String type.
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder uuids(String uuids)
java.lang.String type.
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder workspaceName(String workspaceName)
java.lang.String type.
Group: commondefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerApache Camel