@FunctionalInterface public interface Plugin
default void
init()
prestop()
void
start(AopContext context)
stop()
default void init() throws Throwable
Throwable
void start(AopContext context) throws Throwable
default void prestop() throws Throwable
default void stop() throws Throwable
Copyright © 2022. All rights reserved.