Interface IExternalNotifier


public interface IExternalNotifier
An external system, in which a waiting can be initiated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    activateWait(Map properties, Notifier notifier)
    Activate a wait action on an external source.
    void
    Cancel the wait action.
  • Method Details

    • activateWait

      void activateWait(Map properties, Notifier notifier)
      Activate a wait action on an external source.
      Parameters:
      properties - The properties.
      notifier - The notifier.
    • cancel

      void cancel()
      Cancel the wait action.