
org.reactivecommons.async.starter.broker.DiscardProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of async-commons-starter Show documentation
Show all versions of async-commons-starter Show documentation
Abstract your broker with semantic async messages
package org.reactivecommons.async.starter.broker;
import org.reactivecommons.async.commons.DiscardNotifier;
import java.util.function.Supplier;
public interface DiscardProvider extends Supplier {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy