Interface BusinessNotification.TaskReceiverBuilder

Enclosing interface:
BusinessNotification

public static interface BusinessNotification.TaskReceiverBuilder
API:
This is a public API.
  • Method Details

    • addActivator

      Sends the notification to all users that can work on this task
      Returns:
      builder for further composition of the notification
      API:
      This public API is available in Java.
    • addWorker

      Sends the notification to the user that is currently working on this task

      If no worker is available on the task this method does not add any receiver. If no other receiver is added the notification will not be sent.

      Returns:
      builder for further composition of the notification
      API:
      This public API is available in Java.