Interface PollingRequestFactory<RequestT> (2.19.6)

public interface PollingRequestFactory<RequestT>

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

Type Parameter

NameDescription
RequestT

Methods

create(String compoundOperationId)

public abstract RequestT create(String compoundOperationId)

Creates a polling request message from a compoundOperationId.

Parameter
NameDescription
compoundOperationIdString

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

Returns
TypeDescription
RequestT