Interface: MetaAdapterErrorHandler<RawEventType, RawResponseType, ExecutionContextType>
Interface: MetaAdapterErrorHandler<RawEventType, RawResponseType, ExecutionContextType>
MetaAdapterErrorHandler Interface.
Represents a metadata object for an adapter error handler.
Type Parameters
RawEventType
RawEventType
= any
RawResponseType
RawResponseType
= any
ExecutionContextType
ExecutionContextType
= any
Properties
isClass?
optional isClass: boolean;
isFactory?
optional isFactory: boolean;
module
module: AdapterErrorHandlerType<RawEventType, RawResponseType, ExecutionContextType>;