public abstract class HiveMQPluginModule
extends com.google.inject.AbstractModule
entryPointClass() must return a subclass of PluginEntryPoint.
It's possible to use Dependency Injection with Guice in this entry point| Constructor and Description |
|---|
HiveMQPluginModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
protected abstract void |
configurePlugin()
This method should be used to configure the Guice Bindings and Guice Configurations.
|
protected abstract Class<? extends PluginEntryPoint> |
entryPointClass()
Must return the main plugin class which is the "entry point" of the plugin.
|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingprotected final void configure()
configure in class com.google.inject.AbstractModuleprotected abstract void configurePlugin()
protected abstract Class<? extends PluginEntryPoint> entryPointClass()
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.