io.vertx.tp.plugin.session.Info Maven / Gradle / Ivy
package io.vertx.tp.plugin.session;
interface Info {
String SESSION_MODE = "( Session ) System will selected mode = \"{0}\" of session.";
String SESSION_STORE = "( Session ) SessionStore clazz selected: {0}";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy