public class GuiceServiceBuilder<T extends Service<?>> extends AbstractServiceBuilder<T> implements ServiceBuilder<T>
| Constructor and Description |
|---|
GuiceServiceBuilder(Class<T> serviceClass) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
build0(ServerConfig config,
Class<T> serviceClass,
Stream<com.google.inject.Module> additinalModules,
Collection<Class<? extends ApiProvider>> apiClasses,
Collection<ApiProvider> apiProviders,
io.netty.channel.EventLoopGroup eventLoopGroup) |
build, disableInsecurePort, disableSecuredPort, eventLoopGroup, fileServe, insecuredPort, securedPort, verbose, withApi, withApi, withBlockingThreadPoolSize, withLog4J2Logger, withModule, withModule, withName, withSlf4jLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuild, disableInsecurePort, disableSecuredPort, eventLoopGroup, fileServe, insecuredPort, securedPort, verbose, withApi, withApi, withBlockingThreadPoolSize, withLog4J2Logger, withModule, withModule, withName, withSlf4jLoggerprotected T build0(ServerConfig config, Class<T> serviceClass, Stream<com.google.inject.Module> additinalModules, Collection<Class<? extends ApiProvider>> apiClasses, Collection<ApiProvider> apiProviders, io.netty.channel.EventLoopGroup eventLoopGroup)
build0 in class AbstractServiceBuilder<T extends Service<?>>Copyright © 2019. All rights reserved.