-
public interface PluginBootstrap
Configures and creates a plugin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Mono<Plugin>
setup(Bot bot)
Configures aPlugin
for the given bot.
-