eligius
    Preparing search index...

    Interface IController<T>

    interface IController<T extends TOperationData> {
        name: string;
        attach(eventbus: IEventbus): void | Promise<any>;
        detach(eventbus: IEventbus): void;
        init(operationData: T): void;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    Methods

    Properties

    name: string

    Methods