Uses of Interface
io.avaje.jex.spi.SpiServiceManager
| Package | Description |
|---|---|
| io.avaje.jex.core | |
| io.avaje.jex.spi |
-
Uses of SpiServiceManager in io.avaje.jex.core
Methods in io.avaje.jex.core that return SpiServiceManager Modifier and Type Method Description SpiServiceManagerBootstapServiceManager. create(Jex jex) -
Uses of SpiServiceManager in io.avaje.jex.spi
Classes in io.avaje.jex.spi that implement SpiServiceManager Modifier and Type Class Description classProxyServiceManagerProvides a delegating proxy to a SpiServiceManager.Fields in io.avaje.jex.spi declared as SpiServiceManager Modifier and Type Field Description protected SpiServiceManagerProxyServiceManager. delegateMethods in io.avaje.jex.spi that return SpiServiceManager Modifier and Type Method Description SpiServiceManagerSpiServiceManagerProvider. create(Jex jex)Methods in io.avaje.jex.spi with parameters of type SpiServiceManager Modifier and Type Method Description Jex.ServerSpiStartServer. start(Jex jex, SpiRoutes routes, SpiServiceManager serviceManager)Return the started server.Constructors in io.avaje.jex.spi with parameters of type SpiServiceManager Constructor Description ProxyServiceManager(SpiServiceManager delegate)