Interface PollingRequestFactory<RequestT>

  • Type Parameters:
    RequestT - polling request type

    public interface PollingRequestFactory<RequestT>
    A factory which creates a subsequent polling request from a compund operation id.
    • Method Detail

      • create

        RequestT create​(java.lang.String compoundOperationId)
        Creates a polling request message from a compoundOperationId.
        Parameters:
        compoundOperationId - the compound operation ID, consisting of an operation name and potentially any other relevant information delimited by a ':' * character