Class HttpRemoteDevClient
java.lang.Object
io.quarkus.vertx.http.deployment.devmode.HttpRemoteDevClient
- All Implemented Interfaces:
io.quarkus.deployment.dev.remote.RemoteDevClient
public class HttpRemoteDevClient
extends Object
implements io.quarkus.deployment.dev.remote.RemoteDevClient
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.deployment.dev.remote.RemoteDevClient
io.quarkus.deployment.dev.remote.RemoteDevClient.SyncResult -
Constructor Summary
ConstructorsConstructorDescriptionHttpRemoteDevClient(String url, String password, Duration reconnectTimeout, Duration retryInterval, int retryMaxAttempts) -
Method Summary
-
Constructor Details
-
HttpRemoteDevClient
-
-
Method Details
-
sendConnectRequest
public Closeable sendConnectRequest(io.quarkus.dev.spi.RemoteDevState initialState, Function<Set<String>, Map<String, byte[]>> initialConnectFunction, Supplier<io.quarkus.deployment.dev.remote.RemoteDevClient.SyncResult> changeRequestFunction) - Specified by:
sendConnectRequestin interfaceio.quarkus.deployment.dev.remote.RemoteDevClient
-