Interface PollingRequestFactory<RequestT> (2.48.1)

public interface PollingRequestFactory<RequestT>

A factory which creates a subsequent polling request from a compund operation id.

Type Parameter

Name Description
RequestT

Methods

create(String compoundOperationId)

public abstract RequestT create(String compoundOperationId)

Creates a polling request message from a compoundOperationId.

Parameter
Name Description
compoundOperationId String

the compound operation ID, consisting of an operation name and potentially any other relevant information delimited by a ':' * character

Returns
Type Description
RequestT