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

com.epam.reportportal.elastic.ElasticSearchClient Maven / Gradle / Ivy

There is a newer version: 5.13.0
Show newest version
package com.epam.reportportal.elastic;

import com.epam.reportportal.log.LogMessage;

import java.util.List;

/**
 * Client interface to work with Elasticsearch.
 * @author Maksim Antonov
 */
public interface ElasticSearchClient {

    void save(List logMessageList);

    void deleteLogsByLaunchIdAndProjectId(Long launchId, Long projectId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy