Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ application events; so the consumer is invoked the same thread as Spring
notifies events. Event differs in that the payload should be a Spring
`ApplicationEvent` object whereas xref:components::direct-component.adoc[Direct],
xref:components::seda-component.adoc[SEDA] and xref:components::vm-component.adoc[VM] can use any payload.

More information about when to use which component can be found in this https://tomd.xyz/camel-direct-vm-seda/[guide].