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
Fields Modifier and Type Field Description static io.quarkus.runtime.LiveReloadConfigliveReloadConfigUsed for remote dev mode, a bit of a hack to expose the config to the client
-
Constructor Summary
Constructors Constructor Description HttpRemoteDevClientProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<io.quarkus.deployment.dev.remote.RemoteDevClient>getClient()
-
-
-
Method Detail
-
getClient
public Optional<io.quarkus.deployment.dev.remote.RemoteDevClient> getClient()
- Specified by:
getClientin interfaceio.quarkus.deployment.dev.remote.RemoteDevClientProvider
-
-