![JAR search and dependency download from the Maven repository](/logo.png)
com.van.logging.elasticsearch.IElasticsearchPublishHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appender-core Show documentation
Show all versions of appender-core Show documentation
Core functionality to send content to various channels
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