![JAR search and dependency download from the Maven repository](/logo.png)
com.codeheadsystems.queue.MessageConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of local-queue Show documentation
Show all versions of local-queue Show documentation
LQ: a minimalistic local queue
package com.codeheadsystems.queue;
import java.util.function.Consumer;
/**
* The interface Message consumer. Simplifies dagger injection.
*/
@FunctionalInterface
public interface MessageConsumer extends Consumer {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy