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