setMaxCallbackWaitTimeMs

Sets the max callback wait time in milliseconds.

Provided for Java callers, which cannot express a Duration. Named separately rather than overloading setMaxCallbackWaitTime so that a Kotlin caller cannot pass a bare number and have it mean milliseconds by convention.

Return

The process push request.

Parameters

milliseconds

The max callback wait time. If <= 0, the callback will wait until the push request is completed.