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

com.stackify.api.common.log.LogTransport Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package com.stackify.api.common.log;

import com.stackify.api.LogMsgGroup;

public interface LogTransport {

    void send(final LogMsgGroup group) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy