Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Code Block
from("esper://esper-dom?eql=insert into DomStream select * from org.w3c.dom.Document")
  .to("log://esper-dom?level=INFO");
from("esper://esper-dom?eql=select childNodes from DomStream")
  .to("mock:results");

Options

Div
classconfluenceTableSmall

Name

Default Value

Description

configured

false

Available as of camel-extra

Wiki Markup
{div:class=confluenceTableSmall} || Name || Default Value || Description || | {{configured}} | false | Available as of camel-extra

2.11.3:


If

flag

is

set

to

'true'

the

default

Esper

configuration

file

(esper.cfg.xml)

will

be

used. 


To

configure

Esper

via

a

configuration

file,

please

refer

to

the

[ documentation|http://esper.codehaus.org/esper-4.2.0/doc/reference/en/html/configuration.html] | | {{pattern}} | | The [Esper Pattern expression|http://esper.codehaus.org/esper-4.10.0/doc/reference/en-US/html/event_patterns.html] as a String to filter events | | {{eql}} | | The [Esper EQL expression|http://esper.codehaus.org/esper-4.10.0/doc/reference/en-US/html/epl_clauses.html] as a String to filter events | {div}

documentation

pattern

 

The Esper Pattern expression as a String to filter events

eql

 

The Esper EQL expression as a String to filter events

You can append query options to the URI in the following format, ?option=value&option=value&...

...