Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Oct 14, 2024
1 parent bec06bb commit 7529baf
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions main-micrometer/src/main/resources/camel/demo.camel.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
- route:
nodePrefixId: route-e2a
id: route-8847
from:
uri: timer
id: from-0922
parameters:
timerName: timer1
delay: '1000'
period: '5000'
steps:
- setBody:
expression:
simple:
expression: Hello World
id: simple-3fc3
id: setBody-b8e4
constant:
expression: Hello
- to:
uri: direct
id: to-280f
parameters:
name: direct1
name: echo
- log:
message: ${body}
- route:
nodePrefixId: route-6ce
id: route-a9b6
from:
uri: direct
id: from-a1fa
parameters:
name: direct1
name: echo
steps:
- setBody:
constant: 'HELLO'
id: log-dcfc
simple: '${body}${body}'
- route:
from:
uri: direct
parameters:
name: bye
steps:
- setBody:
constant: 'BYE WORLD'
- log:
message: ${body}
- rest:
id: rest-8cd4
post:
- path: /rest-api
to: direct:direct1
id: post-032f
get:
- path: /bye
to: direct:bye

0 comments on commit 7529baf

Please sign in to comment.