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

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

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

/**
 * 提供 SSE 的 id 和 path。
 * 

* Provide id and path for SSE. */ public interface SseCreation { Object getId(); String getPath(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy