Documentation
    Preparing search index...

    Interface IServerInput

    interface IServerInput {
        host: string;
        id?: string;
        port: number;
    }
    Index

    Properties

    Properties

    host: string

    Message queue network host

    id?: string

    Message queue network unique identifier, optional property

    port: number

    Message queue network port