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

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

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

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

public class DefaultSseClientFactory implements ReactiveSseClientFactory {

    @Override
    public WebClient create() {
        return WebClient.create();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy