Page Contents

Home > @loopback/rest > RestApplication > handler

RestApplication.handler() method

Signature:

handler(handlerFn: SequenceFunction): void;

Parameters

Parameter Type Description
handlerFn SequenceFunction  

Returns:

void