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

eu.lucaventuri.fibry.MessageReceiver Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package eu.lucaventuri.fibry;

import java.util.function.Predicate;

public interface MessageReceiver {
    public T readMessage();
    public  E receive(Class clz, Predicate filter);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy