Uses of Interface
org.apache.pulsar.io.elasticsearch.client.BulkProcessor.Listener
Packages that use BulkProcessor.Listener
Package
Description
-
Uses of BulkProcessor.Listener in org.apache.pulsar.io.elasticsearch.client
Methods in org.apache.pulsar.io.elasticsearch.client with parameters of type BulkProcessor.ListenerModifier and TypeMethodDescriptionstatic RestClientRestClientFactory.createClient(ElasticSearchConfig config, BulkProcessor.Listener bulkListener) Constructors in org.apache.pulsar.io.elasticsearch.client with parameters of type BulkProcessor.ListenerModifierConstructorDescriptionRestClient(ElasticSearchConfig elasticSearchConfig, BulkProcessor.Listener bulkProcessorListener) -
Uses of BulkProcessor.Listener in org.apache.pulsar.io.elasticsearch.client.elastic
Constructors in org.apache.pulsar.io.elasticsearch.client.elastic with parameters of type BulkProcessor.ListenerModifierConstructorDescriptionElasticBulkProcessor(ElasticSearchConfig config, co.elastic.clients.elasticsearch.ElasticsearchClient client, BulkProcessor.Listener listener) ElasticSearchJavaRestClient(ElasticSearchConfig elasticSearchConfig, BulkProcessor.Listener bulkProcessorListener) -
Uses of BulkProcessor.Listener in org.apache.pulsar.io.elasticsearch.client.opensearch
Constructors in org.apache.pulsar.io.elasticsearch.client.opensearch with parameters of type BulkProcessor.ListenerModifierConstructorDescriptionOpenSearchHighLevelRestClient(ElasticSearchConfig elasticSearchConfig, BulkProcessor.Listener bulkProcessorListener)