eligius
    Preparing search index...

    Interface IAdapter

    Adapter interface for connecting components to the eventbus

    interface IAdapter {
        connect(): void;
        disconnect(): void;
    }

    Implemented by

    Index

    Methods

    • Connect adapter - start listening and forwarding

      Returns void

    • Disconnect adapter - stop all listeners

      Returns void