Uses of Interface
io.quarkus.deployment.dev.remote.RemoteDevClient
Packages that use RemoteDevClient
-
Uses of RemoteDevClient in io.quarkus.deployment.dev
Fields in io.quarkus.deployment.dev declared as RemoteDevClientModifier and TypeFieldDescription(package private) static RemoteDevClientIsolatedRemoteDevModeMain.remoteDevClientMethods in io.quarkus.deployment.dev that return RemoteDevClientModifier and TypeMethodDescription(package private) static RemoteDevClientIsolatedRemoteDevModeMain.createClient(io.quarkus.bootstrap.app.CuratedApplication curatedApplication) -
Uses of RemoteDevClient in io.quarkus.deployment.dev.remote
Classes in io.quarkus.deployment.dev.remote that implement RemoteDevClientModifier and TypeClassDescriptionclassA noop remote dev client, that just polls every second to update the app This is useful if you are using an external tool such as odo to update your remote pod.Methods in io.quarkus.deployment.dev.remote that return types with arguments of type RemoteDevClient