Interface CommandFactory<M extends IncrementalSyncModel>
- All Known Implementing Classes:
CommandFactoryImpl
public interface CommandFactory<M extends IncrementalSyncModel>
Common interface for
Command creation- Since:
- 9.3.0
-
Method Summary
Modifier and TypeMethodDescriptioncreateCommand(JournalEntry journalEntry) Create aCommandbased on input journal entrycreateCommand(Class<?> eventClass, T event) Create aCommandbased on input event