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

org.reactivecommons.async.impl.DiscardNotifier Maven / Gradle / Ivy

package org.reactivecommons.async.impl;

import org.reactivecommons.async.impl.communications.Message;
import reactor.core.publisher.Mono;

public interface DiscardNotifier {

    Mono notifyDiscard(Message message);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy