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

org.zodiac.datasource.r2dbc.switcher.ReactiveSwitcher Maven / Gradle / Ivy

The newest version!
package org.zodiac.datasource.r2dbc.switcher;

import org.reactivestreams.Publisher;
import reactor.core.publisher.Mono;

public interface ReactiveSwitcher {

    

> P useLast(P publisher);

> P use(P publisher, String id);

> P useDefault(P publisher); Mono current();

> P reset(P publisher); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy