Interface ListenerNotifyOptions

interface ListenerNotifyOptions {
    transactional?: boolean;
}

Properties

Properties

transactional?: boolean

If not specified the event will be fire all listeners.