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

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

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

import lombok.Getter;
import lombok.RequiredArgsConstructor;

@Getter
@RequiredArgsConstructor
public class SubscriberSseCreation implements SseCreation {
    
    private final Object id;

    private final String path;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy