Interface BootstrapContext

All Superinterfaces:
PluginProviderContext

@Experimental @NonExtendable public interface BootstrapContext extends PluginProviderContext
Represents the context provided to a PluginBootstrap during both the bootstrapping and plugin instantiation logic. A boostrap context may be used to access data or logic usually provided to Plugin instances like the plugin's configuration or logger during the plugins bootstrap.