RequestExecuterType

public enum RequestExecuterType

The request executer currently supported.

  • sync for a synchronous execution of requests.
  • async for an asynchronous execution of requests.
  • custom for a custom execution of requests provided by the caller.