Interface RemovingInstance
- 
- All Known Implementing Classes:
- MigratingAsyncJobInstance,- MigratingCompensationEventSubscriptionInstance,- MigratingEventSubscriptionInstance,- MigratingJobInstance,- MigratingTimerJobInstance
 
 public interface RemovingInstanceRepresents a instance which will be removed by a migration, i.e. removed event subscriptions or jobs.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremove()Remove this instance from the process instance.
 
-