Interface IMatchHandlerFactory

interface IMatchHandlerFactory {
    instance(): IMatchHandler;
}

Methods

Methods