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

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

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

import org.springframework.http.codec.ServerSentEvent;
import reactor.core.publisher.Flux;

public class DefaultSseFluxFactory implements SseFluxFactory {

    @Override
    public Flux> create(Flux> flux) {
        return flux;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy