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 Summary

    Modifier and Type
    Method
    Description
    create(String compoundOperationId)
    Creates a polling request message from a compoundOperationId.
  • Method Details

    • create

      RequestT create(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