public interface Plugin
Core configuration beans like Configuration are made available to plugins via member injection.
If you need access to them, you can define a field of the required bean type and annotate it with
| Modifier and Type | Method and Description |
|---|---|
PluginMetaData |
metadata() |
Collection<PluginModule> |
modules() |
PluginMetaData metadata()
Collection<PluginModule> modules()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.