Class GroupsManagerPlugin
java.lang.Object
org.drasyl.node.plugin.groups.manager.GroupsManagerPlugin
- All Implemented Interfaces:
DrasylPlugin
Starting point for the groups master plugin.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method gets called after the drasyl node was started.void
This method get called before the drasyl node is shut down.void
This method gets called before the drasyl node is started.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.drasyl.node.handler.plugin.DrasylPlugin
onAfterShutdown
-
Field Details
-
GROUPS_MANAGER_HANDLER
- See Also:
-
-
Constructor Details
-
GroupsManagerPlugin
-
GroupsManagerPlugin
public GroupsManagerPlugin(com.typesafe.config.Config config)
-
-
Method Details
-
onBeforeStart
Description copied from interface:DrasylPlugin
This method gets called before the drasyl node is started.
At this point, no communication channel is alive.- Specified by:
onBeforeStart
in interfaceDrasylPlugin
- Parameters:
env
- the plugin environment
-
onAfterStart
Description copied from interface:DrasylPlugin
This method gets called after the drasyl node was started.- Specified by:
onAfterStart
in interfaceDrasylPlugin
- Parameters:
env
- the plugin environment
-
onBeforeShutdown
Description copied from interface:DrasylPlugin
This method get called before the drasyl node is shut down.- Specified by:
onBeforeShutdown
in interfaceDrasylPlugin
- Parameters:
env
- the plugin environment
-