
io.smallrye.reactive.messaging.mqtt.session.SessionEvent Maven / Gradle / Ivy
package io.smallrye.reactive.messaging.mqtt.session;
import io.vertx.codegen.annotations.VertxGen;
@VertxGen
public interface SessionEvent {
SessionState getSessionState();
Throwable getCause();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy