Interface EventSourcingHandlerFactory
-
- All Known Implementing Classes:
DefaultEventSourcingHandlerFactory
public interface EventSourcingHandlerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> EventSourcingHandler<T>forType(Class<?> type)
-
-
-
Method Detail
-
forType
<T> EventSourcingHandler<T> forType(Class<?> type)
-
-