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

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

Type declaration

  • Optionaldescription?: string | null

    Description Description of the method

  • module: string

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

  • Optionalreplies?: 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