@Generated(value="org.apache.camel.maven.packaging.ComponentDslMojo") public interface ComponentsBuilderFactory
KafkaComponent kafka =
ComponentBuilderFactory.kafka().setBrokers("{{host:port}}").build();
This creates a new Kafka component, but often you want to register the
component to CamelContext, which can be done as follows:
ComponentBuilderFactory.kafka().setBrokers("{{host:port}}").register(camelContext, "kafka");
This configures and registers the component to CamelContext with the name
kafka. If you have separate Kafka brokers you can register more components
with their own name:
ComponentBuilderFactory.kafka().setBrokers("{{host2:port}}").register(camelContext, "kafka2");
Generated by camel build tools - do NOT edit this file!| Modifier and Type | Method and Description |
|---|---|
static ActivemqComponentBuilderFactory.ActivemqComponentBuilder |
activemq()
ActiveMQ (camel-activemq)
Send messages to (or consume from) Apache ActiveMQ.
|
static AhcComponentBuilderFactory.AhcComponentBuilder |
ahc()
Async HTTP Client (AHC) (camel-ahc)
Call external HTTP services using Async Http Client.
|
static AhcWsComponentBuilderFactory.AhcWsComponentBuilder |
ahcWs()
Async HTTP Client (AHC) Websocket (camel-ahc-ws)
Exchange data with external Websocket servers using Async Http Client.
|
static AhcWssComponentBuilderFactory.AhcWssComponentBuilder |
ahcWss()
Async HTTP Client (AHC) Secure Websocket (Secure) (camel-ahc-ws)
Exchange data with external Websocket servers using Async Http Client.
|
static AmqpComponentBuilderFactory.AmqpComponentBuilder |
amqp()
AMQP (camel-amqp)
Messaging with AMQP protocol using Apache QPid Client.
|
static ArangodbComponentBuilderFactory.ArangodbComponentBuilder |
arangodb()
ArangoDb (camel-arangodb)
Perform operations on ArangoDb when used as a Document Database, or as a
Graph Database
Category: database,nosql
Since: 3.5
Maven coordinates: org.apache.camel:camel-arangodb
|
static As2ComponentBuilderFactory.As2ComponentBuilder |
as2()
AS2 (camel-as2)
Transfer data securely and reliably using the AS2 protocol (RFC4130).
|
static AsteriskComponentBuilderFactory.AsteriskComponentBuilder |
asterisk()
Asterisk (camel-asterisk)
Interact with Asterisk PBX Server.
|
static AtlasmapComponentBuilderFactory.AtlasmapComponentBuilder |
atlasmap()
AtlasMap (camel-atlasmap)
Transforms the message using an AtlasMap transformation.
|
static AtmosComponentBuilderFactory.AtmosComponentBuilder |
atmos()
Atmos (camel-atmos)
Integrate with EMC's ViPR object data services using the Atmos Client.
|
static AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder |
atmosphereWebsocket()
Atmosphere Websocket (camel-atmosphere-websocket)
Expose WebSocket endpoints using the Atmosphere framework.
|
static AtomComponentBuilderFactory.AtomComponentBuilder |
atom()
Atom (camel-atom)
Poll Atom RSS feeds.
|
static AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder |
atomixMap()
Atomix Map (camel-atomix)
Access Atomix's distributed map.
|
static AtomixMessagingComponentBuilderFactory.AtomixMessagingComponentBuilder |
atomixMessaging()
Atomix Messaging (camel-atomix)
Access Atomix's group messaging.
|
static AtomixMultimapComponentBuilderFactory.AtomixMultimapComponentBuilder |
atomixMultimap()
Atomix MultiMap (camel-atomix)
Access Atomix's distributed multi map.
|
static AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder |
atomixQueue()
Atomix Queue (camel-atomix)
Access Atomix's distributed queue.
|
static AtomixSetComponentBuilderFactory.AtomixSetComponentBuilder |
atomixSet()
Atomix Set (camel-atomix)
Access Atomix's distributed set.
|
static AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder |
atomixValue()
Atomix Value (camel-atomix)
Access Atomix's distributed value.
|
static AvroComponentBuilderFactory.AvroComponentBuilder |
avro()
Avro RPC (camel-avro-rpc)
Produce or consume Apache Avro RPC services.
|
static Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder |
aws2Athena()
AWS Athena (camel-aws2-athena)
Access AWS Athena service using AWS SDK version 2.x.
|
static Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder |
aws2Cw()
AWS CloudWatch (camel-aws2-cw)
Sending metrics to AWS CloudWatch using AWS SDK version 2.x.
|
static Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder |
aws2Ddb()
AWS DynamoDB (camel-aws2-ddb)
Store and retrieve data from AWS DynamoDB service using AWS SDK version
2.x.
|
static Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder |
aws2Ddbstream()
AWS DynamoDB Streams (camel-aws2-ddb)
Receive messages from AWS DynamoDB Stream service using AWS SDK version
2.x.
|
static Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder |
aws2Ec2()
AWS Elastic Compute Cloud (EC2) (camel-aws2-ec2)
Manage AWS EC2 instances using AWS SDK version 2.x.
|
static Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder |
aws2Ecs()
AWS Elastic Container Service (ECS) (camel-aws2-ecs)
Manage AWS ECS cluster instances using AWS SDK version 2.x.
|
static Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
aws2Eks()
AWS Elastic Kubernetes Service (EKS) (camel-aws2-eks)
Manage AWS EKS cluster instances using AWS SDK version 2.x.
|
static Aws2EventbridgeComponentBuilderFactory.Aws2EventbridgeComponentBuilder |
aws2Eventbridge()
AWS Eventbridge (camel-aws2-eventbridge)
Manage AWS Eventbridge cluster instances using AWS SDK version 2.x.
|
static Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
aws2Iam()
AWS Identity and Access Management (IAM) (camel-aws2-iam)
Manage AWS IAM instances using AWS SDK version 2.x.
|
static Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder |
aws2Kinesis()
AWS Kinesis (camel-aws2-kinesis)
Consume and produce records from and to AWS Kinesis Streams using AWS SDK
version 2.x.
|
static Aws2KinesisFirehoseComponentBuilderFactory.Aws2KinesisFirehoseComponentBuilder |
aws2KinesisFirehose()
AWS Kinesis Firehose (camel-aws2-kinesis)
Produce data to AWS Kinesis Firehose streams using AWS SDK version 2.x.
|
static Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder |
aws2Kms()
AWS Key Management Service (KMS) (camel-aws2-kms)
Manage keys stored in AWS KMS instances using AWS SDK version 2.x.
|
static Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder |
aws2Lambda()
AWS Lambda (camel-aws2-lambda)
Manage and invoke AWS Lambda functions using AWS SDK version 2.x.
|
static Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder |
aws2Mq()
AWS MQ (camel-aws2-mq)
Manage AWS MQ instances using AWS SDK version 2.x.
|
static Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder |
aws2Msk()
AWS Managed Streaming for Apache Kafka (MSK) (camel-aws2-msk)
Manage AWS MSK instances using AWS SDK version 2.x.
|
static Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder |
aws2S3()
AWS S3 Storage Service (camel-aws2-s3)
Store and retrieve objects from AWS S3 Storage Service using AWS SDK
version 2.x.
|
static Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder |
aws2Ses()
AWS Simple Email Service (SES) (camel-aws2-ses)
Send e-mails through AWS SES service using AWS SDK version 2.x.
|
static Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder |
aws2Sns()
AWS Simple Notification System (SNS) (camel-aws2-sns)
Send messages to an AWS Simple Notification Topic using AWS SDK version
2.x.
|
static Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder |
aws2Sqs()
AWS Simple Queue Service (SQS) (camel-aws2-sqs)
Send and receive messages to/from AWS SQS service using AWS SDK version
2.x.
|
static Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
aws2Sts()
AWS Security Token Service (STS) (camel-aws2-sts)
Manage AWS STS cluster instances using AWS SDK version 2.x.
|
static Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder |
aws2Translate()
AWS Translate (camel-aws2-translate)
Translate texts using AWS Translate and AWS SDK version 2.x.
|
static AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder |
awsSecretsManager()
AWS Secrets Manager (camel-aws-secrets-manager)
Manage AWS Secrets Manager services using AWS SDK version 2.x.
|
static AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder |
azureCosmosdb()
Azure CosmosDB (camel-azure-cosmosdb)
To read and write records to the CosmosDB database on Azure cloud
platform.
|
static AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
azureEventhubs()
Azure Event Hubs (camel-azure-eventhubs)
The azure-eventhubs component that integrates Azure Event Hubs using AMQP
protocol.
|
static AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder |
azureServicebus()
Azure ServiceBus (camel-azure-servicebus)
The azure-servicebus component that integrates Azure ServiceBus.
|
static AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder |
azureStorageBlob()
Azure Storage Blob Service (camel-azure-storage-blob)
Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
|
static AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder |
azureStorageDatalake()
Azure storage datalake service (camel-azure-storage-datalake)
Camel Azure Datalake Gen2 Component
Category: cloud,file
Since: 3.8
Maven coordinates: org.apache.camel:camel-azure-storage-datalake
|
static AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder |
azureStorageQueue()
Azure Storage Queue Service (camel-azure-storage-queue)
The azure-storage-queue component is used for storing and retrieving the
messages to/from Azure Storage Queue using Azure SDK v12.
|
static BeanComponentBuilderFactory.BeanComponentBuilder |
bean()
Bean (camel-bean)
Invoke methods of Java beans stored in Camel registry.
|
static BeanstalkComponentBuilderFactory.BeanstalkComponentBuilder |
beanstalk()
Beanstalk (camel-beanstalk)
Retrieve and post-process Beanstalk jobs.
|
static BeanValidatorComponentBuilderFactory.BeanValidatorComponentBuilder |
beanValidator()
Bean Validator (camel-bean-validator)
Validate the message body using the Java Bean Validation API.
|
static BonitaComponentBuilderFactory.BonitaComponentBuilder |
bonita()
Bonita (camel-bonita)
Communicate with a remote Bonita BPM process engine.
|
static BoxComponentBuilderFactory.BoxComponentBuilder |
box()
Box (camel-box)
Upload, download and manage files, folders, groups, collaborations, etc.
|
static BraintreeComponentBuilderFactory.BraintreeComponentBuilder |
braintree()
Braintree (camel-braintree)
Process payments using Braintree Payments.
|
static BrowseComponentBuilderFactory.BrowseComponentBuilder |
browse()
Browse (camel-browse)
Inspect the messages received on endpoints supporting BrowsableEndpoint.
|
static CaffeineCacheComponentBuilderFactory.CaffeineCacheComponentBuilder |
caffeineCache()
Caffeine Cache (camel-caffeine)
Perform caching operations using Caffeine Cache.
|
static CaffeineLoadcacheComponentBuilderFactory.CaffeineLoadcacheComponentBuilder |
caffeineLoadcache()
Caffeine LoadCache (camel-caffeine)
Perform caching operations using Caffeine Cache with an attached
CacheLoader.
|
static ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder |
chatscript()
ChatScript (camel-chatscript)
Chat with a ChatScript Server.
|
static ChunkComponentBuilderFactory.ChunkComponentBuilder |
chunk()
Chunk (camel-chunk)
Transform messages using Chunk templating engine.
|
static ClasComponentBuilderFactory.ClasComponentBuilder |
clas()
Class (camel-bean)
Invoke methods of Java beans specified by class name.
|
static CmisComponentBuilderFactory.CmisComponentBuilder |
cmis()
CMIS (camel-cmis)
Read and write data from to/from a CMIS compliant content repositories.
|
static CmSmsComponentBuilderFactory.CmSmsComponentBuilder |
cmSms()
CM SMS Gateway (camel-cm-sms)
Send SMS messages via CM SMS Gateway.
|
static CoapComponentBuilderFactory.CoapComponentBuilder |
coap()
CoAP (camel-coap)
Send and receive messages to/from COAP capable devices.
|
static CoapsComponentBuilderFactory.CoapsComponentBuilder |
coaps()
CoAP (Secure) (camel-coap)
Send and receive messages to/from COAP capable devices.
|
static CoapsTcpComponentBuilderFactory.CoapsTcpComponentBuilder |
coapsTcp()
CoAP (camel-coap)
Send and receive messages to/from COAP capable devices.
|
static CoapTcpComponentBuilderFactory.CoapTcpComponentBuilder |
coapTcp()
CoAP (camel-coap)
Send and receive messages to/from COAP capable devices.
|
static CometdComponentBuilderFactory.CometdComponentBuilder |
cometd()
CometD (camel-cometd)
Offers publish/subscribe, peer-to-peer (via a server), and RPC style
messaging using the CometD/Bayeux protocol.
|
static CometdsComponentBuilderFactory.CometdsComponentBuilder |
cometds()
CometD (Secure) (camel-cometd)
Offers publish/subscribe, peer-to-peer (via a server), and RPC style
messaging using the CometD/Bayeux protocol.
|
static ConsulComponentBuilderFactory.ConsulComponentBuilder |
consul()
Consul (camel-consul)
Integrate with Consul service discovery and configuration store.
|
static ControlbusComponentBuilderFactory.ControlbusComponentBuilder |
controlbus()
Control Bus (camel-controlbus)
Manage and monitor Camel routes.
|
static CordaComponentBuilderFactory.CordaComponentBuilder |
corda()
Corda (camel-corda)
Perform operations against Corda blockchain platform using corda-rpc
library.
|
static CouchbaseComponentBuilderFactory.CouchbaseComponentBuilder |
couchbase()
Couchbase (camel-couchbase)
Query Couchbase Views with a poll strategy and/or perform various
operations against Couchbase databases.
|
static CouchdbComponentBuilderFactory.CouchdbComponentBuilder |
couchdb()
CouchDB (camel-couchdb)
Consume changesets for inserts, updates and deletes in a CouchDB
database, as well as get, save, update and delete documents from a
CouchDB database.
|
static CqlComponentBuilderFactory.CqlComponentBuilder |
cql()
Cassandra CQL (camel-cassandraql)
Integrate with Cassandra 2.0 using the CQL3 API (not the Thrift API).
|
static CronComponentBuilderFactory.CronComponentBuilder |
cron()
Cron (camel-cron)
A generic interface for triggering events at times specified through the
Unix cron syntax.
|
static CryptoComponentBuilderFactory.CryptoComponentBuilder |
crypto()
Crypto (JCE) (camel-crypto)
Sign and verify exchanges using the Signature Service of the Java
Cryptographic Extension (JCE).
|
static CxfComponentBuilderFactory.CxfComponentBuilder |
cxf()
CXF (camel-cxf)
Expose SOAP WebServices using Apache CXF or connect to external
WebServices using CXF WS client.
|
static CxfrsComponentBuilderFactory.CxfrsComponentBuilder |
cxfrs()
CXF-RS (camel-cxf)
Expose JAX-RS REST services using Apache CXF or connect to external REST
services using CXF REST client.
|
static DataformatComponentBuilderFactory.DataformatComponentBuilder |
dataformat()
Data Format (camel-dataformat)
Use a Camel Data Format as a regular Camel Component.
|
static DatasetComponentBuilderFactory.DatasetComponentBuilder |
dataset()
Dataset (camel-dataset)
Provide data for load and soak testing of your Camel application.
|
static DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder |
datasetTest()
DataSet Test (camel-dataset)
Extends the mock component by pulling messages from another endpoint on
startup to set the expected message bodies.
|
static DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder |
debeziumMongodb()
Debezium MongoDB Connector (camel-debezium-mongodb)
Capture changes from a MongoDB database.
|
static DebeziumMysqlComponentBuilderFactory.DebeziumMysqlComponentBuilder |
debeziumMysql()
Debezium MySQL Connector (camel-debezium-mysql)
Capture changes from a MySQL database.
|
static DebeziumPostgresComponentBuilderFactory.DebeziumPostgresComponentBuilder |
debeziumPostgres()
Debezium PostgresSQL Connector (camel-debezium-postgres)
Capture changes from a PostgresSQL database.
|
static DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder |
debeziumSqlserver()
Debezium SQL Server Connector (camel-debezium-sqlserver)
Capture changes from an SQL Server database.
|
static DigitaloceanComponentBuilderFactory.DigitaloceanComponentBuilder |
digitalocean()
DigitalOcean (camel-digitalocean)
Manage Droplets and resources within the DigitalOcean cloud.
|
static DirectComponentBuilderFactory.DirectComponentBuilder |
direct()
Direct (camel-direct)
Call another endpoint from the same Camel Context synchronously.
|
static DirectVmComponentBuilderFactory.DirectVmComponentBuilder |
directVm()
Direct VM (camel-directvm)
Call another endpoint from any Camel Context in the same JVM
synchronously.
|
static DisruptorComponentBuilderFactory.DisruptorComponentBuilder |
disruptor()
Disruptor (camel-disruptor)
Provides asynchronous SEDA behavior using LMAX Disruptor.
|
static DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder |
disruptorVm()
Disruptor VM (camel-disruptor)
Provides asynchronous SEDA behavior using LMAX Disruptor.
|
static DjlComponentBuilderFactory.DjlComponentBuilder |
djl()
Deep Java Library (camel-djl)
Infer Deep Learning models from message exchanges data using Deep Java
Library (DJL).
|
static DnsComponentBuilderFactory.DnsComponentBuilder |
dns()
DNS (camel-dns)
Perform DNS queries using DNSJava.
|
static DockerComponentBuilderFactory.DockerComponentBuilder |
docker()
Docker (camel-docker)
Manage Docker containers.
|
static DozerComponentBuilderFactory.DozerComponentBuilder |
dozer()
Dozer (camel-dozer)
Map between Java beans using the Dozer mapping library.
|
static DrillComponentBuilderFactory.DrillComponentBuilder |
drill()
Drill (camel-drill)
Perform queries against an Apache Drill cluster.
|
static DropboxComponentBuilderFactory.DropboxComponentBuilder |
dropbox()
Dropbox (camel-dropbox)
Upload, download and manage files, folders, groups, collaborations, etc
on Dropbox.
|
static EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
ehcache()
Ehcache (camel-ehcache)
Perform caching operations using Ehcache.
|
static ElasticsearchRestComponentBuilderFactory.ElasticsearchRestComponentBuilder |
elasticsearchRest()
Elasticsearch Rest (camel-elasticsearch-rest)
Send requests to ElasticSearch via REST API
Category: search,monitoring
Since: 2.21
Maven coordinates: org.apache.camel:camel-elasticsearch-rest
|
static ElsqlComponentBuilderFactory.ElsqlComponentBuilder |
elsql()
ElSQL (camel-elsql)
Use ElSql to define SQL queries.
|
static EtcdKeysComponentBuilderFactory.EtcdKeysComponentBuilder |
etcdKeys()
Etcd Keys (camel-etcd)
Get, set or delete keys in etcd key-value store.
|
static EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder |
etcdStats()
Etcd Stats (camel-etcd)
Access etcd cluster statistcs.
|
static EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder |
etcdWatch()
Etcd Watch (camel-etcd)
Watch specific etcd keys or directories for changes.
|
static ExecComponentBuilderFactory.ExecComponentBuilder |
exec()
Exec (camel-exec)
Execute commands on the underlying operating system.
|
static FacebookComponentBuilderFactory.FacebookComponentBuilder |
facebook()
Facebook (camel-facebook)
Send requests to Facebook APIs supported by Facebook4J.
|
static FhirComponentBuilderFactory.FhirComponentBuilder |
fhir()
FHIR (camel-fhir)
Exchange information in the healthcare domain using the FHIR (Fast
Healthcare Interoperability Resources) standard.
|
static FileComponentBuilderFactory.FileComponentBuilder |
file()
File (camel-file)
Read and write files.
|
static FileWatchComponentBuilderFactory.FileWatchComponentBuilder |
fileWatch()
File Watch (camel-file-watch)
Get notified about file events in a directory using
java.nio.file.WatchService.
|
static FlatpackComponentBuilderFactory.FlatpackComponentBuilder |
flatpack()
Flatpack (camel-flatpack)
Parse fixed width and delimited files using the FlatPack library.
|
static FlinkComponentBuilderFactory.FlinkComponentBuilder |
flink()
Flink (camel-flink)
Send DataSet jobs to an Apache Flink cluster.
|
static FopComponentBuilderFactory.FopComponentBuilder |
fop()
FOP (camel-fop)
Render messages into PDF and other output formats supported by Apache
FOP.
|
static FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
freemarker()
Freemarker (camel-freemarker)
Transform messages using FreeMarker templates.
|
static FtpComponentBuilderFactory.FtpComponentBuilder |
ftp()
FTP (camel-ftp)
Upload and download files to/from FTP servers.
|
static FtpsComponentBuilderFactory.FtpsComponentBuilder |
ftps()
FTPS (camel-ftp)
Upload and download files to/from FTP servers supporting the FTPS
protocol.
|
static GangliaComponentBuilderFactory.GangliaComponentBuilder |
ganglia()
Ganglia (camel-ganglia)
Send metrics to Ganglia monitoring system.
|
static GeocoderComponentBuilderFactory.GeocoderComponentBuilder |
geocoder()
Geocoder (camel-geocoder)
Find geocodes (latitude and longitude) for a given address or the other
way round.
|
static GitComponentBuilderFactory.GitComponentBuilder |
git()
Git (camel-git)
Perform operations on git repositories.
|
static GithubComponentBuilderFactory.GithubComponentBuilder |
github()
GitHub (camel-github)
Interact with the GitHub API.
|
static GoogleBigqueryComponentBuilderFactory.GoogleBigqueryComponentBuilder |
googleBigquery()
Google BigQuery (camel-google-bigquery)
Google BigQuery data warehouse for analytics.
|
static GoogleBigquerySqlComponentBuilderFactory.GoogleBigquerySqlComponentBuilder |
googleBigquerySql()
Google BigQuery Standard SQL (camel-google-bigquery)
Access Google Cloud BigQuery service using SQL queries.
|
static GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder |
googleCalendar()
Google Calendar (camel-google-calendar)
Perform various operations on a Google Calendar.
|
static GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder |
googleCalendarStream()
Google Calendar Stream (camel-google-calendar)
Poll for changes in a Google Calendar.
|
static GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder |
googleDrive()
Google Drive (camel-google-drive)
Manage files in Google Drive.
|
static GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder |
googleFunctions()
Google Cloud Functions (camel-google-functions)
Manage and invoke Google Cloud Functions
Category: cloud
Since: 3.9
Maven coordinates: org.apache.camel:camel-google-functions
|
static GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder |
googleMail()
Google Mail (camel-google-mail)
Manage messages in Google Mail.
|
static GoogleMailStreamComponentBuilderFactory.GoogleMailStreamComponentBuilder |
googleMailStream()
Google Mail Stream (camel-google-mail)
Poll for incoming messages in Google Mail.
|
static GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder |
googlePubsub()
Google Pubsub (camel-google-pubsub)
Send and receive messages to/from Google Cloud Platform PubSub Service.
|
static GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder |
googleSheets()
Google Sheets (camel-google-sheets)
Manage spreadsheets in Google Sheets.
|
static GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
googleSheetsStream()
Google Sheets Stream (camel-google-sheets)
Poll for changes in Google Sheets.
|
static GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder |
googleStorage()
Google Storage (camel-google-storage)
Store and retrieve objects from Google Cloud Storage Service using the
google-cloud-storage library.
|
static GoraComponentBuilderFactory.GoraComponentBuilder |
gora()
Gora (camel-gora)
Access NoSQL databases using the Apache Gora framework.
|
static GrapeComponentBuilderFactory.GrapeComponentBuilder |
grape()
Grape (camel-grape)
Fetch, load and manage additional jars dynamically after Camel Context
was started.
|
static GraphqlComponentBuilderFactory.GraphqlComponentBuilder |
graphql()
GraphQL (camel-graphql)
Send GraphQL queries and mutations to external systems.
|
static GrpcComponentBuilderFactory.GrpcComponentBuilder |
grpc()
gRPC (camel-grpc)
Expose gRPC endpoints and access external gRPC endpoints.
|
static GuavaEventbusComponentBuilderFactory.GuavaEventbusComponentBuilder |
guavaEventbus()
Guava EventBus (camel-guava-eventbus)
Send and receive messages to/from Guava EventBus.
|
static HazelcastAtomicvalueComponentBuilderFactory.HazelcastAtomicvalueComponentBuilder |
hazelcastAtomicvalue()
Hazelcast Atomic Number (camel-hazelcast)
Increment, decrement, set, etc.
|
static HazelcastInstanceComponentBuilderFactory.HazelcastInstanceComponentBuilder |
hazelcastInstance()
Hazelcast Instance (camel-hazelcast)
Consume join/leave events of a cache instance in a Hazelcast cluster.
|
static HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder |
hazelcastList()
Hazelcast List (camel-hazelcast)
Perform operations on Hazelcast distributed list.
|
static HazelcastMapComponentBuilderFactory.HazelcastMapComponentBuilder |
hazelcastMap()
Hazelcast Map (camel-hazelcast)
Perform operations on Hazelcast distributed map.
|
static HazelcastMultimapComponentBuilderFactory.HazelcastMultimapComponentBuilder |
hazelcastMultimap()
Hazelcast Multimap (camel-hazelcast)
Perform operations on Hazelcast distributed multimap.
|
static HazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilder |
hazelcastQueue()
Hazelcast Queue (camel-hazelcast)
Perform operations on Hazelcast distributed queue.
|
static HazelcastReplicatedmapComponentBuilderFactory.HazelcastReplicatedmapComponentBuilder |
hazelcastReplicatedmap()
Hazelcast Replicated Map (camel-hazelcast)
Perform operations on Hazelcast replicated map.
|
static HazelcastRingbufferComponentBuilderFactory.HazelcastRingbufferComponentBuilder |
hazelcastRingbuffer()
Hazelcast Ringbuffer (camel-hazelcast)
Perform operations on Hazelcast distributed ringbuffer.
|
static HazelcastSedaComponentBuilderFactory.HazelcastSedaComponentBuilder |
hazelcastSeda()
Hazelcast SEDA (camel-hazelcast)
Asynchronously send/receive Exchanges between Camel routes running on
potentially distinct JVMs/hosts backed by Hazelcast BlockingQueue.
|
static HazelcastSetComponentBuilderFactory.HazelcastSetComponentBuilder |
hazelcastSet()
Hazelcast Set (camel-hazelcast)
Perform operations on Hazelcast distributed set.
|
static HazelcastTopicComponentBuilderFactory.HazelcastTopicComponentBuilder |
hazelcastTopic()
Hazelcast Topic (camel-hazelcast)
Send and receive messages to/from Hazelcast distributed topic.
|
static HbaseComponentBuilderFactory.HbaseComponentBuilder |
hbase()
HBase (camel-hbase)
Reading and write from/to an HBase store (Hadoop database).
|
static HdfsComponentBuilderFactory.HdfsComponentBuilder |
hdfs()
HDFS (camel-hdfs)
Read and write from/to an HDFS filesystem using Hadoop 2.x.
|
static HttpComponentBuilderFactory.HttpComponentBuilder |
http()
HTTP (camel-http)
Send requests to external HTTP servers using Apache HTTP Client 4.x.
|
static HttpsComponentBuilderFactory.HttpsComponentBuilder |
https()
HTTPS (Secure) (camel-http)
Send requests to external HTTP servers using Apache HTTP Client 4.x.
|
static HwcloudDmsComponentBuilderFactory.HwcloudDmsComponentBuilder |
hwcloudDms()
Huawei Distributed Message Service (DMS) (camel-huaweicloud-dms)
To integrate with a fully managed, high-performance message queuing
service on Huawei Cloud
Category: cloud
Since: 3.12
Maven coordinates: org.apache.camel:camel-huaweicloud-dms
|
static HwcloudFunctiongraphComponentBuilderFactory.HwcloudFunctiongraphComponentBuilder |
hwcloudFunctiongraph()
Huawei FunctionGraph (camel-huaweicloud-functiongraph)
To call serverless functions on Huawei Cloud
Category: cloud,serverless
Since: 3.11
Maven coordinates: org.apache.camel:camel-huaweicloud-functiongraph
|
static HwcloudIamComponentBuilderFactory.HwcloudIamComponentBuilder |
hwcloudIam()
Huawei Identity and Access Management (IAM) (camel-huaweicloud-iam)
To securely manage users on Huawei Cloud
Category: cloud
Since: 3.11
Maven coordinates: org.apache.camel:camel-huaweicloud-iam
|
static HwcloudImagerecognitionComponentBuilderFactory.HwcloudImagerecognitionComponentBuilder |
hwcloudImagerecognition()
Huawei Cloud Image Recognition (camel-huaweicloud-imagerecognition)
To identify objects, scenes, and concepts in images on Huawei Cloud
Category: cloud,messaging
Since: 3.12
Maven coordinates: org.apache.camel:camel-huaweicloud-imagerecognition
|
static HwcloudObsComponentBuilderFactory.HwcloudObsComponentBuilder |
hwcloudObs()
Huawei Object Storage Service (OBS) (camel-huaweicloud-obs)
To provide stable, secure, efficient, and easy-to-use cloud storage
service on Huawei Cloud
Category: cloud
Since: 3.12
Maven coordinates: org.apache.camel:camel-huaweicloud-obs
|
static HwcloudSmnComponentBuilderFactory.HwcloudSmnComponentBuilder |
hwcloudSmn()
Huawei Simple Message Notification (SMN) (camel-huaweicloud-smn)
To broadcast messages and connect cloud services through notifications on
Huawei Cloud
Category: cloud,messaging
Since: 3.8
Maven coordinates: org.apache.camel:camel-huaweicloud-smn
|
static Iec60870ClientComponentBuilderFactory.Iec60870ClientComponentBuilder |
iec60870Client()
IEC 60870 Client (camel-iec60870)
IEC 60870 supervisory control and data acquisition (SCADA) client using
NeoSCADA implementation.
|
static Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilder |
iec60870Server()
IEC 60870 Server (camel-iec60870)
IEC 60870 supervisory control and data acquisition (SCADA) server using
NeoSCADA implementation.
|
static IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder |
igniteCache()
Ignite Cache (camel-ignite)
Perform cache operations on an Ignite cache or consume changes from a
continuous query.
|
static IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder |
igniteCompute()
Ignite Compute (camel-ignite)
Run compute operations on an Ignite cluster.
|
static IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder |
igniteEvents()
Ignite Events (camel-ignite)
Receive events from an Ignite cluster by creating a local event listener.
|
static IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder |
igniteIdgen()
Ignite ID Generator (camel-ignite)
Interact with Ignite Atomic Sequences and ID Generators .
|
static IgniteMessagingComponentBuilderFactory.IgniteMessagingComponentBuilder |
igniteMessaging()
Ignite Messaging (camel-ignite)
Send and receive messages from an Ignite topic.
|
static IgniteQueueComponentBuilderFactory.IgniteQueueComponentBuilder |
igniteQueue()
Ignite Queues (camel-ignite)
Interact with Ignite Queue data structures.
|
static IgniteSetComponentBuilderFactory.IgniteSetComponentBuilder |
igniteSet()
Ignite Sets (camel-ignite)
Interact with Ignite Set data structures.
|
static ImapComponentBuilderFactory.ImapComponentBuilder |
imap()
IMAP (camel-mail)
Send and receive emails using imap, pop3 and smtp protocols.
|
static ImapsComponentBuilderFactory.ImapsComponentBuilder |
imaps()
IMAPS (Secure) (camel-mail)
Send and receive emails using imap, pop3 and smtp protocols.
|
static InfinispanComponentBuilderFactory.InfinispanComponentBuilder |
infinispan()
Infinispan (camel-infinispan)
Read and write from/to Infinispan distributed key/value store and data
grid.
|
static InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder |
infinispanEmbedded()
Infinispan Embedded (camel-infinispan-embedded)
Read and write from/to Infinispan distributed key/value store and data
grid.
|
static InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder |
influxdb()
InfluxDB (camel-influxdb)
Interact with InfluxDB, a time series database.
|
static IotaComponentBuilderFactory.IotaComponentBuilder |
iota()
IOTA (camel-iota)
Manage financial transactions using IOTA distributed ledger.
|
static IpfsComponentBuilderFactory.IpfsComponentBuilder |
ipfs()
IPFS (camel-ipfs)
Access the Interplanetary File System (IPFS).
|
static IrcComponentBuilderFactory.IrcComponentBuilder |
irc()
IRC (camel-irc)
Send and receive messages to/from and IRC chat.
|
static IronmqComponentBuilderFactory.IronmqComponentBuilder |
ironmq()
IronMQ (camel-ironmq)
Send and receive messages to/from IronMQ an elastic and durable hosted
message queue as a service.
|
static JbpmComponentBuilderFactory.JbpmComponentBuilder |
jbpm()
JBPM (camel-jbpm)
Interact with jBPM workflow engine over REST.
|
static JcacheComponentBuilderFactory.JcacheComponentBuilder |
jcache()
JCache (camel-jcache)
Perform caching operations against JSR107/JCache.
|
static JcloudsComponentBuilderFactory.JcloudsComponentBuilder |
jclouds()
JClouds (camel-jclouds)
Interact with jclouds compute and blobstore service.
|
static JcrComponentBuilderFactory.JcrComponentBuilder |
jcr()
JCR (camel-jcr)
Read and write nodes to/from a JCR compliant content repository.
|
static JdbcComponentBuilderFactory.JdbcComponentBuilder |
jdbc()
JDBC (camel-jdbc)
Access databases through SQL and JDBC.
|
static JettyComponentBuilderFactory.JettyComponentBuilder |
jetty()
Jetty (camel-jetty)
Expose HTTP endpoints using Jetty 9.
|
static JgroupsComponentBuilderFactory.JgroupsComponentBuilder |
jgroups()
JGroups (camel-jgroups)
Exchange messages with JGroups clusters.
|
static JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder |
jgroupsRaft()
JGroups raft (camel-jgroups-raft)
Exchange messages with JGroups-raft clusters.
|
static JingComponentBuilderFactory.JingComponentBuilder |
jing()
Jing (camel-jing)
Validate XML against a RelaxNG schema (XML Syntax or Compact Syntax)
using Jing library.
|
static JiraComponentBuilderFactory.JiraComponentBuilder |
jira()
Jira (camel-jira)
Interact with JIRA issue tracker.
|
static JmsComponentBuilderFactory.JmsComponentBuilder |
jms()
JMS (camel-jms)
Sent and receive messages to/from a JMS Queue or Topic.
|
static JmxComponentBuilderFactory.JmxComponentBuilder |
jmx()
JMX (camel-jmx)
Receive JMX notifications.
|
static JoltComponentBuilderFactory.JoltComponentBuilder |
jolt()
JOLT (camel-jolt)
JSON to JSON transformation using JOLT.
|
static JooqComponentBuilderFactory.JooqComponentBuilder |
jooq()
JOOQ (camel-jooq)
Store and retrieve Java objects from an SQL database using JOOQ.
|
static JpaComponentBuilderFactory.JpaComponentBuilder |
jpa()
JPA (camel-jpa)
Store and retrieve Java objects from databases using Java Persistence API
(JPA).
|
static JsltComponentBuilderFactory.JsltComponentBuilder |
jslt()
JSLT (camel-jslt)
Query or transform JSON payloads using an JSLT.
|
static JsonataComponentBuilderFactory.JsonataComponentBuilder |
jsonata()
JSONata (camel-jsonata)
Transforms JSON payload using JSONata transformation.
|
static JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder |
jsonPatch()
JsonPatch (camel-json-patch)
JsonPatch component which transform JSON using JSON patch (RFC 6902).
|
static JsonValidatorComponentBuilderFactory.JsonValidatorComponentBuilder |
jsonValidator()
JSON Schema Validator (camel-json-validator)
Validate JSON payloads using NetworkNT JSON Schema.
|
static Jt400ComponentBuilderFactory.Jt400ComponentBuilder |
jt400()
JT400 (camel-jt400)
Exchanges messages with an IBM i system using data queues, message
queues, or program call.
|
static KafkaComponentBuilderFactory.KafkaComponentBuilder |
kafka()
Kafka (camel-kafka)
Sent and receive messages to/from an Apache Kafka broker.
|
static KameletComponentBuilderFactory.KameletComponentBuilder |
kamelet()
Kamelet (camel-kamelet)
To call Kamelets
Category: core
Since: 3.8
Maven coordinates: org.apache.camel:camel-kamelet
|
static KameletReifyComponentBuilderFactory.KameletReifyComponentBuilder |
kameletReify()
Deprecated.
|
static KubernetesConfigMapsComponentBuilderFactory.KubernetesConfigMapsComponentBuilder |
kubernetesConfigMaps()
Kubernetes ConfigMap (camel-kubernetes)
Perform operations on Kubernetes ConfigMaps and get notified on
ConfigMaps changes.
|
static KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder |
kubernetesCustomResources()
Kubernetes Custom Resources (camel-kubernetes)
Perform operations on Kubernetes Custom Resources and get notified on
Deployment changes.
|
static KubernetesDeploymentsComponentBuilderFactory.KubernetesDeploymentsComponentBuilder |
kubernetesDeployments()
Kubernetes Deployments (camel-kubernetes)
Perform operations on Kubernetes Deployments and get notified on
Deployment changes.
|
static KubernetesHpaComponentBuilderFactory.KubernetesHpaComponentBuilder |
kubernetesHpa()
Kubernetes HPA (camel-kubernetes)
Perform operations on Kubernetes Horizontal Pod Autoscalers (HPA) and get
notified on HPA changes.
|
static KubernetesJobComponentBuilderFactory.KubernetesJobComponentBuilder |
kubernetesJob()
Kubernetes Job (camel-kubernetes)
Perform operations on Kubernetes Jobs.
|
static KubernetesNamespacesComponentBuilderFactory.KubernetesNamespacesComponentBuilder |
kubernetesNamespaces()
Kubernetes Namespaces (camel-kubernetes)
Perform operations on Kubernetes Namespaces and get notified on Namespace
changes.
|
static KubernetesNodesComponentBuilderFactory.KubernetesNodesComponentBuilder |
kubernetesNodes()
Kubernetes Nodes (camel-kubernetes)
Perform operations on Kubernetes Nodes and get notified on Node changes.
|
static KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder |
kubernetesPersistentVolumes()
Kubernetes Persistent Volume (camel-kubernetes)
Perform operations on Kubernetes Persistent Volumes and get notified on
Persistent Volume changes.
|
static KubernetesPersistentVolumesClaimsComponentBuilderFactory.KubernetesPersistentVolumesClaimsComponentBuilder |
kubernetesPersistentVolumesClaims()
Kubernetes Persistent Volume Claim (camel-kubernetes)
Perform operations on Kubernetes Persistent Volumes Claims and get
notified on Persistent Volumes Claim changes.
|
static KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilder |
kubernetesPods()
Kubernetes Pods (camel-kubernetes)
Perform operations on Kubernetes Pods and get notified on Pod changes.
|
static KubernetesReplicationControllersComponentBuilderFactory.KubernetesReplicationControllersComponentBuilder |
kubernetesReplicationControllers()
Kubernetes Replication Controller (camel-kubernetes)
Perform operations on Kubernetes Replication Controllers and get notified
on Replication Controllers changes.
|
static KubernetesResourcesQuotaComponentBuilderFactory.KubernetesResourcesQuotaComponentBuilder |
kubernetesResourcesQuota()
Kubernetes Resources Quota (camel-kubernetes)
Perform operations on Kubernetes Resources Quotas.
|
static KubernetesSecretsComponentBuilderFactory.KubernetesSecretsComponentBuilder |
kubernetesSecrets()
Kubernetes Secrets (camel-kubernetes)
Perform operations on Kubernetes Secrets.
|
static KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder |
kubernetesServiceAccounts()
Kubernetes Service Account (camel-kubernetes)
Perform operations on Kubernetes Service Accounts.
|
static KubernetesServicesComponentBuilderFactory.KubernetesServicesComponentBuilder |
kubernetesServices()
Kubernetes Services (camel-kubernetes)
Perform operations on Kubernetes Services and get notified on Service
changes.
|
static KuduComponentBuilderFactory.KuduComponentBuilder |
kudu()
Kudu (camel-kudu)
Interact with Apache Kudu, a free and open source column-oriented data
store of the Apache Hadoop ecosystem.
|
static LanguageComponentBuilderFactory.LanguageComponentBuilder |
language()
Language (camel-language)
Execute scripts in any of the languages supported by Camel.
|
static LdapComponentBuilderFactory.LdapComponentBuilder |
ldap()
LDAP (camel-ldap)
Perform searches on LDAP servers.
|
static LdifComponentBuilderFactory.LdifComponentBuilder |
ldif()
LDIF (camel-ldif)
Perform updates on an LDAP server from an LDIF body content.
|
static LogComponentBuilderFactory.LogComponentBuilder |
log()
Log (camel-log)
Log messages to the underlying logging mechanism.
|
static LprComponentBuilderFactory.LprComponentBuilder |
lpr()
Printer (camel-printer)
Send print jobs to printers.
|
static LuceneComponentBuilderFactory.LuceneComponentBuilder |
lucene()
Lucene (camel-lucene)
Perform inserts or queries against Apache Lucene databases.
|
static LumberjackComponentBuilderFactory.LumberjackComponentBuilder |
lumberjack()
Lumberjack (camel-lumberjack)
Receive logs messages using the Lumberjack protocol.
|
static MasterComponentBuilderFactory.MasterComponentBuilder |
master()
Master (camel-master)
Have only a single consumer in a cluster consuming from a given endpoint;
with automatic failover if the JVM dies.
|
static MetricsComponentBuilderFactory.MetricsComponentBuilder |
metrics()
Metrics (camel-metrics)
Collect various metrics directly from Camel routes using the DropWizard
metrics library.
|
static MicrometerComponentBuilderFactory.MicrometerComponentBuilder |
micrometer()
Micrometer (camel-micrometer)
Collect various metrics directly from Camel routes using the Micrometer
library.
|
static MicroprofileMetricsComponentBuilderFactory.MicroprofileMetricsComponentBuilder |
microprofileMetrics()
MicroProfile Metrics (camel-microprofile-metrics)
Expose metrics from Camel routes.
|
static MiloClientComponentBuilderFactory.MiloClientComponentBuilder |
miloClient()
OPC UA Client (camel-milo)
Connect to OPC UA servers using the binary protocol for acquiring
telemetry data.
|
static MiloServerComponentBuilderFactory.MiloServerComponentBuilder |
miloServer()
OPC UA Server (camel-milo)
Make telemetry data available as an OPC UA server.
|
static MinaComponentBuilderFactory.MinaComponentBuilder |
mina()
Mina (camel-mina)
Socket level networking using TCP or UDP with Apache Mina 2.x.
|
static MinioComponentBuilderFactory.MinioComponentBuilder |
minio()
Minio (camel-minio)
Store and retrieve objects from Minio Storage Service using Minio SDK.
|
static MllpComponentBuilderFactory.MllpComponentBuilder |
mllp()
MLLP (camel-mllp)
Communicate with external systems using the MLLP protocol.
|
static MockComponentBuilderFactory.MockComponentBuilder |
mock()
Mock (camel-mock)
Test routes and mediation rules using mocks.
|
static MongodbComponentBuilderFactory.MongodbComponentBuilder |
mongodb()
MongoDB (camel-mongodb)
Perform operations on MongoDB documents and collections.
|
static MongodbGridfsComponentBuilderFactory.MongodbGridfsComponentBuilder |
mongodbGridfs()
MongoDB GridFS (camel-mongodb-gridfs)
Interact with MongoDB GridFS.
|
static MsvComponentBuilderFactory.MsvComponentBuilder |
msv()
MSV (camel-msv)
Validate XML payloads using Multi-Schema Validator (MSV).
|
static MustacheComponentBuilderFactory.MustacheComponentBuilder |
mustache()
Mustache (camel-mustache)
Transform messages using a Mustache template.
|
static MvelComponentBuilderFactory.MvelComponentBuilder |
mvel()
MVEL (camel-mvel)
Transform messages using an MVEL template.
|
static MybatisComponentBuilderFactory.MybatisComponentBuilder |
mybatis()
MyBatis (camel-mybatis)
Performs a query, poll, insert, update or delete in a relational database
using MyBatis.
|
static MybatisBeanComponentBuilderFactory.MybatisBeanComponentBuilder |
mybatisBean()
MyBatis Bean (camel-mybatis)
Perform queries, inserts, updates or deletes in a relational database
using MyBatis.
|
static NagiosComponentBuilderFactory.NagiosComponentBuilder |
nagios()
Nagios (camel-nagios)
Send passive checks to Nagios using JSendNSCA.
|
static NatsComponentBuilderFactory.NatsComponentBuilder |
nats()
Nats (camel-nats)
Send and receive messages from NATS messaging system.
|
static NettyComponentBuilderFactory.NettyComponentBuilder |
netty()
Netty (camel-netty)
Socket level networking using TCP or UDP with Netty 4.x.
|
static NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder |
nettyHttp()
Netty HTTP (camel-netty-http)
Netty HTTP server and client using the Netty 4.x.
|
static NitriteComponentBuilderFactory.NitriteComponentBuilder |
nitrite()
Nitrite (camel-nitrite)
Access Nitrite databases.
|
static NsqComponentBuilderFactory.NsqComponentBuilder |
nsq()
NSQ (camel-nsq)
Send and receive messages from NSQ realtime distributed messaging
platform.
|
static OaipmhComponentBuilderFactory.OaipmhComponentBuilder |
oaipmh()
OAI-PMH (camel-oaipmh)
Harvest metadata using OAI-PMH protocol
Category: endpoint,webservice,batch
Since: 3.5
Maven coordinates: org.apache.camel:camel-oaipmh
|
static Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder |
olingo2()
Olingo2 (camel-olingo2)
Communicate with OData 2.0 services using Apache Olingo.
|
static Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder |
olingo4()
Olingo4 (camel-olingo4)
Communicate with OData 4.0 services using Apache Olingo OData API.
|
static OpenshiftBuildConfigsComponentBuilderFactory.OpenshiftBuildConfigsComponentBuilder |
openshiftBuildConfigs()
Openshift Build Config (camel-kubernetes)
Perform operations on OpenShift Build Configs.
|
static OpenshiftBuildsComponentBuilderFactory.OpenshiftBuildsComponentBuilder |
openshiftBuilds()
Openshift Builds (camel-kubernetes)
Perform operations on OpenShift Builds.
|
static OpenstackCinderComponentBuilderFactory.OpenstackCinderComponentBuilder |
openstackCinder()
OpenStack Cinder (camel-openstack)
Access data in OpenStack Cinder block storage.
|
static OpenstackGlanceComponentBuilderFactory.OpenstackGlanceComponentBuilder |
openstackGlance()
OpenStack Glance (camel-openstack)
Manage VM images and metadata definitions in OpenStack Glance.
|
static OpenstackKeystoneComponentBuilderFactory.OpenstackKeystoneComponentBuilder |
openstackKeystone()
OpenStack Keystone (camel-openstack)
Access OpenStack Keystone for API client authentication, service
discovery and distributed multi-tenant authorization.
|
static OpenstackNeutronComponentBuilderFactory.OpenstackNeutronComponentBuilder |
openstackNeutron()
OpenStack Neutron (camel-openstack)
Access OpenStack Neutron for network services.
|
static OpenstackNovaComponentBuilderFactory.OpenstackNovaComponentBuilder |
openstackNova()
OpenStack Nova (camel-openstack)
Access OpenStack to manage compute resources.
|
static OpenstackSwiftComponentBuilderFactory.OpenstackSwiftComponentBuilder |
openstackSwift()
OpenStack Swift (camel-openstack)
Access OpenStack Swift object/blob store.
|
static OptaplannerComponentBuilderFactory.OptaplannerComponentBuilder |
optaplanner()
OptaPlanner (camel-optaplanner)
Solve planning problems with OptaPlanner.
|
static PahoComponentBuilderFactory.PahoComponentBuilder |
paho()
Paho (camel-paho)
Communicate with MQTT message brokers using Eclipse Paho MQTT Client.
|
static PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder |
pahoMqtt5()
Paho MQTT 5 (camel-paho-mqtt5)
Communicate with MQTT message brokers using Eclipse Paho MQTT v5 Client.
|
static PdfComponentBuilderFactory.PdfComponentBuilder |
pdf()
PDF (camel-pdf)
Create, modify or extract content from PDF documents.
|
static PgeventComponentBuilderFactory.PgeventComponentBuilder |
pgevent()
PostgresSQL Event (camel-pgevent)
Send and receive PostgreSQL events via LISTEN and NOTIFY commands.
|
static PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder |
pgReplicationSlot()
PostgresSQL Replication Slot (camel-pg-replication-slot)
Poll for PostgreSQL Write-Ahead Log (WAL) records using Streaming
Replication Slots.
|
static PlatformHttpComponentBuilderFactory.PlatformHttpComponentBuilder |
platformHttp()
Platform HTTP (camel-platform-http)
Expose HTTP endpoints using the HTTP server available in the current
platform.
|
static Pop3ComponentBuilderFactory.Pop3ComponentBuilder |
pop3()
POP3 (camel-mail)
Send and receive emails using imap, pop3 and smtp protocols.
|
static Pop3sComponentBuilderFactory.Pop3sComponentBuilder |
pop3s()
POP3S (camel-mail)
Send and receive emails using imap, pop3 and smtp protocols.
|
static PubnubComponentBuilderFactory.PubnubComponentBuilder |
pubnub()
PubNub (camel-pubnub)
Send and receive messages to/from PubNub data stream network for
connected devices.
|
static PulsarComponentBuilderFactory.PulsarComponentBuilder |
pulsar()
Pulsar (camel-pulsar)
Send and receive messages from/to Apache Pulsar messaging system.
|
static QuartzComponentBuilderFactory.QuartzComponentBuilder |
quartz()
Quartz (camel-quartz)
Schedule sending of messages using the Quartz 2.x scheduler.
|
static QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
quickfix()
QuickFix (camel-quickfix)
Open a Financial Interchange (FIX) session using an embedded QuickFix/J
engine.
|
static RabbitmqComponentBuilderFactory.RabbitmqComponentBuilder |
rabbitmq()
RabbitMQ (camel-rabbitmq)
Send and receive messages from RabbitMQ instances.
|
static ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder |
reactiveStreams()
Reactive Streams (camel-reactive-streams)
Exchange messages with reactive stream processing libraries compatible
with the reactive streams standard.
|
static RefComponentBuilderFactory.RefComponentBuilder |
ref()
Ref (camel-ref)
Route messages to an endpoint looked up dynamically by name in the Camel
Registry.
|
static RestApiComponentBuilderFactory.RestApiComponentBuilder |
restApi()
REST API (camel-rest)
Expose OpenAPI Specification of the REST services defined using Camel
REST DSL.
|
static ResteasyComponentBuilderFactory.ResteasyComponentBuilder |
resteasy()
Resteasy (camel-resteasy)
Expose REST endpoints and access external REST servers.
|
static RestEndpointComponentBuilderFactory.RestEndpointComponentBuilder |
restEndpoint()
REST (camel-rest)
Expose REST services or call external REST services.
|
static RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder |
restOpenapi()
REST OpenApi (camel-rest-openapi)
Configure REST producers based on an OpenAPI specification document
delegating to a component implementing the RestProducerFactory interface.
|
static RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder |
restSwagger()
REST Swagger (camel-rest-swagger)
Configure REST producers based on a Swagger (OpenAPI) specification
document delegating to a component implementing the RestProducerFactory
interface.
|
static RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder |
robotframework()
Robot Framework (camel-robotframework)
Pass camel exchanges to acceptence test written in Robot DSL.
|
static RssComponentBuilderFactory.RssComponentBuilder |
rss()
RSS (camel-rss)
Poll RSS feeds.
|
static SagaComponentBuilderFactory.SagaComponentBuilder |
saga()
Saga (camel-saga)
Execute custom actions within a route using the Saga EIP.
|
static SalesforceComponentBuilderFactory.SalesforceComponentBuilder |
salesforce()
Salesforce (camel-salesforce)
Communicate with Salesforce using Java DTOs.
|
static SapNetweaverComponentBuilderFactory.SapNetweaverComponentBuilder |
sapNetweaver()
SAP NetWeaver (camel-sap-netweaver)
Send requests to SAP NetWeaver Gateway using HTTP.
|
static SchedulerComponentBuilderFactory.SchedulerComponentBuilder |
scheduler()
Scheduler (camel-scheduler)
Generate messages in specified intervals using
java.util.concurrent.ScheduledExecutorService.
|
static SchematronComponentBuilderFactory.SchematronComponentBuilder |
schematron()
Schematron (camel-schematron)
Validate XML payload using the Schematron Library.
|
static ScpComponentBuilderFactory.ScpComponentBuilder |
scp()
SCP (camel-jsch)
Copy files to/from remote hosts using the secure copy protocol (SCP).
|
static SedaComponentBuilderFactory.SedaComponentBuilder |
seda()
SEDA (camel-seda)
Asynchronously call another endpoint from any Camel Context in the same
JVM.
|
static ServiceComponentBuilderFactory.ServiceComponentBuilder |
service()
Service (camel-service)
Register a Camel endpoint to a Service Registry (such as Consul, Etcd)
and delegate to it.
|
static ServicenowComponentBuilderFactory.ServicenowComponentBuilder |
servicenow()
ServiceNow (camel-servicenow)
Interact with ServiceNow via its REST API.
|
static ServletComponentBuilderFactory.ServletComponentBuilder |
servlet()
Servlet (camel-servlet)
Serve HTTP requests by a Servlet.
|
static SftpComponentBuilderFactory.SftpComponentBuilder |
sftp()
SFTP (camel-ftp)
Upload and download files to/from SFTP servers.
|
static SipComponentBuilderFactory.SipComponentBuilder |
sip()
SIP (camel-sip)
Send and receive messages using the SIP protocol (used in
telecommunications).
|
static SipsComponentBuilderFactory.SipsComponentBuilder |
sips()
SIP (Secure) (camel-sip)
Send and receive messages using the SIP protocol (used in
telecommunications).
|
static SjmsComponentBuilderFactory.SjmsComponentBuilder |
sjms()
Simple JMS (camel-sjms)
Send and receive messages to/from a JMS Queue or Topic using plain JMS
1.x API.
|
static Sjms2ComponentBuilderFactory.Sjms2ComponentBuilder |
sjms2()
Simple JMS2 (camel-sjms2)
Send and receive messages to/from a JMS Queue or Topic using plain JMS
2.x API.
|
static SlackComponentBuilderFactory.SlackComponentBuilder |
slack()
Slack (camel-slack)
Send and receive messages to/from Slack.
|
static SmppComponentBuilderFactory.SmppComponentBuilder |
smpp()
SMPP (camel-smpp)
Send and receive SMS messages using a SMSC (Short Message Service
Center).
|
static SmppsComponentBuilderFactory.SmppsComponentBuilder |
smpps()
SMPP (Secure) (camel-smpp)
Send and receive SMS messages using a SMSC (Short Message Service
Center).
|
static SmtpComponentBuilderFactory.SmtpComponentBuilder |
smtp()
SMTP (camel-mail)
Send and receive emails using imap, pop3 and smtp protocols.
|
static SmtpsComponentBuilderFactory.SmtpsComponentBuilder |
smtps()
SMTPS (camel-mail)
Send and receive emails using imap, pop3 and smtp protocols.
|
static SnmpComponentBuilderFactory.SnmpComponentBuilder |
snmp()
SNMP (camel-snmp)
Receive traps and poll SNMP (Simple Network Management Protocol) capable
devices.
|
static SolrComponentBuilderFactory.SolrComponentBuilder |
solr()
Solr (camel-solr)
Perform operations against Apache Lucene Solr.
|
static SolrcloudComponentBuilderFactory.SolrcloudComponentBuilder |
solrcloud()
Solr (camel-solr)
Perform operations against Apache Lucene Solr.
|
static SolrsComponentBuilderFactory.SolrsComponentBuilder |
solrs()
Solr (Secure) (camel-solr)
Perform operations against Apache Lucene Solr.
|
static SoroushComponentBuilderFactory.SoroushComponentBuilder |
soroush()
Soroush (camel-soroush)
Send and receive messages as a Soroush chat bot.
|
static SparkComponentBuilderFactory.SparkComponentBuilder |
spark()
Spark (camel-spark)
Send RDD or DataFrame jobs to Apache Spark clusters.
|
static SplunkComponentBuilderFactory.SplunkComponentBuilder |
splunk()
Splunk (camel-splunk)
Publish or search for events in Splunk.
|
static SplunkHecComponentBuilderFactory.SplunkHecComponentBuilder |
splunkHec()
Splunk HEC (camel-splunk-hec)
The splunk component allows to publish events in Splunk using the HTTP
Event Collector.
|
static SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder |
springBatch()
Spring Batch (camel-spring-batch)
Send messages to Spring Batch for further processing.
|
static SpringEventComponentBuilderFactory.SpringEventComponentBuilder |
springEvent()
Spring Event (camel-spring)
Listen for Spring Application Events.
|
static SpringIntegrationComponentBuilderFactory.SpringIntegrationComponentBuilder |
springIntegration()
Spring Integration (camel-spring-integration)
Bridge Camel with Spring Integration.
|
static SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder |
springJdbc()
Spring JDBC (camel-spring-jdbc)
Access databases through SQL and JDBC with Spring Transaction support.
|
static SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder |
springLdap()
Spring LDAP (camel-spring-ldap)
Perform searches in LDAP servers using filters as the message payload.
|
static SpringRabbitmqComponentBuilderFactory.SpringRabbitmqComponentBuilder |
springRabbitmq()
Spring RabbitMQ (camel-spring-rabbitmq)
Send and receive messages from RabbitMQ using Spring RabbitMQ client.
|
static SpringRedisComponentBuilderFactory.SpringRedisComponentBuilder |
springRedis()
Spring Redis (camel-spring-redis)
Send and receive messages from Redis.
|
static SpringWsComponentBuilderFactory.SpringWsComponentBuilder |
springWs()
Spring WebService (camel-spring-ws)
Access external web services as a client or expose your own web services.
|
static SqlComponentBuilderFactory.SqlComponentBuilder |
sql()
SQL (camel-sql)
Perform SQL queries using Spring JDBC.
|
static SqlStoredComponentBuilderFactory.SqlStoredComponentBuilder |
sqlStored()
SQL Stored Procedure (camel-sql)
Perform SQL queries as a JDBC Stored Procedures using Spring JDBC.
|
static SshComponentBuilderFactory.SshComponentBuilder |
ssh()
SSH (camel-ssh)
Execute commands on remote hosts using SSH.
|
static StaxComponentBuilderFactory.StaxComponentBuilder |
stax()
StAX (camel-stax)
Process XML payloads by a SAX ContentHandler.
|
static StitchComponentBuilderFactory.StitchComponentBuilder |
stitch()
Stitch (camel-stitch)
Stitch is a cloud ETL service that integrates various data sources into a
central data warehouse through various integrations.
|
static StompComponentBuilderFactory.StompComponentBuilder |
stomp()
Stomp (camel-stomp)
Send and rececive messages to/from STOMP (Simple Text Oriented Messaging
Protocol) compliant message brokers.
|
static StreamComponentBuilderFactory.StreamComponentBuilder |
stream()
Stream (camel-stream)
Read from system-in and write to system-out and system-err streams.
|
static StringTemplateComponentBuilderFactory.StringTemplateComponentBuilder |
stringTemplate()
String Template (camel-stringtemplate)
Transform messages using StringTemplate engine.
|
static StubComponentBuilderFactory.StubComponentBuilder |
stub()
Stub (camel-stub)
Stub out any physical endpoints while in development or testing.
|
static TelegramComponentBuilderFactory.TelegramComponentBuilder |
telegram()
Telegram (camel-telegram)
Send and receive messages acting as a Telegram Bot Telegram Bot API.
|
static ThriftComponentBuilderFactory.ThriftComponentBuilder |
thrift()
Thrift (camel-thrift)
Call and expose remote procedures (RPC) with Apache Thrift data format
and serialization mechanism.
|
static TikaComponentBuilderFactory.TikaComponentBuilder |
tika()
Tika (camel-tika)
Parse documents and extract metadata and text using Apache Tika.
|
static TimerComponentBuilderFactory.TimerComponentBuilder |
timer()
Timer (camel-timer)
Generate messages in specified intervals using java.util.Timer.
|
static TwilioComponentBuilderFactory.TwilioComponentBuilder |
twilio()
Twilio (camel-twilio)
Interact with Twilio REST APIs using Twilio Java SDK.
|
static TwitterDirectmessageComponentBuilderFactory.TwitterDirectmessageComponentBuilder |
twitterDirectmessage()
Twitter Direct Message (camel-twitter)
Send and receive Twitter direct messages.
|
static TwitterSearchComponentBuilderFactory.TwitterSearchComponentBuilder |
twitterSearch()
Twitter Search (camel-twitter)
Access Twitter Search.
|
static TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder |
twitterTimeline()
Twitter Timeline (camel-twitter)
Send tweets and receive tweets from user's timeline.
|
static UndertowComponentBuilderFactory.UndertowComponentBuilder |
undertow()
Undertow (camel-undertow)
Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket
servers.
|
static ValidatorComponentBuilderFactory.ValidatorComponentBuilder |
validator()
Validator (camel-validator)
Validate the payload using XML Schema and JAXP Validation.
|
static VelocityComponentBuilderFactory.VelocityComponentBuilder |
velocity()
Velocity (camel-velocity)
Transform messages using a Velocity template.
|
static VertxComponentBuilderFactory.VertxComponentBuilder |
vertx()
Vert.x (camel-vertx)
Send and receive messages to/from Vert.x Event Bus.
|
static VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder |
vertxHttp()
Vert.x HTTP Client (camel-vertx-http)
Send requests to external HTTP servers using Vert.x
Category: http
Since: 3.5
Maven coordinates: org.apache.camel:camel-vertx-http
|
static VertxKafkaComponentBuilderFactory.VertxKafkaComponentBuilder |
vertxKafka()
Vert.x Kafka (camel-vertx-kafka)
Sent and receive messages to/from an Apache Kafka broker using vert.x
Kafka client
Category: messaging
Since: 3.7
Maven coordinates: org.apache.camel:camel-vertx-kafka
|
static VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder |
vertxWebsocket()
Vert.x WebSocket (camel-vertx-websocket)
Expose WebSocket endpoints and connect to remote WebSocket servers using
Vert.x
Category: websocket
Since: 3.5
Maven coordinates: org.apache.camel:camel-vertx-websocket
|
static VmComponentBuilderFactory.VmComponentBuilder |
vm()
VM (camel-vm)
Call another endpoint in the same CamelContext asynchronously.
|
static WeatherComponentBuilderFactory.WeatherComponentBuilder |
weather()
Weather (camel-weather)
Poll the weather information from Open Weather Map.
|
static Web3jComponentBuilderFactory.Web3jComponentBuilder |
web3j()
Web3j Ethereum Blockchain (camel-web3j)
Interact with Ethereum nodes using web3j client API.
|
static WebhookComponentBuilderFactory.WebhookComponentBuilder |
webhook()
Webhook (camel-webhook)
Expose webhook endpoints to receive push notifications for other Camel
components.
|
static WebsocketComponentBuilderFactory.WebsocketComponentBuilder |
websocket()
Jetty Websocket (camel-websocket)
Expose websocket endpoints using Jetty.
|
static WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder |
websocketJsr356()
Javax Websocket (camel-websocket-jsr356)
Expose websocket endpoints using JSR356.
|
static WekaComponentBuilderFactory.WekaComponentBuilder |
weka()
Weka (camel-weka)
Perform machine learning tasks using Weka.
|
static WordpressComponentBuilderFactory.WordpressComponentBuilder |
wordpress()
Wordpress (camel-wordpress)
Manage posts and users using Wordpress API.
|
static WorkdayComponentBuilderFactory.WorkdayComponentBuilder |
workday()
Workday (camel-workday)
Detect and parse documents using Workday.
|
static XchangeComponentBuilderFactory.XchangeComponentBuilder |
xchange()
XChange (camel-xchange)
Access market data and trade on Bitcoin and Altcoin exchanges.
|
static XjComponentBuilderFactory.XjComponentBuilder |
xj()
XJ (camel-xj)
Transform JSON and XML message using a XSLT.
|
static XmlsecuritySignComponentBuilderFactory.XmlsecuritySignComponentBuilder |
xmlsecuritySign()
XML Security Sign (camel-xmlsecurity)
Sign XML payloads using the XML signature specification.
|
static XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder |
xmlsecurityVerify()
XML Security Verify (camel-xmlsecurity)
Verify XML payloads using the XML signature specification.
|
static XmppComponentBuilderFactory.XmppComponentBuilder |
xmpp()
XMPP (camel-xmpp)
Send and receive messages to/from an XMPP chat server.
|
static XqueryComponentBuilderFactory.XqueryComponentBuilder |
xquery()
XQuery (camel-saxon)
Query and/or transform XML payloads using XQuery and Saxon.
|
static XsltComponentBuilderFactory.XsltComponentBuilder |
xslt()
XSLT (camel-xslt)
Transforms XML payload using an XSLT template.
|
static XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
xsltSaxon()
XSLT Saxon (camel-xslt-saxon)
Transform XML payloads using an XSLT template using Saxon.
|
static YammerComponentBuilderFactory.YammerComponentBuilder |
yammer()
Yammer (camel-yammer)
Interact with the Yammer enterprise social network.
|
static ZendeskComponentBuilderFactory.ZendeskComponentBuilder |
zendesk()
Zendesk (camel-zendesk)
Manage Zendesk tickets, users, organizations, etc.
|
static ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder |
zookeeper()
ZooKeeper (camel-zookeeper)
Manage ZooKeeper clusters.
|
static ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder |
zookeeperMaster()
ZooKeeper Master (camel-zookeeper-master)
Have only a single consumer in a cluster consuming from a given endpoint;
with automatic failover if the JVM dies.
|
static ActivemqComponentBuilderFactory.ActivemqComponentBuilder activemq()
static AhcComponentBuilderFactory.AhcComponentBuilder ahc()
static AhcWsComponentBuilderFactory.AhcWsComponentBuilder ahcWs()
static AhcWssComponentBuilderFactory.AhcWssComponentBuilder ahcWss()
static AmqpComponentBuilderFactory.AmqpComponentBuilder amqp()
static ArangodbComponentBuilderFactory.ArangodbComponentBuilder arangodb()
static As2ComponentBuilderFactory.As2ComponentBuilder as2()
static AsteriskComponentBuilderFactory.AsteriskComponentBuilder asterisk()
static AtlasmapComponentBuilderFactory.AtlasmapComponentBuilder atlasmap()
static AtmosComponentBuilderFactory.AtmosComponentBuilder atmos()
static AtmosphereWebsocketComponentBuilderFactory.AtmosphereWebsocketComponentBuilder atmosphereWebsocket()
static AtomComponentBuilderFactory.AtomComponentBuilder atom()
static AtomixMapComponentBuilderFactory.AtomixMapComponentBuilder atomixMap()
static AtomixMessagingComponentBuilderFactory.AtomixMessagingComponentBuilder atomixMessaging()
static AtomixMultimapComponentBuilderFactory.AtomixMultimapComponentBuilder atomixMultimap()
static AtomixQueueComponentBuilderFactory.AtomixQueueComponentBuilder atomixQueue()
static AtomixSetComponentBuilderFactory.AtomixSetComponentBuilder atomixSet()
static AtomixValueComponentBuilderFactory.AtomixValueComponentBuilder atomixValue()
static AvroComponentBuilderFactory.AvroComponentBuilder avro()
static AwsSecretsManagerComponentBuilderFactory.AwsSecretsManagerComponentBuilder awsSecretsManager()
static Aws2AthenaComponentBuilderFactory.Aws2AthenaComponentBuilder aws2Athena()
static Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder aws2Cw()
static Aws2DdbComponentBuilderFactory.Aws2DdbComponentBuilder aws2Ddb()
static Aws2DdbstreamComponentBuilderFactory.Aws2DdbstreamComponentBuilder aws2Ddbstream()
static Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder aws2Ec2()
static Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder aws2Ecs()
static Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder aws2Eks()
static Aws2EventbridgeComponentBuilderFactory.Aws2EventbridgeComponentBuilder aws2Eventbridge()
static Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder aws2Iam()
static Aws2KinesisComponentBuilderFactory.Aws2KinesisComponentBuilder aws2Kinesis()
static Aws2KinesisFirehoseComponentBuilderFactory.Aws2KinesisFirehoseComponentBuilder aws2KinesisFirehose()
static Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder aws2Kms()
static Aws2LambdaComponentBuilderFactory.Aws2LambdaComponentBuilder aws2Lambda()
static Aws2MqComponentBuilderFactory.Aws2MqComponentBuilder aws2Mq()
static Aws2MskComponentBuilderFactory.Aws2MskComponentBuilder aws2Msk()
static Aws2S3ComponentBuilderFactory.Aws2S3ComponentBuilder aws2S3()
static Aws2SesComponentBuilderFactory.Aws2SesComponentBuilder aws2Ses()
static Aws2SnsComponentBuilderFactory.Aws2SnsComponentBuilder aws2Sns()
static Aws2SqsComponentBuilderFactory.Aws2SqsComponentBuilder aws2Sqs()
static Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder aws2Sts()
static Aws2TranslateComponentBuilderFactory.Aws2TranslateComponentBuilder aws2Translate()
static AzureCosmosdbComponentBuilderFactory.AzureCosmosdbComponentBuilder azureCosmosdb()
static AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder azureEventhubs()
static AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder azureServicebus()
static AzureStorageBlobComponentBuilderFactory.AzureStorageBlobComponentBuilder azureStorageBlob()
static AzureStorageDatalakeComponentBuilderFactory.AzureStorageDatalakeComponentBuilder azureStorageDatalake()
static AzureStorageQueueComponentBuilderFactory.AzureStorageQueueComponentBuilder azureStorageQueue()
static BeanComponentBuilderFactory.BeanComponentBuilder bean()
static BeanValidatorComponentBuilderFactory.BeanValidatorComponentBuilder beanValidator()
static BeanstalkComponentBuilderFactory.BeanstalkComponentBuilder beanstalk()
static BonitaComponentBuilderFactory.BonitaComponentBuilder bonita()
static BoxComponentBuilderFactory.BoxComponentBuilder box()
static BraintreeComponentBuilderFactory.BraintreeComponentBuilder braintree()
static BrowseComponentBuilderFactory.BrowseComponentBuilder browse()
static CaffeineCacheComponentBuilderFactory.CaffeineCacheComponentBuilder caffeineCache()
static CaffeineLoadcacheComponentBuilderFactory.CaffeineLoadcacheComponentBuilder caffeineLoadcache()
static ChatscriptComponentBuilderFactory.ChatscriptComponentBuilder chatscript()
static ChunkComponentBuilderFactory.ChunkComponentBuilder chunk()
static ClasComponentBuilderFactory.ClasComponentBuilder clas()
static CmSmsComponentBuilderFactory.CmSmsComponentBuilder cmSms()
static CmisComponentBuilderFactory.CmisComponentBuilder cmis()
static CoapComponentBuilderFactory.CoapComponentBuilder coap()
static CoapTcpComponentBuilderFactory.CoapTcpComponentBuilder coapTcp()
static CoapsComponentBuilderFactory.CoapsComponentBuilder coaps()
static CoapsTcpComponentBuilderFactory.CoapsTcpComponentBuilder coapsTcp()
static CometdComponentBuilderFactory.CometdComponentBuilder cometd()
static CometdsComponentBuilderFactory.CometdsComponentBuilder cometds()
static ConsulComponentBuilderFactory.ConsulComponentBuilder consul()
static ControlbusComponentBuilderFactory.ControlbusComponentBuilder controlbus()
static CordaComponentBuilderFactory.CordaComponentBuilder corda()
static CouchbaseComponentBuilderFactory.CouchbaseComponentBuilder couchbase()
static CouchdbComponentBuilderFactory.CouchdbComponentBuilder couchdb()
static CqlComponentBuilderFactory.CqlComponentBuilder cql()
static CronComponentBuilderFactory.CronComponentBuilder cron()
static CryptoComponentBuilderFactory.CryptoComponentBuilder crypto()
static CxfComponentBuilderFactory.CxfComponentBuilder cxf()
static CxfrsComponentBuilderFactory.CxfrsComponentBuilder cxfrs()
static DataformatComponentBuilderFactory.DataformatComponentBuilder dataformat()
static DatasetComponentBuilderFactory.DatasetComponentBuilder dataset()
static DatasetTestComponentBuilderFactory.DatasetTestComponentBuilder datasetTest()
static DebeziumMongodbComponentBuilderFactory.DebeziumMongodbComponentBuilder debeziumMongodb()
static DebeziumMysqlComponentBuilderFactory.DebeziumMysqlComponentBuilder debeziumMysql()
static DebeziumPostgresComponentBuilderFactory.DebeziumPostgresComponentBuilder debeziumPostgres()
static DebeziumSqlserverComponentBuilderFactory.DebeziumSqlserverComponentBuilder debeziumSqlserver()
static DigitaloceanComponentBuilderFactory.DigitaloceanComponentBuilder digitalocean()
static DirectComponentBuilderFactory.DirectComponentBuilder direct()
static DirectVmComponentBuilderFactory.DirectVmComponentBuilder directVm()
static DisruptorComponentBuilderFactory.DisruptorComponentBuilder disruptor()
static DisruptorVmComponentBuilderFactory.DisruptorVmComponentBuilder disruptorVm()
static DjlComponentBuilderFactory.DjlComponentBuilder djl()
static DnsComponentBuilderFactory.DnsComponentBuilder dns()
static DockerComponentBuilderFactory.DockerComponentBuilder docker()
static DozerComponentBuilderFactory.DozerComponentBuilder dozer()
static DrillComponentBuilderFactory.DrillComponentBuilder drill()
static DropboxComponentBuilderFactory.DropboxComponentBuilder dropbox()
static EhcacheComponentBuilderFactory.EhcacheComponentBuilder ehcache()
static ElasticsearchRestComponentBuilderFactory.ElasticsearchRestComponentBuilder elasticsearchRest()
static ElsqlComponentBuilderFactory.ElsqlComponentBuilder elsql()
static EtcdKeysComponentBuilderFactory.EtcdKeysComponentBuilder etcdKeys()
static EtcdStatsComponentBuilderFactory.EtcdStatsComponentBuilder etcdStats()
static EtcdWatchComponentBuilderFactory.EtcdWatchComponentBuilder etcdWatch()
static ExecComponentBuilderFactory.ExecComponentBuilder exec()
static FacebookComponentBuilderFactory.FacebookComponentBuilder facebook()
static FhirComponentBuilderFactory.FhirComponentBuilder fhir()
static FileComponentBuilderFactory.FileComponentBuilder file()
static FileWatchComponentBuilderFactory.FileWatchComponentBuilder fileWatch()
static FlatpackComponentBuilderFactory.FlatpackComponentBuilder flatpack()
static FlinkComponentBuilderFactory.FlinkComponentBuilder flink()
static FopComponentBuilderFactory.FopComponentBuilder fop()
static FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder freemarker()
static FtpComponentBuilderFactory.FtpComponentBuilder ftp()
static FtpsComponentBuilderFactory.FtpsComponentBuilder ftps()
static GangliaComponentBuilderFactory.GangliaComponentBuilder ganglia()
static GeocoderComponentBuilderFactory.GeocoderComponentBuilder geocoder()
static GitComponentBuilderFactory.GitComponentBuilder git()
static GithubComponentBuilderFactory.GithubComponentBuilder github()
static GoogleBigqueryComponentBuilderFactory.GoogleBigqueryComponentBuilder googleBigquery()
static GoogleBigquerySqlComponentBuilderFactory.GoogleBigquerySqlComponentBuilder googleBigquerySql()
static GoogleCalendarComponentBuilderFactory.GoogleCalendarComponentBuilder googleCalendar()
static GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder googleCalendarStream()
static GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder googleDrive()
static GoogleFunctionsComponentBuilderFactory.GoogleFunctionsComponentBuilder googleFunctions()
static GoogleMailComponentBuilderFactory.GoogleMailComponentBuilder googleMail()
static GoogleMailStreamComponentBuilderFactory.GoogleMailStreamComponentBuilder googleMailStream()
static GooglePubsubComponentBuilderFactory.GooglePubsubComponentBuilder googlePubsub()
static GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder googleSheets()
static GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder googleSheetsStream()
static GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder googleStorage()
static GoraComponentBuilderFactory.GoraComponentBuilder gora()
static GrapeComponentBuilderFactory.GrapeComponentBuilder grape()
static GraphqlComponentBuilderFactory.GraphqlComponentBuilder graphql()
static GrpcComponentBuilderFactory.GrpcComponentBuilder grpc()
static GuavaEventbusComponentBuilderFactory.GuavaEventbusComponentBuilder guavaEventbus()
static HazelcastAtomicvalueComponentBuilderFactory.HazelcastAtomicvalueComponentBuilder hazelcastAtomicvalue()
static HazelcastInstanceComponentBuilderFactory.HazelcastInstanceComponentBuilder hazelcastInstance()
static HazelcastListComponentBuilderFactory.HazelcastListComponentBuilder hazelcastList()
static HazelcastMapComponentBuilderFactory.HazelcastMapComponentBuilder hazelcastMap()
static HazelcastMultimapComponentBuilderFactory.HazelcastMultimapComponentBuilder hazelcastMultimap()
static HazelcastQueueComponentBuilderFactory.HazelcastQueueComponentBuilder hazelcastQueue()
static HazelcastReplicatedmapComponentBuilderFactory.HazelcastReplicatedmapComponentBuilder hazelcastReplicatedmap()
static HazelcastRingbufferComponentBuilderFactory.HazelcastRingbufferComponentBuilder hazelcastRingbuffer()
static HazelcastSedaComponentBuilderFactory.HazelcastSedaComponentBuilder hazelcastSeda()
static HazelcastSetComponentBuilderFactory.HazelcastSetComponentBuilder hazelcastSet()
static HazelcastTopicComponentBuilderFactory.HazelcastTopicComponentBuilder hazelcastTopic()
static HbaseComponentBuilderFactory.HbaseComponentBuilder hbase()
static HdfsComponentBuilderFactory.HdfsComponentBuilder hdfs()
static HttpComponentBuilderFactory.HttpComponentBuilder http()
static HttpsComponentBuilderFactory.HttpsComponentBuilder https()
static HwcloudDmsComponentBuilderFactory.HwcloudDmsComponentBuilder hwcloudDms()
static HwcloudFunctiongraphComponentBuilderFactory.HwcloudFunctiongraphComponentBuilder hwcloudFunctiongraph()
static HwcloudIamComponentBuilderFactory.HwcloudIamComponentBuilder hwcloudIam()
static HwcloudImagerecognitionComponentBuilderFactory.HwcloudImagerecognitionComponentBuilder hwcloudImagerecognition()
static HwcloudObsComponentBuilderFactory.HwcloudObsComponentBuilder hwcloudObs()
static HwcloudSmnComponentBuilderFactory.HwcloudSmnComponentBuilder hwcloudSmn()
static Iec60870ClientComponentBuilderFactory.Iec60870ClientComponentBuilder iec60870Client()
static Iec60870ServerComponentBuilderFactory.Iec60870ServerComponentBuilder iec60870Server()
static IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder igniteCache()
static IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder igniteCompute()
static IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder igniteEvents()
static IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder igniteIdgen()
static IgniteMessagingComponentBuilderFactory.IgniteMessagingComponentBuilder igniteMessaging()
static IgniteQueueComponentBuilderFactory.IgniteQueueComponentBuilder igniteQueue()
static IgniteSetComponentBuilderFactory.IgniteSetComponentBuilder igniteSet()
static ImapComponentBuilderFactory.ImapComponentBuilder imap()
static ImapsComponentBuilderFactory.ImapsComponentBuilder imaps()
static InfinispanComponentBuilderFactory.InfinispanComponentBuilder infinispan()
static InfinispanEmbeddedComponentBuilderFactory.InfinispanEmbeddedComponentBuilder infinispanEmbedded()
static InfluxdbComponentBuilderFactory.InfluxdbComponentBuilder influxdb()
static IotaComponentBuilderFactory.IotaComponentBuilder iota()
static IpfsComponentBuilderFactory.IpfsComponentBuilder ipfs()
static IrcComponentBuilderFactory.IrcComponentBuilder irc()
static IronmqComponentBuilderFactory.IronmqComponentBuilder ironmq()
static JbpmComponentBuilderFactory.JbpmComponentBuilder jbpm()
static JcacheComponentBuilderFactory.JcacheComponentBuilder jcache()
static JcloudsComponentBuilderFactory.JcloudsComponentBuilder jclouds()
static JcrComponentBuilderFactory.JcrComponentBuilder jcr()
static JdbcComponentBuilderFactory.JdbcComponentBuilder jdbc()
static JettyComponentBuilderFactory.JettyComponentBuilder jetty()
static JgroupsComponentBuilderFactory.JgroupsComponentBuilder jgroups()
static JgroupsRaftComponentBuilderFactory.JgroupsRaftComponentBuilder jgroupsRaft()
static JingComponentBuilderFactory.JingComponentBuilder jing()
static JiraComponentBuilderFactory.JiraComponentBuilder jira()
static JmsComponentBuilderFactory.JmsComponentBuilder jms()
static JmxComponentBuilderFactory.JmxComponentBuilder jmx()
static JoltComponentBuilderFactory.JoltComponentBuilder jolt()
static JooqComponentBuilderFactory.JooqComponentBuilder jooq()
static JpaComponentBuilderFactory.JpaComponentBuilder jpa()
static JsltComponentBuilderFactory.JsltComponentBuilder jslt()
static JsonPatchComponentBuilderFactory.JsonPatchComponentBuilder jsonPatch()
static JsonValidatorComponentBuilderFactory.JsonValidatorComponentBuilder jsonValidator()
static JsonataComponentBuilderFactory.JsonataComponentBuilder jsonata()
static Jt400ComponentBuilderFactory.Jt400ComponentBuilder jt400()
static KafkaComponentBuilderFactory.KafkaComponentBuilder kafka()
static KameletComponentBuilderFactory.KameletComponentBuilder kamelet()
@Deprecated static KameletReifyComponentBuilderFactory.KameletReifyComponentBuilder kameletReify()
static KubernetesConfigMapsComponentBuilderFactory.KubernetesConfigMapsComponentBuilder kubernetesConfigMaps()
static KubernetesCustomResourcesComponentBuilderFactory.KubernetesCustomResourcesComponentBuilder kubernetesCustomResources()
static KubernetesDeploymentsComponentBuilderFactory.KubernetesDeploymentsComponentBuilder kubernetesDeployments()
static KubernetesHpaComponentBuilderFactory.KubernetesHpaComponentBuilder kubernetesHpa()
static KubernetesJobComponentBuilderFactory.KubernetesJobComponentBuilder kubernetesJob()
static KubernetesNamespacesComponentBuilderFactory.KubernetesNamespacesComponentBuilder kubernetesNamespaces()
static KubernetesNodesComponentBuilderFactory.KubernetesNodesComponentBuilder kubernetesNodes()
static KubernetesPersistentVolumesComponentBuilderFactory.KubernetesPersistentVolumesComponentBuilder kubernetesPersistentVolumes()
static KubernetesPersistentVolumesClaimsComponentBuilderFactory.KubernetesPersistentVolumesClaimsComponentBuilder kubernetesPersistentVolumesClaims()
static KubernetesPodsComponentBuilderFactory.KubernetesPodsComponentBuilder kubernetesPods()
static KubernetesReplicationControllersComponentBuilderFactory.KubernetesReplicationControllersComponentBuilder kubernetesReplicationControllers()
static KubernetesResourcesQuotaComponentBuilderFactory.KubernetesResourcesQuotaComponentBuilder kubernetesResourcesQuota()
static KubernetesSecretsComponentBuilderFactory.KubernetesSecretsComponentBuilder kubernetesSecrets()
static KubernetesServiceAccountsComponentBuilderFactory.KubernetesServiceAccountsComponentBuilder kubernetesServiceAccounts()
static KubernetesServicesComponentBuilderFactory.KubernetesServicesComponentBuilder kubernetesServices()
static KuduComponentBuilderFactory.KuduComponentBuilder kudu()
static LanguageComponentBuilderFactory.LanguageComponentBuilder language()
static LdapComponentBuilderFactory.LdapComponentBuilder ldap()
static LdifComponentBuilderFactory.LdifComponentBuilder ldif()
static LogComponentBuilderFactory.LogComponentBuilder log()
static LprComponentBuilderFactory.LprComponentBuilder lpr()
static LuceneComponentBuilderFactory.LuceneComponentBuilder lucene()
static LumberjackComponentBuilderFactory.LumberjackComponentBuilder lumberjack()
static MasterComponentBuilderFactory.MasterComponentBuilder master()
static MetricsComponentBuilderFactory.MetricsComponentBuilder metrics()
static MicrometerComponentBuilderFactory.MicrometerComponentBuilder micrometer()
static MicroprofileMetricsComponentBuilderFactory.MicroprofileMetricsComponentBuilder microprofileMetrics()
static MiloClientComponentBuilderFactory.MiloClientComponentBuilder miloClient()
static MiloServerComponentBuilderFactory.MiloServerComponentBuilder miloServer()
static MinaComponentBuilderFactory.MinaComponentBuilder mina()
static MinioComponentBuilderFactory.MinioComponentBuilder minio()
static MllpComponentBuilderFactory.MllpComponentBuilder mllp()
static MockComponentBuilderFactory.MockComponentBuilder mock()
static MongodbComponentBuilderFactory.MongodbComponentBuilder mongodb()
static MongodbGridfsComponentBuilderFactory.MongodbGridfsComponentBuilder mongodbGridfs()
static MsvComponentBuilderFactory.MsvComponentBuilder msv()
static MustacheComponentBuilderFactory.MustacheComponentBuilder mustache()
static MvelComponentBuilderFactory.MvelComponentBuilder mvel()
static MybatisComponentBuilderFactory.MybatisComponentBuilder mybatis()
static MybatisBeanComponentBuilderFactory.MybatisBeanComponentBuilder mybatisBean()
static NagiosComponentBuilderFactory.NagiosComponentBuilder nagios()
static NatsComponentBuilderFactory.NatsComponentBuilder nats()
static NettyComponentBuilderFactory.NettyComponentBuilder netty()
static NettyHttpComponentBuilderFactory.NettyHttpComponentBuilder nettyHttp()
static NitriteComponentBuilderFactory.NitriteComponentBuilder nitrite()
static NsqComponentBuilderFactory.NsqComponentBuilder nsq()
static OaipmhComponentBuilderFactory.OaipmhComponentBuilder oaipmh()
static Olingo2ComponentBuilderFactory.Olingo2ComponentBuilder olingo2()
static Olingo4ComponentBuilderFactory.Olingo4ComponentBuilder olingo4()
static OpenshiftBuildConfigsComponentBuilderFactory.OpenshiftBuildConfigsComponentBuilder openshiftBuildConfigs()
static OpenshiftBuildsComponentBuilderFactory.OpenshiftBuildsComponentBuilder openshiftBuilds()
static OpenstackCinderComponentBuilderFactory.OpenstackCinderComponentBuilder openstackCinder()
static OpenstackGlanceComponentBuilderFactory.OpenstackGlanceComponentBuilder openstackGlance()
static OpenstackKeystoneComponentBuilderFactory.OpenstackKeystoneComponentBuilder openstackKeystone()
static OpenstackNeutronComponentBuilderFactory.OpenstackNeutronComponentBuilder openstackNeutron()
static OpenstackNovaComponentBuilderFactory.OpenstackNovaComponentBuilder openstackNova()
static OpenstackSwiftComponentBuilderFactory.OpenstackSwiftComponentBuilder openstackSwift()
static OptaplannerComponentBuilderFactory.OptaplannerComponentBuilder optaplanner()
static PahoComponentBuilderFactory.PahoComponentBuilder paho()
static PahoMqtt5ComponentBuilderFactory.PahoMqtt5ComponentBuilder pahoMqtt5()
static PdfComponentBuilderFactory.PdfComponentBuilder pdf()
static PgReplicationSlotComponentBuilderFactory.PgReplicationSlotComponentBuilder pgReplicationSlot()
static PgeventComponentBuilderFactory.PgeventComponentBuilder pgevent()
static PlatformHttpComponentBuilderFactory.PlatformHttpComponentBuilder platformHttp()
static Pop3ComponentBuilderFactory.Pop3ComponentBuilder pop3()
static Pop3sComponentBuilderFactory.Pop3sComponentBuilder pop3s()
static PubnubComponentBuilderFactory.PubnubComponentBuilder pubnub()
static PulsarComponentBuilderFactory.PulsarComponentBuilder pulsar()
static QuartzComponentBuilderFactory.QuartzComponentBuilder quartz()
static QuickfixComponentBuilderFactory.QuickfixComponentBuilder quickfix()
static RabbitmqComponentBuilderFactory.RabbitmqComponentBuilder rabbitmq()
static ReactiveStreamsComponentBuilderFactory.ReactiveStreamsComponentBuilder reactiveStreams()
static RefComponentBuilderFactory.RefComponentBuilder ref()
static RestEndpointComponentBuilderFactory.RestEndpointComponentBuilder restEndpoint()
static RestApiComponentBuilderFactory.RestApiComponentBuilder restApi()
static RestOpenapiComponentBuilderFactory.RestOpenapiComponentBuilder restOpenapi()
static RestSwaggerComponentBuilderFactory.RestSwaggerComponentBuilder restSwagger()
static ResteasyComponentBuilderFactory.ResteasyComponentBuilder resteasy()
static RobotframeworkComponentBuilderFactory.RobotframeworkComponentBuilder robotframework()
static RssComponentBuilderFactory.RssComponentBuilder rss()
static SagaComponentBuilderFactory.SagaComponentBuilder saga()
static SalesforceComponentBuilderFactory.SalesforceComponentBuilder salesforce()
static SapNetweaverComponentBuilderFactory.SapNetweaverComponentBuilder sapNetweaver()
static SchedulerComponentBuilderFactory.SchedulerComponentBuilder scheduler()
static SchematronComponentBuilderFactory.SchematronComponentBuilder schematron()
static ScpComponentBuilderFactory.ScpComponentBuilder scp()
static SedaComponentBuilderFactory.SedaComponentBuilder seda()
static ServiceComponentBuilderFactory.ServiceComponentBuilder service()
static ServicenowComponentBuilderFactory.ServicenowComponentBuilder servicenow()
static ServletComponentBuilderFactory.ServletComponentBuilder servlet()
static SftpComponentBuilderFactory.SftpComponentBuilder sftp()
static SipComponentBuilderFactory.SipComponentBuilder sip()
static SipsComponentBuilderFactory.SipsComponentBuilder sips()
static SjmsComponentBuilderFactory.SjmsComponentBuilder sjms()
static Sjms2ComponentBuilderFactory.Sjms2ComponentBuilder sjms2()
static SlackComponentBuilderFactory.SlackComponentBuilder slack()
static SmppComponentBuilderFactory.SmppComponentBuilder smpp()
static SmppsComponentBuilderFactory.SmppsComponentBuilder smpps()
static SmtpComponentBuilderFactory.SmtpComponentBuilder smtp()
static SmtpsComponentBuilderFactory.SmtpsComponentBuilder smtps()
static SnmpComponentBuilderFactory.SnmpComponentBuilder snmp()
static SolrComponentBuilderFactory.SolrComponentBuilder solr()
static SolrcloudComponentBuilderFactory.SolrcloudComponentBuilder solrcloud()
static SolrsComponentBuilderFactory.SolrsComponentBuilder solrs()
static SoroushComponentBuilderFactory.SoroushComponentBuilder soroush()
static SparkComponentBuilderFactory.SparkComponentBuilder spark()
static SplunkComponentBuilderFactory.SplunkComponentBuilder splunk()
static SplunkHecComponentBuilderFactory.SplunkHecComponentBuilder splunkHec()
static SpringBatchComponentBuilderFactory.SpringBatchComponentBuilder springBatch()
static SpringEventComponentBuilderFactory.SpringEventComponentBuilder springEvent()
static SpringIntegrationComponentBuilderFactory.SpringIntegrationComponentBuilder springIntegration()
static SpringJdbcComponentBuilderFactory.SpringJdbcComponentBuilder springJdbc()
static SpringLdapComponentBuilderFactory.SpringLdapComponentBuilder springLdap()
static SpringRabbitmqComponentBuilderFactory.SpringRabbitmqComponentBuilder springRabbitmq()
static SpringRedisComponentBuilderFactory.SpringRedisComponentBuilder springRedis()
static SpringWsComponentBuilderFactory.SpringWsComponentBuilder springWs()
static SqlComponentBuilderFactory.SqlComponentBuilder sql()
static SqlStoredComponentBuilderFactory.SqlStoredComponentBuilder sqlStored()
static SshComponentBuilderFactory.SshComponentBuilder ssh()
static StaxComponentBuilderFactory.StaxComponentBuilder stax()
static StitchComponentBuilderFactory.StitchComponentBuilder stitch()
static StompComponentBuilderFactory.StompComponentBuilder stomp()
static StreamComponentBuilderFactory.StreamComponentBuilder stream()
static StringTemplateComponentBuilderFactory.StringTemplateComponentBuilder stringTemplate()
static StubComponentBuilderFactory.StubComponentBuilder stub()
static TelegramComponentBuilderFactory.TelegramComponentBuilder telegram()
static ThriftComponentBuilderFactory.ThriftComponentBuilder thrift()
static TikaComponentBuilderFactory.TikaComponentBuilder tika()
static TimerComponentBuilderFactory.TimerComponentBuilder timer()
static TwilioComponentBuilderFactory.TwilioComponentBuilder twilio()
static TwitterDirectmessageComponentBuilderFactory.TwitterDirectmessageComponentBuilder twitterDirectmessage()
static TwitterSearchComponentBuilderFactory.TwitterSearchComponentBuilder twitterSearch()
static TwitterTimelineComponentBuilderFactory.TwitterTimelineComponentBuilder twitterTimeline()
static UndertowComponentBuilderFactory.UndertowComponentBuilder undertow()
static ValidatorComponentBuilderFactory.ValidatorComponentBuilder validator()
static VelocityComponentBuilderFactory.VelocityComponentBuilder velocity()
static VertxComponentBuilderFactory.VertxComponentBuilder vertx()
static VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder vertxHttp()
static VertxKafkaComponentBuilderFactory.VertxKafkaComponentBuilder vertxKafka()
static VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder vertxWebsocket()
static VmComponentBuilderFactory.VmComponentBuilder vm()
static WeatherComponentBuilderFactory.WeatherComponentBuilder weather()
static Web3jComponentBuilderFactory.Web3jComponentBuilder web3j()
static WebhookComponentBuilderFactory.WebhookComponentBuilder webhook()
static WebsocketComponentBuilderFactory.WebsocketComponentBuilder websocket()
static WebsocketJsr356ComponentBuilderFactory.WebsocketJsr356ComponentBuilder websocketJsr356()
static WekaComponentBuilderFactory.WekaComponentBuilder weka()
static WordpressComponentBuilderFactory.WordpressComponentBuilder wordpress()
static WorkdayComponentBuilderFactory.WorkdayComponentBuilder workday()
static XchangeComponentBuilderFactory.XchangeComponentBuilder xchange()
static XjComponentBuilderFactory.XjComponentBuilder xj()
static XmlsecuritySignComponentBuilderFactory.XmlsecuritySignComponentBuilder xmlsecuritySign()
static XmlsecurityVerifyComponentBuilderFactory.XmlsecurityVerifyComponentBuilder xmlsecurityVerify()
static XmppComponentBuilderFactory.XmppComponentBuilder xmpp()
static XqueryComponentBuilderFactory.XqueryComponentBuilder xquery()
static XsltComponentBuilderFactory.XsltComponentBuilder xslt()
static XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder xsltSaxon()
static YammerComponentBuilderFactory.YammerComponentBuilder yammer()
static ZendeskComponentBuilderFactory.ZendeskComponentBuilder zendesk()
static ZookeeperComponentBuilderFactory.ZookeeperComponentBuilder zookeeper()
static ZookeeperMasterComponentBuilderFactory.ZookeeperMasterComponentBuilder zookeeperMaster()
Apache Camel