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

org.n3r.eql.config.EqlTranFactoryCacheLifeCycle Maven / Gradle / Ivy

There is a newer version: 0.1.19
Show newest version
package org.n3r.eql.config;

public interface EqlTranFactoryCacheLifeCycle {
    void onLoad();

    void onRemoval();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy