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

io.github.dengchen2020.security.event.UserOfflineEvent Maven / Gradle / Ivy

There is a newer version: 0.0.28
Show newest version
package io.github.dengchen2020.security.event;

/**
 * 用户下线事件
 *
 * @author dengchen
 * @since 2024/4/26
 */

public record UserOfflineEvent(String userId) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy