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

shz.spring.session.SessionAcceptor Maven / Gradle / Ivy

There is a newer version: 2023.2.5
Show newest version
package shz.spring.session;

@FunctionalInterface
public interface SessionAcceptor {
    boolean push(Session session);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy