Type alias ServicesResponseDTO

ServicesResponseDTO: {
    listen?: {
        components?: string[];
        on?: string;
    };
} & {
    servicesId?: string;
}

Type declaration

  • Optional listen?: {
        components?: string[];
        on?: string;
    }
    • Optional components?: string[]

      GSB services address prefix subpath.

    • Optional on?: string

      GSB services address prefix.

Type declaration

  • Optional servicesId?: string

    Id of bound GSB services. It allows to access WebSocket endpoint and to later unbind GSB services using DELETE method. WebSocket endpoint allows to listen on incoming GSB messages.