onHandle method Null safety

Future<Response> onHandle(
  1. Request param
)
inherited

Called every time an handling is needed.

Do not call this function, it is called from SparkREST from you.

Implementation

Future<R> onHandle(final P param);