Interface EmergingInstance
-
- All Known Implementing Classes:
EmergingJobInstance
,MigratingEventSubscriptionInstance
public interface EmergingInstance
Represents a instance which will be created by a migration, i.e. new event subscriptions or jobs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
create(ExecutionEntity scopeExecution)
Creates this instance and attachs it to the given execution.
-
-
-
Method Detail
-
create
void create(ExecutionEntity scopeExecution)
Creates this instance and attachs it to the given execution.- Parameters:
scopeExecution
- the execution to attach the new instance
-
-