Uses of Interface
org.apache.camel.component.mail.MailBoxPostProcessAction
-
Packages that use MailBoxPostProcessAction Package Description org.apache.camel.component.mail Defines the Email Component -
-
Uses of MailBoxPostProcessAction in org.apache.camel.component.mail
Methods in org.apache.camel.component.mail that return MailBoxPostProcessAction Modifier and Type Method Description MailBoxPostProcessActionMailEndpoint. getPostProcessAction()Methods in org.apache.camel.component.mail with parameters of type MailBoxPostProcessAction Modifier and Type Method Description voidMailEndpoint. setPostProcessAction(MailBoxPostProcessAction postProcessAction)Refers to anMailBoxPostProcessActionfor doing post processing tasks on the mailbox once the normal processing ended.
-