Package io.contextmap.spring.runtime
Class ScanAtStartup
java.lang.Object
io.contextmap.spring.runtime.ScanAtStartup
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
public class ScanAtStartup
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisClassAvailable(String className) voidonApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
-
Constructor Details
-
ScanAtStartup
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
-
isClassAvailable
-