Uses of Class
org.apache.camel.spi.SendDynamicAware.DynamicAwareEntry
Packages that use SendDynamicAware.DynamicAwareEntry
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of SendDynamicAware.DynamicAwareEntry in org.apache.camel.spi
Methods in org.apache.camel.spi that return SendDynamicAware.DynamicAwareEntryModifier and TypeMethodDescriptionPrepares for using optimised dynamic to by parsing the uri and returning an entry of details that are used for creating the pre and post processors, and the static uri.Methods in org.apache.camel.spi with parameters of type SendDynamicAware.DynamicAwareEntryModifier and TypeMethodDescriptionSendDynamicAware.createPostProcessor
(Exchange exchange, SendDynamicAware.DynamicAwareEntry entry) Creates an optional postProcessor
that will be executed afterwards when the message has been sent dynamic.SendDynamicAware.createPreProcessor
(Exchange exchange, SendDynamicAware.DynamicAwareEntry entry) SendDynamicAware.resolveStaticUri
(Exchange exchange, SendDynamicAware.DynamicAwareEntry entry)