Class UndertowHotReplacementSetup
java.lang.Object
io.quarkus.undertow.runtime.devmode.UndertowHotReplacementSetup
- All Implemented Interfaces:
io.quarkus.dev.spi.HotReplacementSetup
public class UndertowHotReplacementSetup
extends Object
implements io.quarkus.dev.spi.HotReplacementSetup
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidsetupHotDeployment(io.quarkus.dev.spi.HotReplacementContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.dev.spi.HotReplacementSetup
handleFailedInitialStart
-
Field Details
-
META_INF_SERVICES
- See Also:
-
-
Constructor Details
-
UndertowHotReplacementSetup
public UndertowHotReplacementSetup()
-
-
Method Details
-
setupHotDeployment
public void setupHotDeployment(io.quarkus.dev.spi.HotReplacementContext context) - Specified by:
setupHotDeploymentin interfaceio.quarkus.dev.spi.HotReplacementSetup
-
close
public void close()- Specified by:
closein interfaceio.quarkus.dev.spi.HotReplacementSetup
-