Class HttpRemoteDevClientProvider
java.lang.Object
io.quarkus.vertx.http.deployment.devmode.HttpRemoteDevClientProvider
- All Implemented Interfaces:
io.quarkus.deployment.dev.remote.RemoteDevClientProvider
public class HttpRemoteDevClientProvider
extends Object
implements io.quarkus.deployment.dev.remote.RemoteDevClientProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic io.quarkus.runtime.LiveReloadConfigUsed for remote dev mode, a bit of a hack to expose the config to the client -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
liveReloadConfig
public static volatile io.quarkus.runtime.LiveReloadConfig liveReloadConfigUsed for remote dev mode, a bit of a hack to expose the config to the client
-
-
Constructor Details
-
HttpRemoteDevClientProvider
public HttpRemoteDevClientProvider()
-
-
Method Details
-
getClient
- Specified by:
getClientin interfaceio.quarkus.deployment.dev.remote.RemoteDevClientProvider
-