onHandle method Null safety
- T 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);
Called every time an handling is needed.
Do not call this function, it is called from SparkREST from you.
Future<R> onHandle(final P param);