Uses of Interface
org.apache.camel.builder.component.dsl.GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder
Packages that use GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder
-
Uses of GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.googleFirestore()Google Firestore (camel-google-firestore) Store and retrieve data from Google Cloud Firestore NoSQL database. -
Uses of GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilderModifier and TypeMethodDescriptionGoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder.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.GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder.configuration(org.apache.camel.component.google.firestore.GoogleFirestoreConfiguration configuration) The component configuration.GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder.databaseId(String databaseId) The Firestore database ID.GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder.documentId(String documentId) The document ID to use for document-specific operations.GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder.firestoreClient(com.google.cloud.firestore.Firestore firestoreClient) The Firestore client to use for operations.GoogleFirestoreComponentBuilderFactory.googleFirestore()Google Firestore (camel-google-firestore) Store and retrieve data from Google Cloud Firestore NoSQL database.GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder.operation(org.apache.camel.component.google.firestore.GoogleFirestoreOperations operation) Set the operation for the producer.The Google Cloud project ID.GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder.realtimeUpdates(boolean realtimeUpdates) When true, the consumer will listen for real-time updates on the collection.GoogleFirestoreComponentBuilderFactory.GoogleFirestoreComponentBuilder.serviceAccountKey(String serviceAccountKey) The Service account key that can be used as credentials for the Firestore client.