Interface RemovingInstance

All Known Implementing Classes:
MigratingAsyncJobInstance, MigratingCompensationEventSubscriptionInstance, MigratingEventSubscriptionInstance, MigratingJobInstance, MigratingTimerJobInstance

public interface RemovingInstance
Represents a instance which will be removed by a migration, i.e. removed event subscriptions or jobs.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Remove this instance from the process instance.
  • Method Details

    • remove

      void remove()
      Remove this instance from the process instance.