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

org.swisspush.gateleen.player.log.Collector Maven / Gradle / Ivy

package org.swisspush.gateleen.player.log;

/**
 * Interface for an active element providing a request log.
 *
 * @author https://github.com/lbovet [Laurent Bovet]
 */
public interface Collector {

    BufferingRequestLog getRequestLog();

    void start();

    void stop();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy