All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.van.logging.elasticsearch.IElasticsearchPublishHelper Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
package com.van.logging.elasticsearch;


import com.van.logging.Event;
import com.van.logging.IPublishHelper;


/**
 * Interface for implementations of an IPublishHelper to publish events to Elasticsearch.
 */
public interface IElasticsearchPublishHelper extends IPublishHelper {

    /**
     * Initialize the publish helper immediately after construction
     *
     * @param configuration configuration information to initialize the publish helper with
     */
    public void initialize(ElasticsearchConfiguration configuration);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy