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

com.ziqni.admin.sdk.context.WSClientDisconnected Maven / Gradle / Ivy

There is a newer version: 1.0.21
Show newest version
package com.ziqni.admin.sdk.context;

import org.springframework.messaging.simp.stomp.StompSession;

public class WSClientDisconnected {

    private final StompSession session;
    public WSClientDisconnected(StompSession stompSession) {

        session = stompSession;
    }

    public StompSession getSession() {
        return session;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy