Interface ActivityStartedEventDetails.Builder

    • Method Detail

      • workerName

        ActivityStartedEventDetails.Builder workerName​(String workerName)

        The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.

        Parameters:
        workerName - The name of the worker that the task is assigned to. These names are provided by the workers when calling GetActivityTask.
        Returns:
        Returns a reference to this object so that method calls can be chained together.