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

com.github.linyuzai.connection.loadbalance.sse.reactive.ReactiveSseClientFactory Maven / Gradle / Ivy

The newest version!
package com.github.linyuzai.connection.loadbalance.sse.reactive;

import org.springframework.web.reactive.function.client.WebClient;

public interface ReactiveSseClientFactory {

    WebClient create();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy