Class SbpWebConfigurer
java.lang.Object
org.laxture.sbp.spring.boot.configurer.SbpWebConfigurer
- All Implemented Interfaces:
IPluginConfigurer
WebMvc/Webflux plugin configurer for sbp. This is a very fundamental configurer,
so it will be applied to every plugin mandatory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonStart(SpringBootPlugin plugin) voidonStop(SpringBootPlugin plugin) voidreleaseLeaveOverResource(org.pf4j.PluginWrapper plugin, org.springframework.context.support.GenericApplicationContext mainAppCtx) Release plugin leave-over resources in main ApplicationContext.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.laxture.sbp.spring.boot.IPluginConfigurer
afterBootstrap, excludeConfigurations, onBootstrap
-
Constructor Details
-
SbpWebConfigurer
public SbpWebConfigurer()
-
-
Method Details
-
onStart
- Specified by:
onStartin interfaceIPluginConfigurer
-
onStop
- Specified by:
onStopin interfaceIPluginConfigurer
-
releaseLeaveOverResource
public void releaseLeaveOverResource(org.pf4j.PluginWrapper plugin, org.springframework.context.support.GenericApplicationContext mainAppCtx) Description copied from interface:IPluginConfigurerRelease plugin leave-over resources in main ApplicationContext.- Specified by:
releaseLeaveOverResourcein interfaceIPluginConfigurer
-