io.quarkus.websockets.next.runtime.WebSocketClientRecorder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-websockets-next Show documentation
Show all versions of quarkus-websockets-next Show documentation
Implementation of the WebSocket API with enhanced efficiency and usability
package io.quarkus.websockets.next.runtime;
import java.util.Map;
import java.util.function.Supplier;
import io.quarkus.runtime.annotations.RecordableConstructor;
import io.quarkus.runtime.annotations.Recorder;
import io.quarkus.websockets.next.WebSocketClientException;
import io.smallrye.common.vertx.VertxContext;
import io.vertx.core.Context;
import io.vertx.core.Vertx;
@Recorder
public class WebSocketClientRecorder {
public Supplier
© 2015 - 2024 Weber Informatics LLC | Privacy Policy