For backwards compatibility and naming consistency
Either of the following two methods should be overridden,
if ths one is overridden, its implementation will be called from handleRequest
, and handle(i: I)
will never be used..
Either of the following two methods should be overridden,
if ths one is overridden, its implementation will be called from handleRequest
, and handle(i: I)
will never be used..
if the handle(i: I)
is overridden, this method will delegate to that one and NotImplementedError will not occur.