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

io.hawt.log.osgi.LogQueryCallback Maven / Gradle / Ivy

package io.hawt.log.osgi;

public interface LogQueryCallback {

    T doWithLogQuery(LogQueryMBean mbean) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy