haredo

    Interface RabbitUrl

    interface RabbitUrl {
        hostname: string;
        password: string;
        port: number;
        protocol: "amqp" | "amqps";
        username: string;
        vhost: string;
    }
    Index

    Properties

    hostname: string
    password: string
    port: number
    protocol: "amqp" | "amqps"
    username: string
    vhost: string
    MMNEPVFCICPMFPCPTTAAATR