Class EnablePersistentDomainEvents.PersistentDomainEventsImportSelector
java.lang.Object
org.springframework.modulith.events.config.EnablePersistentDomainEvents.PersistentDomainEventsImportSelector
- All Implemented Interfaces:
Aware
,ImportSelector
,ResourceLoaderAware
- Enclosing class:
- EnablePersistentDomainEvents
public static class EnablePersistentDomainEvents.PersistentDomainEventsImportSelector
extends Object
implements ImportSelector, ResourceLoaderAware
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
selectImports
(AnnotationMetadata importingClassMetadata) void
setResourceLoader
(ResourceLoader resourceLoader) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
Constructor Details
-
PersistentDomainEventsImportSelector
PersistentDomainEventsImportSelector(ResourceLoader resourceLoader)
-
-
Method Details
-
setResourceLoader
- Specified by:
setResourceLoader
in interfaceResourceLoaderAware
-
selectImports
- Specified by:
selectImports
in interfaceImportSelector
-