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 SummaryFields 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 SummaryConstructors Constructor Description HttpRemoteDevClientProvider()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<io.quarkus.deployment.dev.remote.RemoteDevClient>getClient()
 
- 
- 
- 
Method Detail- 
getClientpublic Optional<io.quarkus.deployment.dev.remote.RemoteDevClient> getClient() - Specified by:
- getClientin interface- io.quarkus.deployment.dev.remote.RemoteDevClientProvider
 
 
- 
 
-