posApiRequestHandlers property

Set<APIRequestHandler> posApiRequestHandlers
final

APIRequestHandler list to try after attempt an API call.

  • This APIRequestHandler list is ONLY called if there's no successful API call.

Implementation

final Set<APIRequestHandler> posApiRequestHandlers;