Uses of Interface
org.apache.camel.builder.component.dsl.GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder
Packages that use GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder
-
Uses of GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return GoogleMailComponentBuilderFactory.GoogleMailComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.googleMail()Google Mail (camel-google-mail) Manage messages in Google Mail. -
Uses of GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement GoogleMailComponentBuilderFactory.GoogleMailComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return GoogleMailComponentBuilderFactory.GoogleMailComponentBuilderModifier and TypeMethodDescriptionGoogleMailComponentBuilderFactory.GoogleMailComponentBuilder.accessToken(String accessToken) OAuth 2 access token.GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder.applicationName(String applicationName) Google mail application name.GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder.clientFactory(org.apache.camel.component.google.mail.GoogleMailClientFactory clientFactory) To use the GoogleCalendarClientFactory as factory for creating the client.Client ID of the mail application.GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder.clientSecret(String clientSecret) Client secret of the mail application.GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder.configuration(org.apache.camel.component.google.mail.GoogleMailConfiguration configuration) To use the shared configuration.Delegate for wide-domain service account.GoogleMailComponentBuilderFactory.googleMail()Google Mail (camel-google-mail) Manage messages in Google Mail.GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder.refreshToken(String refreshToken) OAuth 2 refresh token.GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder.scopes(Collection<String> scopes) GMail scopes.GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder.serviceAccountKey(String serviceAccountKey) Service account key in json format to authenticate an application as a service account.