diff --git a/adr/ADR-32.md b/adr/ADR-32.md index ab0f2fe0..35a63eb9 100644 --- a/adr/ADR-32.md +++ b/adr/ADR-32.md @@ -153,7 +153,13 @@ Returns a JSON having the following structure: ```typescript // EndpointInfo { + /** + * The name of the endpoint + */ name: string, + /** + * The subject on which the endpoint is listening. + */ subject: string, queueGroup: string, /** @@ -215,7 +221,7 @@ The type for this is `io.nats.micro.v1.ping_response`. */ name: string; /** - * The subject on which the endpoint is registered + * The subject on which the endpoint is listening. */ subject: string; /**