public class MongockImporterModule
extends java.lang.Object
implements io.flamingock.core.api.LocalSystemModule
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<java.lang.Class<?>> |
TASK_CLASSES |
| Constructor and Description |
|---|
MongockImporterModule(software.amazon.awssdk.enhanced.dynamodb.DynamoDbTable<ChangeEntryDynamoDB> sourceTable,
io.flamingock.core.engine.audit.AuditWriter auditWriter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<io.flamingock.core.runtime.dependency.Dependency> |
getDependencies() |
java.lang.String |
getName() |
int |
getOrder() |
java.util.Collection<java.lang.Class<?>> |
getTaskClasses() |
void |
initialise() |
boolean |
isBeforeUserStages() |
public MongockImporterModule(software.amazon.awssdk.enhanced.dynamodb.DynamoDbTable<ChangeEntryDynamoDB> sourceTable, io.flamingock.core.engine.audit.AuditWriter auditWriter)
public void initialise()
initialise in interface io.flamingock.core.api.LocalSystemModulepublic java.lang.String getName()
getName in interface io.flamingock.core.api.SystemModulepublic java.util.Collection<java.lang.Class<?>> getTaskClasses()
getTaskClasses in interface io.flamingock.core.api.SystemModulepublic int getOrder()
getOrder in interface io.flamingock.core.api.SystemModulepublic java.util.List<io.flamingock.core.runtime.dependency.Dependency> getDependencies()
getDependencies in interface io.flamingock.core.api.SystemModulepublic boolean isBeforeUserStages()
isBeforeUserStages in interface io.flamingock.core.api.SystemModule