Interface AxonPlugin

interface AxonPlugin {
    name: string;
    version: string;
    init(core: AxonCore): void;
    [methodName: string]: any;
}

Indexable

  • [methodName: string]: any

Properties

Methods

Properties

name: string
version: string

Methods