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

com.github.linyuzai.connection.loadbalance.sse.concept.SseRequestInterceptor Maven / Gradle / Ivy

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

import com.github.linyuzai.connection.loadbalance.core.intercept.ConnectionRequestInterceptor;

/**
 * SSE 握手拦截器。
 * 

* Interceptor for SSE request. * * @since 2.7.0 */ public interface SseRequestInterceptor extends ConnectionRequestInterceptor, SseScoped { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy