Spring Event

Spring Event

Description: The Event Component is for working with Spring ApplicationEvents.
Scheme: spring-event
Syntax: spring-event:name
Maven: org.apache.camel/camel-spring/2.16.1

An Event Endpoint for working with Spring ApplicationEvents

Name Kind Group Required Default Type Enum Description
name path common java.lang.String Name of endpoint
exchangePattern parameter advanced InOnly org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).

spring-event consumer

An Event Consumer for working with Spring ApplicationEvents