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

com.fnklabs.draenei.orm.analytics.Context Maven / Gradle / Ivy

package com.fnklabs.draenei.orm.analytics;

import org.jetbrains.annotations.NotNull;

public interface Context {
    void emit(@NotNull Key key, @NotNull Value value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy