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

org.tinystruct.data.tools.MessageQueue Maven / Gradle / Ivy

package org.tinystruct.data.tools;

public interface MessageQueue {
    void send(T message);
    void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy