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

io.tracee.contextlogger.connector.Connector Maven / Gradle / Ivy

There is a newer version: 0.11.0
Show newest version
package io.tracee.contextlogger.connector;

import java.util.Map;

/**
 * A global interface used to send context information
 * Created by Tobias Gindler, holisticon AG on 14.02.14.
 */
public interface Connector {

    void init(Map properties);

    void sendErrorReport(ConnectorOutputProvider connectorOutputProvider);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy