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 Modifier and Type Field Description protected static StringMETA_INF_SERVICES
-
Constructor Summary
Constructors Constructor Description UndertowHotReplacementSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidsetupHotDeployment(io.quarkus.dev.spi.HotReplacementContext context)
-
-
-
Field Detail
-
META_INF_SERVICES
protected static final String META_INF_SERVICES
- See Also:
- Constant Field Values
-
-