@bovine/account-api
    Preparing search index...

    Type Alias MethodInformationModel

    MethodInformationModel

    cattle_grid allows to define methods on the exchange through extensions. This class contains a description of them

    type MethodInformationModel = {
        description?: string | null;
        module: string;
        replies?: boolean;
        routing_key: string;
    }
    Index

    Properties

    description?: string | null

    Description

    Description of the method

    module: string

    Module

    Module the extension was imported from. This is cattle_grid for build-in methods

    replies?: boolean

    Replies

    Indicates whether the method will reply on receive.NAME.response.trigger to the trigger event

    routing_key: string

    Routing Key

    Name of the method