Uses of Interface
io.quarkus.deployment.dev.remote.RemoteDevClient.SyncResult
Packages that use RemoteDevClient.SyncResult
-
Uses of RemoteDevClient.SyncResult in io.quarkus.deployment.dev.remote
Method parameters in io.quarkus.deployment.dev.remote with type arguments of type RemoteDevClient.SyncResultModifier and TypeMethodDescriptionDefaultRemoteDevClient.sendConnectRequest(io.quarkus.dev.spi.RemoteDevState currentFileHashes, Function<Set<String>, Map<String, byte[]>> initialConnectFunction, Supplier<RemoteDevClient.SyncResult> changeRequestFunction) RemoteDevClient.sendConnectRequest(io.quarkus.dev.spi.RemoteDevState initialState, Function<Set<String>, Map<String, byte[]>> initialConnectFunction, Supplier<RemoteDevClient.SyncResult> changeRequestFunction)