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

io.molr.commons.domain.Out Maven / Gradle / Ivy

package io.molr.commons.domain;

public interface Out {

    void emit(String name, Number value);

    void emit(String name, String value);

     void emit(Placeholder placeholder, T value);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy