Uses of Class
io.moquette.broker.config.IConfig
-
Packages that use IConfig Package Description io.moquette.broker io.moquette.broker.config io.moquette.broker.metrics io.moquette.broker.security io.moquette.interception io.moquette.persistence -
-
Uses of IConfig in io.moquette.broker
Methods in io.moquette.broker with parameters of type IConfig Modifier and Type Method Description voidBugSnagErrorsHandler. init(IConfig props)voidServer. startServer(IConfig config)Starts Moquette bringing the configuration files from the given Config implementation.voidServer. startServer(IConfig config, List<? extends InterceptHandler> handlers)Starts Moquette with config provided by an implementation of IConfig class and with the set of InterceptHandler.voidServer. startServer(IConfig config, List<? extends InterceptHandler> handlers, ISslContextCreator sslCtxCreator, IAuthenticator authenticator, IAuthorizatorPolicy authorizatorPolicy) -
Uses of IConfig in io.moquette.broker.config
Subclasses of IConfig in io.moquette.broker.config Modifier and Type Class Description classMemoryConfigConfiguration backed by memory.classResourceLoaderConfigConfiguration that loads config stream from aIResourceLoaderinstance. -
Uses of IConfig in io.moquette.broker.metrics
Methods in io.moquette.broker.metrics with parameters of type IConfig Modifier and Type Method Description voidDropWizardMetricsHandler. init(IConfig props) -
Uses of IConfig in io.moquette.broker.security
Constructors in io.moquette.broker.security with parameters of type IConfig Constructor Description DBAuthenticator(IConfig conf) -
Uses of IConfig in io.moquette.interception
Constructors in io.moquette.interception with parameters of type IConfig Constructor Description BrokerInterceptor(IConfig props, List<InterceptHandler> handlers)Configures a broker interceptor using the pool size specified in the IConfig argument. -
Uses of IConfig in io.moquette.persistence
Constructors in io.moquette.persistence with parameters of type IConfig Constructor Description H2Builder(IConfig props, ScheduledExecutorService scheduler)
-