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

com.codeheadsystems.queue.MessageConsumer Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
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