jsonResponseMode property

String jsonResponseMode
final

Response mode for JSON: 'sync' or 'async'

  • sync: Direct 200 OK response with JSON body
  • async: 202 Accepted with polling mechanism

Implementation

final String jsonResponseMode;