Node.js SDK - BaseRequestEvent.acceptInternal()

Home > @rainway/native > BaseRequestEvent > acceptInternal

BaseRequestEvent.acceptInternal() method

Internal implementation of accepting.

Signature:

protected abstract acceptInternal(options?: TAcceptedOptions): Promise<TAccepted>;

Parameters

ParameterTypeDescription
optionsTAcceptedOptionsoptions

Returns:

Promise<TAccepted>