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

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

Type declaration

  • Optionaldescription?: string | null

    Description of the method

  • module: string

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

  • routing_key: string

    Name of the method