public class SourcererEventConfiguration<T>
extends java.lang.Object
Components are lazy loaded so as to not use any resources unless actually used in the system
To use this class, create a subclass with the given concrete types and any other customizations, placed in the component scan path of your Spring application. You must also separately configure a EventRepositoryFactory.
| Modifier | Constructor and Description |
|---|---|
protected |
SourcererEventConfiguration(java.lang.Class<T> eventType) |
| Modifier and Type | Method and Description |
|---|---|
org.elder.sourcerer.EventRepository<T> |
getEventRepository() |