Handler called when an App wants to modify a room in a destructive way.

Hierarchy

  • IPreRoomCreateModify

Methods

  • Checks whether the handler actually shall execute. This method can basically implement a filter.

    Parameters

    • room: IRoom

      The room which was being created

    • read: IRead

      An accessor to the environment

    • http: IHttp

      An accessor to the outside world

    Returns Promise<boolean>

    whether to run the execute or not

  • Method which is to be used to prevent a room from being created.

    Parameters

    • room: IRoom

      The room about to be created

    • builder: IRoomBuilder
    • read: IRead

      An accessor to the environment

    • http: IHttp

      An accessor to the outside world

    • persistence: IPersistence

      An accessor to the App's persistence storage

    Returns Promise<IRoom>

    the resulting room

Generated using TypeDoc