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
Modifier and TypeMethodDescriptionvoid
create
(ExecutionEntity scopeExecution) Creates this instance and attachs it to the given execution.
-
Method Details
-
create
Creates this instance and attachs it to the given execution.- Parameters:
scopeExecution
- the execution to attach the new instance
-