|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
EventListener
which can be used to delegate processing to a
Camel endpoint.Credentials
for establishing the JCR repository connection
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.).
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.
Repository
isDeep
is true, events whose associated parent node is at
absPath
or within its subgraph are received.
noLocal
is true
, then events
generated by the session through which the listener was registered are
ignored.
Consumer
to consume JCR events.Value
implementationsMessage
for working with JCR
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |