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

io.github.majusko.pulsar2.solon.reactor.FluxConsumer Maven / Gradle / Ivy

There is a newer version: 3.0.0-M4
Show newest version
package io.github.majusko.pulsar2.solon.reactor;

import reactor.core.publisher.Flux;

public interface FluxConsumer {
    Flux asSimpleFlux();

    Flux asFlux();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy