Interface CallbackStartedDetails.Builder

    • Method Detail

      • callbackId

        CallbackStartedDetails.Builder callbackId​(String callbackId)

        The callback ID. Callback IDs are generated by the DurableContext when a durable function calls ctx.waitForCallback.

        Parameters:
        callbackId - The callback ID. Callback IDs are generated by the DurableContext when a durable function calls ctx.waitForCallback.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • heartbeatTimeout

        CallbackStartedDetails.Builder heartbeatTimeout​(Integer heartbeatTimeout)

        The heartbeat timeout value, in seconds.

        Parameters:
        heartbeatTimeout - The heartbeat timeout value, in seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeout

        CallbackStartedDetails.Builder timeout​(Integer timeout)

        The timeout value, in seconds.

        Parameters:
        timeout - The timeout value, in seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.