nest
    Preparing search index...

    Class AbstractEventListenerAbstract

    Whenever you need to listen to a resource operation event such as Product.saveOne, extends this class, and override the corresponding method such as for Product.saveOne, override the saveOne method.

    Implements

    • Record<ResourceOperationName, (payload: EventPayload) => void>
    Index

    Constructors

    Methods