From 450011f8bf464189f76aa6717ffa58eb6c751986 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 11 Aug 2023 13:47:14 +0200 Subject: [PATCH 01/24] fix: update @asyncapi/markdown-template to 1.3.3 version (#501) --- package-lock.json | 118 ++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 110 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2bfcef2cb..95c6de537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@asyncapi/generator": "^1.9.18", "@asyncapi/html-template": "^0.24.10", - "@asyncapi/markdown-template": "^1.3.2", + "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", "@types/jest": "^27.4.0", "@types/qs": "^6.9.7", @@ -284,17 +284,34 @@ } }, "node_modules/@asyncapi/markdown-template": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.3.2.tgz", - "integrity": "sha512-C3oKLu+v1Krvc4kciQIygoQumft829ayq20AjAcbT7sIN1f9cB7Xla/tYe1aCLE+7XMJuQrLCM2qpsx3iRI2dA==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.3.3.tgz", + "integrity": "sha512-7gRo1yVMf6TCrOJOi8q8HxkZOJGWtQHQOElXTi9gUbl710b/3SYxlPN8hiS8JuX7d9oOD5JHg0MvRXlq4YxiLw==", "dependencies": { "@asyncapi/generator-filters": "^2.1.0", - "@asyncapi/generator-react-sdk": "^0.2.23", + "@asyncapi/generator-react-sdk": "^1.0.0", "@asyncapi/parser": "^2.1.0", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" } }, + "node_modules/@asyncapi/markdown-template/node_modules/@asyncapi/generator-react-sdk": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.0.tgz", + "integrity": "sha512-QK88mxnxk1ptgXJ4Os2GoS+G/lR8n4zAdtKRvDyPRZzoUZG9/ACtlGhJam3+8DB6H5vZ6zb5Ak56Y6OTDRTX5w==", + "dependencies": { + "@asyncapi/parser": "^2.1.0-next-major-spec.9", + "@babel/core": "7.12.9", + "@babel/preset-env": "^7.12.7", + "@babel/preset-react": "^7.12.7", + "@rollup/plugin-babel": "^5.2.1", + "babel-plugin-source-map-support": "^2.1.3", + "prop-types": "^15.7.2", + "react": "^17.0.1", + "rollup": "^2.60.1", + "source-map-support": "^0.5.19" + } + }, "node_modules/@asyncapi/markdown-template/node_modules/@asyncapi/parser": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", @@ -327,6 +344,36 @@ "@types/json-schema": "^7.0.11" } }, + "node_modules/@asyncapi/markdown-template/node_modules/@babel/core": { + "version": "7.12.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", + "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", + "dependencies": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.12.5", + "@babel/helper-module-transforms": "^7.12.1", + "@babel/helpers": "^7.12.5", + "@babel/parser": "^7.12.7", + "@babel/template": "^7.12.7", + "@babel/traverse": "^7.12.9", + "@babel/types": "^7.12.7", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, "node_modules/@asyncapi/markdown-template/node_modules/ajv": { "version": "8.12.0", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", @@ -385,6 +432,14 @@ } } }, + "node_modules/@asyncapi/markdown-template/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "bin": { + "semver": "bin/semver" + } + }, "node_modules/@asyncapi/openapi-schema-parser": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-2.0.3.tgz", @@ -16753,17 +16808,34 @@ } }, "@asyncapi/markdown-template": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.3.2.tgz", - "integrity": "sha512-C3oKLu+v1Krvc4kciQIygoQumft829ayq20AjAcbT7sIN1f9cB7Xla/tYe1aCLE+7XMJuQrLCM2qpsx3iRI2dA==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.3.3.tgz", + "integrity": "sha512-7gRo1yVMf6TCrOJOi8q8HxkZOJGWtQHQOElXTi9gUbl710b/3SYxlPN8hiS8JuX7d9oOD5JHg0MvRXlq4YxiLw==", "requires": { "@asyncapi/generator-filters": "^2.1.0", - "@asyncapi/generator-react-sdk": "^0.2.23", + "@asyncapi/generator-react-sdk": "^1.0.0", "@asyncapi/parser": "^2.1.0", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" }, "dependencies": { + "@asyncapi/generator-react-sdk": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.0.tgz", + "integrity": "sha512-QK88mxnxk1ptgXJ4Os2GoS+G/lR8n4zAdtKRvDyPRZzoUZG9/ACtlGhJam3+8DB6H5vZ6zb5Ak56Y6OTDRTX5w==", + "requires": { + "@asyncapi/parser": "^2.1.0-next-major-spec.9", + "@babel/core": "7.12.9", + "@babel/preset-env": "^7.12.7", + "@babel/preset-react": "^7.12.7", + "@rollup/plugin-babel": "^5.2.1", + "babel-plugin-source-map-support": "^2.1.3", + "prop-types": "^15.7.2", + "react": "^17.0.1", + "rollup": "^2.60.1", + "source-map-support": "^0.5.19" + } + }, "@asyncapi/parser": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", @@ -16796,6 +16868,29 @@ "@types/json-schema": "^7.0.11" } }, + "@babel/core": { + "version": "7.12.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", + "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", + "requires": { + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.12.5", + "@babel/helper-module-transforms": "^7.12.1", + "@babel/helpers": "^7.12.5", + "@babel/parser": "^7.12.7", + "@babel/template": "^7.12.7", + "@babel/traverse": "^7.12.9", + "@babel/types": "^7.12.7", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + } + }, "ajv": { "version": "8.12.0", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", @@ -16833,6 +16928,11 @@ "requires": { "whatwg-url": "^5.0.0" } + }, + "semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" } } }, diff --git a/package.json b/package.json index cf6e498ae..1c2184599 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@asyncapi/generator": "^1.9.18", "@asyncapi/html-template": "^0.24.10", - "@asyncapi/markdown-template": "^1.3.2", + "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", "@types/jest": "^27.4.0", "@types/qs": "^6.9.7", From 366c31a332d3e2cce4849cca6a44f749a4bcd00c Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 11 Aug 2023 13:53:38 +0200 Subject: [PATCH 02/24] chore(release): v0.24.1 (#503) --- .../classes/adapters_cluster_redis.default.md | 28 +++---- .../classes/adapters_http_client.default.md | 30 ++++---- .../classes/adapters_http_server.default.md | 38 +++++----- .../classes/adapters_kafka.default.md | 34 ++++----- .../classes/adapters_mqtt.default.md | 50 ++++++------- .../classes/adapters_socket_io.default.md | 36 ++++----- .../classes/adapters_ws_client.default.md | 38 +++++----- .../classes/adapters_ws_server.default.md | 52 ++++++------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 40 +++++----- docs/reference/classes/lib_cluster.default.md | 26 +++---- .../classes/lib_connection.default.md | 26 +++---- docs/reference/classes/lib_glee.default.md | 46 ++++++------ docs/reference/classes/lib_message.default.md | 74 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 +++++----- .../interfaces/lib.HttpAuthConfig.md | 2 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 2 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 34 ++++----- docs/reference/modules/lib_adapter.md | 2 +- docs/reference/modules/lib_asyncapiFile.md | 2 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 6 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_util.md | 16 ++-- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- docs/reference/modules/middlewares_logger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 47 files changed, 369 insertions(+), 369 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 6025f766e..ae081a8f8 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 122f5529f..071ec3dc6 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -86,7 +86,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) ## Properties @@ -170,7 +170,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) ___ @@ -188,7 +188,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) ___ @@ -206,7 +206,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) ___ @@ -224,7 +224,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) ___ @@ -242,7 +242,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) ___ @@ -260,7 +260,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) ___ @@ -278,7 +278,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) ## Methods @@ -329,7 +329,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:10](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/http/client.ts#L10) +[src/adapters/http/client.ts:10](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/client.ts#L10) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:54](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/http/client.ts#L54) +[src/adapters/http/client.ts:54](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/client.ts#L54) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) ___ @@ -524,7 +524,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:7](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/http/client.ts#L7) +[src/adapters/http/client.ts:7](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/client.ts#L7) ___ @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) ___ @@ -1074,7 +1074,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:20](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/http/client.ts#L20) +[src/adapters/http/client.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/client.ts#L20) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index c0ca50369..f41cbc3b1 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/http/server.ts:9](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/http/server.ts#L9) +[src/adapters/http/server.ts:9](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L9) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) ## Methods @@ -317,7 +317,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:84](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/http/server.ts#L84) +[src/adapters/http/server.ts:84](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L84) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/http/server.ts#L23) +[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L23) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:130](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/http/server.ts#L130) +[src/adapters/http/server.ts:130](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L130) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:124](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/http/server.ts#L124) +[src/adapters/http/server.ts:124](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L124) ___ @@ -424,7 +424,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/http/server.ts#L15) +[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L15) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) ___ @@ -598,7 +598,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:11](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/http/server.ts#L11) +[src/adapters/http/server.ts:11](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L11) ___ @@ -1122,7 +1122,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) ___ @@ -1148,7 +1148,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/http/server.ts#L19) +[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L19) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index 0b8a6817c..1685f1d28 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -88,7 +88,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) ## Properties @@ -98,7 +98,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/450011f/src/adapters/kafka/index.ts#L8) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/450011f/src/adapters/kafka/index.ts#L7) ___ @@ -192,7 +192,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) ___ @@ -264,7 +264,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) ___ @@ -282,7 +282,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) ___ @@ -300,7 +300,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/450011f/src/adapters/kafka/index.ts#L95) ___ @@ -373,7 +373,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/450011f/src/adapters/kafka/index.ts#L13) ___ @@ -502,7 +502,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) ___ @@ -547,7 +547,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/450011f/src/adapters/kafka/index.ts#L9) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) ___ @@ -1097,7 +1097,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/450011f/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index 1e6bc636a..562ebf49f 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -96,7 +96,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) ## Properties @@ -106,7 +106,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L29) +[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L29) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L30) +[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L30) ___ @@ -200,7 +200,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) ___ @@ -218,7 +218,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) ___ @@ -236,7 +236,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) ___ @@ -254,7 +254,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) ___ @@ -272,7 +272,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) ___ @@ -290,7 +290,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) ___ @@ -308,7 +308,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L151) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L229) +[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L229) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L245) +[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L245) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L206) +[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L206) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L118) +[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L118) ___ @@ -450,7 +450,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L36) +[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L36) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) ___ @@ -623,7 +623,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L44) +[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L44) ___ @@ -643,7 +643,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L64) +[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L64) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L95) +[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L95) ___ @@ -765,7 +765,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L32) ___ @@ -1207,7 +1207,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) ___ @@ -1233,7 +1233,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L40) +[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L40) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/mqtt/index.ts#L128) +[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L128) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 3dd44d584..8d0613f72 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -89,7 +89,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) ## Properties @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L6) ___ @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L20) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L97) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L78) ___ @@ -397,7 +397,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L12) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) ___ @@ -571,7 +571,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L8) ___ @@ -1095,7 +1095,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) ___ @@ -1121,7 +1121,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index 4dfc91d63..59cbc7b41 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/ws/client.ts:14](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/client.ts#L14) +[src/adapters/ws/client.ts:14](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L14) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) ## Methods @@ -306,7 +306,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:28](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/client.ts#L28) +[src/adapters/ws/client.ts:28](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L28) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/client.ts#L105) +[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L105) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:92](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/client.ts#L92) +[src/adapters/ws/client.ts:92](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L92) ___ @@ -398,7 +398,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:20](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/client.ts#L20) +[src/adapters/ws/client.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L20) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) ___ @@ -572,7 +572,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:70](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/client.ts#L70) +[src/adapters/ws/client.ts:70](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L70) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:16](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/client.ts#L16) +[src/adapters/ws/client.ts:16](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L16) ___ @@ -1110,7 +1110,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) ___ @@ -1136,7 +1136,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:24](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/client.ts#L24) +[src/adapters/ws/client.ts:24](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L24) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index f470ead65..714d005b8 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -97,7 +97,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) ## Properties @@ -181,7 +181,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) ___ @@ -199,7 +199,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) ___ @@ -217,7 +217,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) ___ @@ -235,7 +235,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) ___ @@ -253,7 +253,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) ___ @@ -271,7 +271,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) ___ @@ -289,7 +289,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) ## Methods @@ -303,7 +303,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:174](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L174) +[src/adapters/ws/server.ts:174](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L174) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:245](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L245) +[src/adapters/ws/server.ts:245](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L245) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:225](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L225) +[src/adapters/ws/server.ts:225](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L225) ___ @@ -396,7 +396,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:144](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L144) +[src/adapters/ws/server.ts:144](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L144) ___ @@ -416,7 +416,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:53](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L53) +[src/adapters/ws/server.ts:53](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L53) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:42](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L42) +[src/adapters/ws/server.ts:42](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L42) ___ @@ -456,7 +456,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:19](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L19) +[src/adapters/ws/server.ts:19](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L19) ___ @@ -544,7 +544,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:36](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L36) +[src/adapters/ws/server.ts:36](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L36) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:27](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L27) +[src/adapters/ws/server.ts:27](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L27) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) ___ @@ -672,7 +672,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:126](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L126) +[src/adapters/ws/server.ts:126](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L126) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:58](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L58) +[src/adapters/ws/server.ts:58](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L58) ___ @@ -788,7 +788,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L15) +[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L15) ___ @@ -949,7 +949,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:77](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L77) +[src/adapters/ws/server.ts:77](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L77) ___ @@ -969,7 +969,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:108](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L108) +[src/adapters/ws/server.ts:108](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L108) ___ @@ -1272,7 +1272,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) ___ @@ -1298,7 +1298,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:23](https://github.com/asyncapi/glee/blob/f9c7c95/src/adapters/ws/server.ts#L23) +[src/adapters/ws/server.ts:23](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L23) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index ecb032ed2..8adb2bb76 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/f9c7c95/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/450011f/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/f9c7c95/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/450011f/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/f9c7c95/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/450011f/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/f9c7c95/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/450011f/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/f9c7c95/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/450011f/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index cea1d8d74..85bbaa32b 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -105,7 +105,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) ## Properties @@ -115,7 +115,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:19](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L19) +[src/lib/adapter.ts:19](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L19) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/adapter.ts:21](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L21) +[src/lib/adapter.ts:21](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L21) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[src/lib/adapter.ts:22](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L22) +[src/lib/adapter.ts:22](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L22) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L17) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/adapter.ts:20](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L20) +[src/lib/adapter.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L20) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/adapter.ts:18](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L18) +[src/lib/adapter.ts:18](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L18) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/adapter.ts:23](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L23) +[src/lib/adapter.ts:23](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L23) ___ @@ -255,7 +255,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) ## Methods @@ -386,7 +386,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L220) +[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L220) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) ___ @@ -552,7 +552,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) ___ @@ -1058,7 +1058,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) ___ @@ -1080,7 +1080,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:229](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L229) +[src/lib/adapter.ts:229](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L229) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index f692a607f..709950e3f 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 3d0da3906..2d2a52092 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 091f316ff..51aed3da3 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:44](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L44) +[src/lib/glee.ts:44](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L44) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L36) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L37) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:34](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L34) +[src/lib/glee.ts:34](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L34) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L35) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:58](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L58) +[src/lib/glee.ts:58](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L58) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:62](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L62) +[src/lib/glee.ts:62](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L62) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:54](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L54) +[src/lib/glee.ts:54](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L54) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:304](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L304) +[src/lib/glee.ts:304](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L304) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:291](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L291) +[src/lib/glee.ts:291](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L291) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:221](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L221) +[src/lib/glee.ts:221](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L221) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:74](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L74) +[src/lib/glee.ts:74](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L74) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:140](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L140) +[src/lib/glee.ts:140](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L140) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:192](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L192) +[src/lib/glee.ts:192](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L192) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:170](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L170) +[src/lib/glee.ts:170](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L170) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:159](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L159) +[src/lib/glee.ts:159](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L159) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:127](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L127) +[src/lib/glee.ts:127](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L127) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:90](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L90) +[src/lib/glee.ts:90](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L90) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:205](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L205) +[src/lib/glee.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L205) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:101](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L101) +[src/lib/glee.ts:101](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L101) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L102) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:112](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L112) +[src/lib/glee.ts:112](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L112) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:113](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/glee.ts#L113) +[src/lib/glee.ts:113](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L113) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index b0926d07e..a1f3cd81d 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -97,7 +97,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L51) +[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L51) ## Properties @@ -107,7 +107,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L31) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L28) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L34) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L30) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L27) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L32) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L33) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L35) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L26) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L36) +[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L36) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L29) ___ @@ -295,7 +295,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L113) +[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L113) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L89) +[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L89) • `set` **channel**(`value`): `void` @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L93) +[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L93) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L125) +[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L125) • `set` **cluster**(`value`): `void` @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L129) +[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L129) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L105) +[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L105) • `set` **connection**(`value`): `void` @@ -385,7 +385,7 @@ ___ #### Defined in -[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L109) +[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L109) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L81) +[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L81) • `set` **headers**(`value`): `void` @@ -415,7 +415,7 @@ ___ #### Defined in -[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L85) +[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L85) ___ @@ -429,7 +429,7 @@ ___ #### Defined in -[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L117) +[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L117) • `set` **params**(`value`): `void` @@ -445,7 +445,7 @@ ___ #### Defined in -[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L121) +[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L121) ___ @@ -459,7 +459,7 @@ ___ #### Defined in -[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L73) +[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L73) • `set` **payload**(`value`): `void` @@ -475,7 +475,7 @@ ___ #### Defined in -[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L77) +[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L77) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L133) +[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L133) • `set` **query**(`value`): `void` @@ -505,7 +505,7 @@ ___ #### Defined in -[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L137) +[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L137) ___ @@ -519,7 +519,7 @@ ___ #### Defined in -[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L97) +[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L97) • `set` **serverName**(`value`): `void` @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L101) +[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L101) ## Methods @@ -712,7 +712,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L194) +[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L194) ___ @@ -728,7 +728,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L201) +[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L201) ___ @@ -812,7 +812,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L222) +[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L222) ___ @@ -828,7 +828,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L215) +[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L215) ___ @@ -1268,7 +1268,7 @@ Sends the message back to the server/broker. #### Defined in -[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L149) +[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L149) ___ @@ -1284,7 +1284,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L208) +[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L208) ___ @@ -1300,7 +1300,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L178) ___ @@ -1351,7 +1351,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L186) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index a369540bd..80b5d1c90 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L66) diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index b62548bdf..24f63ff5d 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -18,4 +18,4 @@ #### Defined in -[src/lib/index.d.ts:31](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L31) +[src/lib/index.d.ts:31](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L31) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index ab23ca983..e70758085 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L36) +[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L36) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:37](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L37) +[src/lib/index.d.ts:37](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L37) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L35) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:40](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L40) +[src/lib/index.d.ts:40](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L40) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L38) +[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L38) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L39) +[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L39) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index 1e65925dc..89f280190 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L20) +[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L20) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L23) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L22) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L21) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index 6ee0f9826..9a8f747fe 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -18,4 +18,4 @@ #### Defined in -[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L27) +[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L27) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index bca38d504..c3116e210 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:5](https://github.com/asyncapi/glee/blob/f9c7c95/src/docs.ts#L5) +[src/docs.ts:5](https://github.com/asyncapi/glee/blob/450011f/src/docs.ts#L5) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index 3d8573274..f3a1cab73 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:33](https://github.com/asyncapi/glee/blob/f9c7c95/src/index.ts#L33) +[src/index.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/index.ts#L33) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 43bd03f03..be0158c7d 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -76,7 +76,7 @@ #### Defined in -[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L11) +[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L11) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[src/lib/index.d.ts:80](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L80) +[src/lib/index.d.ts:80](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L80) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/index.d.ts:43](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L43) +[src/lib/index.d.ts:43](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L43) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/lib/index.d.ts:87](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L87) +[src/lib/index.d.ts:87](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L87) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[src/lib/index.d.ts:123](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L123) +[src/lib/index.d.ts:123](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L123) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[src/lib/index.d.ts:102](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L102) +[src/lib/index.d.ts:102](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L102) ___ @@ -198,7 +198,7 @@ ___ #### Defined in -[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L96) +[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L96) ___ @@ -208,7 +208,7 @@ ___ #### Defined in -[src/lib/index.d.ts:121](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L121) +[src/lib/index.d.ts:121](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L121) ___ @@ -218,7 +218,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L120) ___ @@ -238,7 +238,7 @@ ___ #### Defined in -[src/lib/index.d.ts:112](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L112) +[src/lib/index.d.ts:112](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L112) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L61) +[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L61) ___ @@ -270,7 +270,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L8) ___ @@ -286,7 +286,7 @@ ___ #### Defined in -[src/lib/index.d.ts:76](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L76) +[src/lib/index.d.ts:76](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L76) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[src/lib/index.d.ts:72](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L72) +[src/lib/index.d.ts:72](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L72) ___ @@ -312,7 +312,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L9) ___ @@ -322,7 +322,7 @@ ___ #### Defined in -[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L7) +[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L7) ___ @@ -344,4 +344,4 @@ ___ #### Defined in -[src/lib/index.d.ts:49](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/index.d.ts#L49) +[src/lib/index.d.ts:49](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L49) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 2835b2218..ef34abcc9 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/adapter.ts:10](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/adapter.ts#L10) +[src/lib/adapter.ts:10](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L10) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 8e2499e13..2d929733f 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/asyncapiFile.ts#L5) +[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/450011f/src/lib/asyncapiFile.ts#L5) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 54cb61330..1b6b20ef1 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index 8267e8857..55182da32 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/450011f/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 70a516ae0..d77a5980d 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -28,7 +28,7 @@ #### Defined in -[src/lib/configs.ts:98](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/configs.ts#L98) +[src/lib/configs.ts:98](https://github.com/asyncapi/glee/blob/450011f/src/lib/configs.ts#L98) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/lib/configs.ts:116](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/configs.ts#L116) +[src/lib/configs.ts:116](https://github.com/asyncapi/glee/blob/450011f/src/lib/configs.ts#L116) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/configs.ts:20](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/configs.ts#L20) +[src/lib/configs.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/lib/configs.ts#L20) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 1b155a896..fec647cfd 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/docs.ts#L5) +[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/450011f/src/lib/docs.ts#L5) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index 3a09354e8..663091f59 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/450011f/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index bb8ba01e5..3479c9625 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/functions.ts#L53) +[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/450011f/src/lib/functions.ts#L53) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/functions.ts#L55) +[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/450011f/src/lib/functions.ts#L55) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/functions.ts#L84) +[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/450011f/src/lib/functions.ts#L84) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index c61ebfb5d..452f32b39 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/450011f/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/450011f/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 2bd825bed..d4bf8cb5b 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/logger.ts#L206) +[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L206) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/logger.ts#L195) +[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L195) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/logger.ts#L180) +[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L180) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/logger.ts#L232) +[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L232) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/logger.ts#L228) +[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L228) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 4e165bf52..dee59ab73 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index be1cfe90f..dfd18a532 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/450011f/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index 99d63ba18..368707e11 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -33,7 +33,7 @@ #### Defined in -[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/util.ts#L118) +[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L118) ___ @@ -55,7 +55,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/util.ts#L52) +[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L52) ___ @@ -78,7 +78,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/util.ts#L22) +[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L22) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/util.ts#L122) +[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L122) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/util.ts#L137) +[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L137) ___ @@ -143,7 +143,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/util.ts#L81) +[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L81) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/util.ts#L148) +[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L148) ___ @@ -188,4 +188,4 @@ Object #### Defined in -[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/f9c7c95/src/lib/util.ts#L93) +[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L93) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index 7ea588637..291b967f5 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/f9c7c95/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/f9c7c95/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/f9c7c95/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index c7759355b..5d1833328 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/f9c7c95/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index 96013cc38..8644e68ff 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/f9c7c95/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index e4f51e849..673f5b187 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/f9c7c95/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 10595947c..691154ad1 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/f9c7c95/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_logger.md b/docs/reference/modules/middlewares_logger.md index 9da2b0c2f..8f3881be4 100644 --- a/docs/reference/modules/middlewares_logger.md +++ b/docs/reference/modules/middlewares_logger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/f9c7c95/src/middlewares/logger.ts#L5) +[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/logger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 3172a53d0..69c79fa9b 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/f9c7c95/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index fa0a7f65f..bb798b60a 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/f9c7c95/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 8ce389f46..6ab621a52 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/f9c7c95/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 2464802c8..ec2a83e6a 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/f9c7c95/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/450011f/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index 95c6de537..391ab593f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.24.0", + "version": "0.24.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.24.0", + "version": "0.24.1", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.9.18", diff --git a/package.json b/package.json index 1c2184599..3c393fd98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.24.0", + "version": "0.24.1", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From b84101b4a57628d54b14d0aca251283510378a8d Mon Sep 17 00:00:00 2001 From: Khuda Dad Nomani <32505158+KhudaDad414@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:46:24 +0100 Subject: [PATCH 03/24] feat: add type safety to adapters auth (#504) --- src/adapters/http/client.ts | 2 +- src/adapters/kafka/index.ts | 2 +- src/adapters/mqtt/index.ts | 2 +- src/adapters/ws/client.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/adapters/http/client.ts b/src/adapters/http/client.ts index d8b35aefa..fe1aa1f24 100644 --- a/src/adapters/http/client.ts +++ b/src/adapters/http/client.ts @@ -20,7 +20,7 @@ class HttpClientAdapter extends Adapter { async send(message: GleeMessage): Promise { const headers = {} const config: HttpAdapterConfig = await this.resolveProtocolConfig('http') - const auth: HttpAuthConfig = await this.getAuthConfig(config.client.auth) + const auth: HttpAuthConfig = await this.getAuthConfig(config?.client?.auth) headers['Authentication'] = auth?.token const serverUrl = this.serverUrlExpanded for (const channelName of this.channelNames) { diff --git a/src/adapters/kafka/index.ts b/src/adapters/kafka/index.ts index c856a328a..27fd8f1d4 100644 --- a/src/adapters/kafka/index.ts +++ b/src/adapters/kafka/index.ts @@ -14,7 +14,7 @@ class KafkaAdapter extends Adapter { const kafkaOptions: KafkaAdapterConfig = await this.resolveProtocolConfig( 'kafka' ) - const auth: KafkaAuthConfig = await this.getAuthConfig(kafkaOptions.auth) + const auth: KafkaAuthConfig = await this.getAuthConfig(kafkaOptions?.auth) const securityRequirements = (this.AsyncAPIServer.security() || []).map( (sec) => { const secName = Object.keys(sec.json())[0] diff --git a/src/adapters/mqtt/index.ts b/src/adapters/mqtt/index.ts index 0cb42f1b1..379288646 100644 --- a/src/adapters/mqtt/index.ts +++ b/src/adapters/mqtt/index.ts @@ -152,7 +152,7 @@ class MqttAdapter extends Adapter { const mqttOptions: MqttAdapterConfig = await this.resolveProtocolConfig( 'mqtt' ) - const auth: MqttAuthConfig = await this.getAuthConfig(mqttOptions.auth) + const auth: MqttAuthConfig = await this.getAuthConfig(mqttOptions?.auth) const subscribedChannels = this.getSubscribedChannels() const mqttServerBinding = this.AsyncAPIServer.binding('mqtt') const mqtt5ServerBinding = this.AsyncAPIServer.binding('mqtt5') diff --git a/src/adapters/ws/client.ts b/src/adapters/ws/client.ts index 133927074..6dca108ee 100644 --- a/src/adapters/ws/client.ts +++ b/src/adapters/ws/client.ts @@ -32,7 +32,7 @@ class WsClientAdapter extends Adapter { const headers = {} const wsOptions: WebsocketAdapterConfig = await this.resolveProtocolConfig('ws') - const auth: WsAuthConfig = await this.getAuthConfig(wsOptions.client.auth) + const auth: WsAuthConfig = await this.getAuthConfig(wsOptions?.client?.auth) headers['Authentication'] = `bearer ${auth?.token}` const url = new URL(this.AsyncAPIServer.url() + channel) From d83701dec664695c9928999fee30f4453d655d83 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 14 Aug 2023 10:51:55 +0200 Subject: [PATCH 04/24] chore(release): v0.25.0 (#505) --- .../classes/adapters_cluster_redis.default.md | 28 +++---- .../classes/adapters_http_client.default.md | 30 ++++---- .../classes/adapters_http_server.default.md | 38 +++++----- .../classes/adapters_kafka.default.md | 34 ++++----- .../classes/adapters_mqtt.default.md | 50 ++++++------- .../classes/adapters_socket_io.default.md | 36 ++++----- .../classes/adapters_ws_client.default.md | 38 +++++----- .../classes/adapters_ws_server.default.md | 52 ++++++------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 40 +++++----- docs/reference/classes/lib_cluster.default.md | 26 +++---- .../classes/lib_connection.default.md | 26 +++---- docs/reference/classes/lib_glee.default.md | 46 ++++++------ docs/reference/classes/lib_message.default.md | 74 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 +++++----- .../interfaces/lib.HttpAuthConfig.md | 2 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 2 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 34 ++++----- docs/reference/modules/lib_adapter.md | 2 +- docs/reference/modules/lib_asyncapiFile.md | 2 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 6 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_util.md | 16 ++-- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- docs/reference/modules/middlewares_logger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 47 files changed, 369 insertions(+), 369 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index ae081a8f8..7bf8e040a 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 071ec3dc6..68d7b0d20 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -86,7 +86,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) ## Properties @@ -170,7 +170,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) ___ @@ -188,7 +188,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) ___ @@ -206,7 +206,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) ___ @@ -224,7 +224,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) ___ @@ -242,7 +242,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) ___ @@ -260,7 +260,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) ___ @@ -278,7 +278,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) ## Methods @@ -329,7 +329,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:10](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/client.ts#L10) +[src/adapters/http/client.ts:10](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/client.ts#L10) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:54](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/client.ts#L54) +[src/adapters/http/client.ts:54](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/client.ts#L54) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) ___ @@ -524,7 +524,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:7](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/client.ts#L7) +[src/adapters/http/client.ts:7](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/client.ts#L7) ___ @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) ___ @@ -1074,7 +1074,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/client.ts#L20) +[src/adapters/http/client.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/client.ts#L20) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index f41cbc3b1..630eac58d 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/http/server.ts:9](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L9) +[src/adapters/http/server.ts:9](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L9) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) ## Methods @@ -317,7 +317,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:84](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L84) +[src/adapters/http/server.ts:84](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L84) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L23) +[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L23) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:130](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L130) +[src/adapters/http/server.ts:130](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L130) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:124](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L124) +[src/adapters/http/server.ts:124](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L124) ___ @@ -424,7 +424,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L15) +[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L15) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) ___ @@ -598,7 +598,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:11](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L11) +[src/adapters/http/server.ts:11](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L11) ___ @@ -1122,7 +1122,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) ___ @@ -1148,7 +1148,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/450011f/src/adapters/http/server.ts#L19) +[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L19) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index 1685f1d28..5aed93287 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -88,7 +88,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) ## Properties @@ -98,7 +98,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/450011f/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/kafka/index.ts#L8) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/450011f/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/kafka/index.ts#L7) ___ @@ -192,7 +192,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) ___ @@ -264,7 +264,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) ___ @@ -282,7 +282,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) ___ @@ -300,7 +300,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/450011f/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/kafka/index.ts#L95) ___ @@ -373,7 +373,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/450011f/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/kafka/index.ts#L13) ___ @@ -502,7 +502,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) ___ @@ -547,7 +547,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/450011f/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/kafka/index.ts#L9) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) ___ @@ -1097,7 +1097,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/450011f/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index 562ebf49f..3881ed03b 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -96,7 +96,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) ## Properties @@ -106,7 +106,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L29) +[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L29) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L30) +[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L30) ___ @@ -200,7 +200,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) ___ @@ -218,7 +218,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) ___ @@ -236,7 +236,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) ___ @@ -254,7 +254,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) ___ @@ -272,7 +272,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) ___ @@ -290,7 +290,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) ___ @@ -308,7 +308,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L151) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L229) +[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L229) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L245) +[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L245) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L206) +[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L206) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L118) +[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L118) ___ @@ -450,7 +450,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L36) +[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L36) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) ___ @@ -623,7 +623,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L44) +[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L44) ___ @@ -643,7 +643,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L64) +[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L64) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L95) +[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L95) ___ @@ -765,7 +765,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L32) ___ @@ -1207,7 +1207,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) ___ @@ -1233,7 +1233,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L40) +[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L40) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/450011f/src/adapters/mqtt/index.ts#L128) +[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L128) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 8d0613f72..75ef0b4fe 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -89,7 +89,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) ## Properties @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L6) ___ @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L20) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L97) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L78) ___ @@ -397,7 +397,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L12) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) ___ @@ -571,7 +571,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L8) ___ @@ -1095,7 +1095,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) ___ @@ -1121,7 +1121,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/450011f/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index 59cbc7b41..229c9514e 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/ws/client.ts:14](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L14) +[src/adapters/ws/client.ts:14](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L14) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) ## Methods @@ -306,7 +306,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:28](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L28) +[src/adapters/ws/client.ts:28](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L28) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L105) +[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L105) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:92](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L92) +[src/adapters/ws/client.ts:92](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L92) ___ @@ -398,7 +398,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L20) +[src/adapters/ws/client.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L20) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) ___ @@ -572,7 +572,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:70](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L70) +[src/adapters/ws/client.ts:70](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L70) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:16](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L16) +[src/adapters/ws/client.ts:16](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L16) ___ @@ -1110,7 +1110,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) ___ @@ -1136,7 +1136,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:24](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/client.ts#L24) +[src/adapters/ws/client.ts:24](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L24) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index 714d005b8..fb94b52cb 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -97,7 +97,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) ## Properties @@ -181,7 +181,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) ___ @@ -199,7 +199,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) ___ @@ -217,7 +217,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) ___ @@ -235,7 +235,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) ___ @@ -253,7 +253,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) ___ @@ -271,7 +271,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) ___ @@ -289,7 +289,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) ## Methods @@ -303,7 +303,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:174](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L174) +[src/adapters/ws/server.ts:174](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L174) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:245](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L245) +[src/adapters/ws/server.ts:245](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L245) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:225](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L225) +[src/adapters/ws/server.ts:225](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L225) ___ @@ -396,7 +396,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:144](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L144) +[src/adapters/ws/server.ts:144](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L144) ___ @@ -416,7 +416,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:53](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L53) +[src/adapters/ws/server.ts:53](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L53) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:42](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L42) +[src/adapters/ws/server.ts:42](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L42) ___ @@ -456,7 +456,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:19](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L19) +[src/adapters/ws/server.ts:19](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L19) ___ @@ -544,7 +544,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:36](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L36) +[src/adapters/ws/server.ts:36](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L36) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:27](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L27) +[src/adapters/ws/server.ts:27](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L27) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) ___ @@ -672,7 +672,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:126](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L126) +[src/adapters/ws/server.ts:126](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L126) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:58](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L58) +[src/adapters/ws/server.ts:58](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L58) ___ @@ -788,7 +788,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L15) +[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L15) ___ @@ -949,7 +949,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:77](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L77) +[src/adapters/ws/server.ts:77](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L77) ___ @@ -969,7 +969,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:108](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L108) +[src/adapters/ws/server.ts:108](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L108) ___ @@ -1272,7 +1272,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) ___ @@ -1298,7 +1298,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:23](https://github.com/asyncapi/glee/blob/450011f/src/adapters/ws/server.ts#L23) +[src/adapters/ws/server.ts:23](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L23) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index 8adb2bb76..f0af53450 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/450011f/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/b84101b/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/450011f/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/b84101b/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/450011f/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/b84101b/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/450011f/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/b84101b/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/450011f/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/b84101b/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index 85bbaa32b..d8012f54c 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -105,7 +105,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) ## Properties @@ -115,7 +115,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:19](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L19) +[src/lib/adapter.ts:19](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L19) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/adapter.ts:21](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L21) +[src/lib/adapter.ts:21](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L21) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[src/lib/adapter.ts:22](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L22) +[src/lib/adapter.ts:22](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L22) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L17) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/adapter.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L20) +[src/lib/adapter.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L20) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/adapter.ts:18](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L18) +[src/lib/adapter.ts:18](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L18) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/adapter.ts:23](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L23) +[src/lib/adapter.ts:23](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L23) ___ @@ -255,7 +255,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) ## Methods @@ -386,7 +386,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L220) +[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L220) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) ___ @@ -552,7 +552,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) ___ @@ -1058,7 +1058,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) ___ @@ -1080,7 +1080,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:229](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L229) +[src/lib/adapter.ts:229](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L229) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index 709950e3f..561be3565 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 2d2a52092..4e000bf73 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/450011f/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 51aed3da3..564c0c247 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:44](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L44) +[src/lib/glee.ts:44](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L44) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L36) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L37) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:34](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L34) +[src/lib/glee.ts:34](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L34) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L35) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:58](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L58) +[src/lib/glee.ts:58](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L58) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:62](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L62) +[src/lib/glee.ts:62](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L62) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:54](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L54) +[src/lib/glee.ts:54](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L54) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:304](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L304) +[src/lib/glee.ts:304](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L304) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:291](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L291) +[src/lib/glee.ts:291](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L291) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:221](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L221) +[src/lib/glee.ts:221](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L221) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:74](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L74) +[src/lib/glee.ts:74](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L74) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:140](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L140) +[src/lib/glee.ts:140](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L140) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:192](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L192) +[src/lib/glee.ts:192](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L192) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:170](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L170) +[src/lib/glee.ts:170](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L170) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:159](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L159) +[src/lib/glee.ts:159](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L159) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:127](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L127) +[src/lib/glee.ts:127](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L127) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:90](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L90) +[src/lib/glee.ts:90](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L90) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:205](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L205) +[src/lib/glee.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L205) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:101](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L101) +[src/lib/glee.ts:101](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L101) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L102) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:112](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L112) +[src/lib/glee.ts:112](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L112) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:113](https://github.com/asyncapi/glee/blob/450011f/src/lib/glee.ts#L113) +[src/lib/glee.ts:113](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L113) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index a1f3cd81d..8683d5833 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -97,7 +97,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L51) +[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L51) ## Properties @@ -107,7 +107,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L31) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L28) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L34) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L30) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L27) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L32) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L33) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L35) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L26) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L36) +[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L36) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L29) ___ @@ -295,7 +295,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L113) +[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L113) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L89) +[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L89) • `set` **channel**(`value`): `void` @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L93) +[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L93) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L125) +[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L125) • `set` **cluster**(`value`): `void` @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L129) +[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L129) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L105) +[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L105) • `set` **connection**(`value`): `void` @@ -385,7 +385,7 @@ ___ #### Defined in -[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L109) +[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L109) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L81) +[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L81) • `set` **headers**(`value`): `void` @@ -415,7 +415,7 @@ ___ #### Defined in -[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L85) +[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L85) ___ @@ -429,7 +429,7 @@ ___ #### Defined in -[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L117) +[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L117) • `set` **params**(`value`): `void` @@ -445,7 +445,7 @@ ___ #### Defined in -[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L121) +[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L121) ___ @@ -459,7 +459,7 @@ ___ #### Defined in -[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L73) +[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L73) • `set` **payload**(`value`): `void` @@ -475,7 +475,7 @@ ___ #### Defined in -[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L77) +[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L77) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L133) +[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L133) • `set` **query**(`value`): `void` @@ -505,7 +505,7 @@ ___ #### Defined in -[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L137) +[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L137) ___ @@ -519,7 +519,7 @@ ___ #### Defined in -[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L97) +[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L97) • `set` **serverName**(`value`): `void` @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L101) +[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L101) ## Methods @@ -712,7 +712,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L194) +[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L194) ___ @@ -728,7 +728,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L201) +[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L201) ___ @@ -812,7 +812,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L222) +[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L222) ___ @@ -828,7 +828,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L215) +[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L215) ___ @@ -1268,7 +1268,7 @@ Sends the message back to the server/broker. #### Defined in -[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L149) +[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L149) ___ @@ -1284,7 +1284,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L208) +[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L208) ___ @@ -1300,7 +1300,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L178) ___ @@ -1351,7 +1351,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/450011f/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L186) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index 80b5d1c90..12e2d1481 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L66) diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 24f63ff5d..b712b351a 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -18,4 +18,4 @@ #### Defined in -[src/lib/index.d.ts:31](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L31) +[src/lib/index.d.ts:31](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L31) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index e70758085..1c8dea579 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L36) +[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L36) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:37](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L37) +[src/lib/index.d.ts:37](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L37) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L35) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:40](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L40) +[src/lib/index.d.ts:40](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L40) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L38) +[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L38) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L39) +[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L39) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index 89f280190..8c32a2a1c 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L20) +[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L20) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L23) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L22) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L21) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index 9a8f747fe..3516741dc 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -18,4 +18,4 @@ #### Defined in -[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L27) +[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L27) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index c3116e210..70793f39e 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:5](https://github.com/asyncapi/glee/blob/450011f/src/docs.ts#L5) +[src/docs.ts:5](https://github.com/asyncapi/glee/blob/b84101b/src/docs.ts#L5) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index f3a1cab73..400788043 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:33](https://github.com/asyncapi/glee/blob/450011f/src/index.ts#L33) +[src/index.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/index.ts#L33) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index be0158c7d..4b8ba6bd0 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -76,7 +76,7 @@ #### Defined in -[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L11) +[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L11) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[src/lib/index.d.ts:80](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L80) +[src/lib/index.d.ts:80](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L80) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/index.d.ts:43](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L43) +[src/lib/index.d.ts:43](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L43) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/lib/index.d.ts:87](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L87) +[src/lib/index.d.ts:87](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L87) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[src/lib/index.d.ts:123](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L123) +[src/lib/index.d.ts:123](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L123) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[src/lib/index.d.ts:102](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L102) +[src/lib/index.d.ts:102](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L102) ___ @@ -198,7 +198,7 @@ ___ #### Defined in -[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L96) +[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L96) ___ @@ -208,7 +208,7 @@ ___ #### Defined in -[src/lib/index.d.ts:121](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L121) +[src/lib/index.d.ts:121](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L121) ___ @@ -218,7 +218,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L120) ___ @@ -238,7 +238,7 @@ ___ #### Defined in -[src/lib/index.d.ts:112](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L112) +[src/lib/index.d.ts:112](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L112) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L61) +[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L61) ___ @@ -270,7 +270,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L8) ___ @@ -286,7 +286,7 @@ ___ #### Defined in -[src/lib/index.d.ts:76](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L76) +[src/lib/index.d.ts:76](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L76) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[src/lib/index.d.ts:72](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L72) +[src/lib/index.d.ts:72](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L72) ___ @@ -312,7 +312,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L9) ___ @@ -322,7 +322,7 @@ ___ #### Defined in -[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L7) +[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L7) ___ @@ -344,4 +344,4 @@ ___ #### Defined in -[src/lib/index.d.ts:49](https://github.com/asyncapi/glee/blob/450011f/src/lib/index.d.ts#L49) +[src/lib/index.d.ts:49](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L49) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index ef34abcc9..3adeff2d2 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/adapter.ts:10](https://github.com/asyncapi/glee/blob/450011f/src/lib/adapter.ts#L10) +[src/lib/adapter.ts:10](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L10) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 2d929733f..79ea06b11 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/450011f/src/lib/asyncapiFile.ts#L5) +[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/b84101b/src/lib/asyncapiFile.ts#L5) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 1b6b20ef1..a0022ef9e 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/450011f/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index 55182da32..cc1231185 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/450011f/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/b84101b/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index d77a5980d..17a463f98 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -28,7 +28,7 @@ #### Defined in -[src/lib/configs.ts:98](https://github.com/asyncapi/glee/blob/450011f/src/lib/configs.ts#L98) +[src/lib/configs.ts:98](https://github.com/asyncapi/glee/blob/b84101b/src/lib/configs.ts#L98) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/lib/configs.ts:116](https://github.com/asyncapi/glee/blob/450011f/src/lib/configs.ts#L116) +[src/lib/configs.ts:116](https://github.com/asyncapi/glee/blob/b84101b/src/lib/configs.ts#L116) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/configs.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/lib/configs.ts#L20) +[src/lib/configs.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/lib/configs.ts#L20) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index fec647cfd..092dbaa77 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/450011f/src/lib/docs.ts#L5) +[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/b84101b/src/lib/docs.ts#L5) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index 663091f59..b785b6843 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/450011f/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/b84101b/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 3479c9625..862e176f6 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/450011f/src/lib/functions.ts#L53) +[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/b84101b/src/lib/functions.ts#L53) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/450011f/src/lib/functions.ts#L55) +[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/b84101b/src/lib/functions.ts#L55) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/450011f/src/lib/functions.ts#L84) +[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/b84101b/src/lib/functions.ts#L84) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index 452f32b39..db0bf4ee7 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/450011f/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/b84101b/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/450011f/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/450011f/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/b84101b/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index d4bf8cb5b..6f0fab925 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L206) +[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L206) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L195) +[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L195) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L180) +[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L180) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L232) +[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L232) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L228) +[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L228) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/450011f/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index dee59ab73..7f0636ac2 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/450011f/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index dfd18a532..9f16b29a7 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/450011f/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/b84101b/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index 368707e11..f44420cdf 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -33,7 +33,7 @@ #### Defined in -[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L118) +[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L118) ___ @@ -55,7 +55,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L52) +[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L52) ___ @@ -78,7 +78,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L22) +[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L22) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L122) +[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L122) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L137) +[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L137) ___ @@ -143,7 +143,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L81) +[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L81) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L148) +[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L148) ___ @@ -188,4 +188,4 @@ Object #### Defined in -[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/450011f/src/lib/util.ts#L93) +[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L93) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index 291b967f5..3d199abae 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index 5d1833328..58df04db6 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index 8644e68ff..21677fc5d 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 673f5b187..72122a391 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 691154ad1..b2cf6b829 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_logger.md b/docs/reference/modules/middlewares_logger.md index 8f3881be4..4f6ad7aa9 100644 --- a/docs/reference/modules/middlewares_logger.md +++ b/docs/reference/modules/middlewares_logger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/logger.ts#L5) +[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/logger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 69c79fa9b..c3ca6e5b7 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index bb798b60a..df761016b 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 6ab621a52..99bb0b612 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/450011f/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index ec2a83e6a..f40fcc697 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/450011f/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/b84101b/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index 391ab593f..ad83e82e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.24.1", + "version": "0.25.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.24.1", + "version": "0.25.0", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.9.18", diff --git a/package.json b/package.json index 3c393fd98..48424dd09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.24.1", + "version": "0.25.0", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From f761154ead8f303194a7ff9747aa5635238c13fe Mon Sep 17 00:00:00 2001 From: Godwin Alexander Date: Mon, 21 Aug 2023 13:13:40 +0100 Subject: [PATCH 05/24] feat: glee auth v2 (#474) Co-authored-by: Khuda Dad Nomani --- .prettierignore | 1 + docs/reference/README.md | 2 + docs/reference/classes/lib_glee.default.md | 6 +- .../interfaces/lib.HttpAuthConfig.md | 12 + docs/reference/interfaces/lib.WsAuthConfig.md | 22 ++ docs/reference/modules/lib.md | 4 + docs/reference/modules/lib_adapter.md | 20 ++ docs/reference/modules/lib_userAuth.md | 85 ++++++ docs/reference/modules/lib_wsHttpAuth.md | 9 + examples/anime-http/client/.env | 3 + examples/anime-http/client/asyncapi.yaml | 37 +++ .../anime-http/client/auth/trendingAnime.ts | 15 ++ examples/anime-http/client/docs/asyncapi.md | 181 +++++++++++++ examples/anime-http/server/asyncapi.yaml | 43 +++- .../server/auth/trendingAnimeServer.ts | 25 ++ examples/anime-http/server/docs/asyncapi.md | 164 ++++++++++++ .../crypto-websockets/client/asyncapi.yaml | 19 ++ .../client/auth/websockets.ts | 8 + examples/crypto-websockets/client/db.json | 2 +- .../crypto-websockets/client/docs/asyncapi.md | 56 ++++ .../crypto-websockets/server/asyncapi.yaml | 24 +- .../server/auth/websocket.ts | 22 ++ .../crypto-websockets/server/docs/asyncapi.md | 88 +++++++ .../websocket-server/docs/asyncapi.md | 123 +++++++++ jest.config.js | 6 +- package.json | 6 - src/adapters/http/client.ts | 37 ++- src/adapters/http/server.ts | 55 +++- src/adapters/ws/client.ts | 25 +- src/adapters/ws/server.ts | 60 ++++- src/index.ts | 38 ++- src/lib/adapter.ts | 34 ++- src/lib/configs.ts | 9 +- src/lib/glee.ts | 7 +- src/lib/index.d.ts | 30 +++ src/lib/userAuth.ts | 79 ++++++ src/lib/wsHttpAuth.ts | 180 +++++++++++++ test/lib/adapter.test.ts | 243 +++++++++++------- 38 files changed, 1629 insertions(+), 151 deletions(-) create mode 100644 docs/reference/modules/lib_userAuth.md create mode 100644 docs/reference/modules/lib_wsHttpAuth.md create mode 100644 examples/anime-http/client/.env create mode 100644 examples/anime-http/client/auth/trendingAnime.ts create mode 100644 examples/anime-http/client/docs/asyncapi.md create mode 100644 examples/anime-http/server/auth/trendingAnimeServer.ts create mode 100644 examples/anime-http/server/docs/asyncapi.md create mode 100644 examples/crypto-websockets/client/auth/websockets.ts create mode 100644 examples/crypto-websockets/client/docs/asyncapi.md create mode 100644 examples/crypto-websockets/server/auth/websocket.ts create mode 100644 examples/crypto-websockets/server/docs/asyncapi.md create mode 100644 examples/social-network/websocket-server/docs/asyncapi.md create mode 100644 src/lib/userAuth.ts create mode 100644 src/lib/wsHttpAuth.ts diff --git a/.prettierignore b/.prettierignore index 8b1c374f5..764aff77b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,3 +3,4 @@ coverage .github examples node_modules +docs diff --git a/docs/reference/README.md b/docs/reference/README.md index fac47330e..45f8c9a10 100644 --- a/docs/reference/README.md +++ b/docs/reference/README.md @@ -35,7 +35,9 @@ - [lib/message](modules/lib_message.md) - [lib/router](modules/lib_router.md) - [lib/servers](modules/lib_servers.md) +- [lib/userAuth](modules/lib_userAuth.md) - [lib/util](modules/lib_util.md) +- [lib/wsHttpAuth](modules/lib_wsHttpAuth.md) - [middlewares](modules/middlewares.md) - [middlewares/buffer2string](modules/middlewares_buffer2string.md) - [middlewares/errorLogger](modules/middlewares_errorLogger.md) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 564c0c247..079a23132 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -324,9 +324,9 @@ Adds a connection adapter. | :------ | :------ | | `Adapter` | typeof [`default`](lib_adapter.default.md) | | `«destructured»` | `Object` | -| › `parsedAsyncAPI` | `AsyncAPIDocument` | -| › `server` | `Server` | -| › `serverName` | `string` | +| › `parsedAsyncAPI` | `AsyncAPIDocument` | +| › `server` | `Server` | +| › `serverName` | `string` | #### Returns diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index b712b351a..63fafab65 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -8,10 +8,22 @@ ### Properties +- [password](lib.HttpAuthConfig.md#password) - [token](lib.HttpAuthConfig.md#token) +- [username](lib.HttpAuthConfig.md#username) ## Properties +### password + +• `Optional` **password**: `string` + +#### Defined in + +[src/lib/index.d.ts:35](https://github.com/oviecodes/glee/blob/2283982/src/lib/index.d.ts#L35) + +___ + ### token • `Optional` **token**: `string` diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index 3516741dc..c12bee260 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -8,10 +8,22 @@ ### Properties +- [password](lib.WsAuthConfig.md#password) - [token](lib.WsAuthConfig.md#token) +- [username](lib.WsAuthConfig.md#username) ## Properties +### password + +• `Optional` **password**: `string` + +#### Defined in + +[src/lib/index.d.ts:29](https://github.com/oviecodes/glee/blob/2283982/src/lib/index.d.ts#L29) + +___ + ### token • `Optional` **token**: `string` @@ -19,3 +31,13 @@ #### Defined in [src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L27) + +___ + +### username + +• `Optional` **username**: `string` + +#### Defined in + +[src/lib/index.d.ts:28](https://github.com/oviecodes/glee/blob/2283982/src/lib/index.d.ts#L28) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 4b8ba6bd0..e5c5d999f 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -14,7 +14,10 @@ ### Type Aliases - [AuthFunction](lib.md#authfunction) +- [AuthProps](lib.md#authprops) - [CoreGleeConfig](lib.md#coregleeconfig) +- [GleeAuthFunction](lib.md#gleeauthfunction) +- [GleeAuthFunctionEvent](lib.md#gleeauthfunctionevent) - [GleeClusterAdapterConfig](lib.md#gleeclusteradapterconfig) - [GleeConfig](lib.md#gleeconfig) - [GleeFunction](lib.md#gleefunction) @@ -30,6 +33,7 @@ - [QueryParam](lib.md#queryparam) - [WebSocketServerType](lib.md#websocketservertype) - [WebsocketAdapterConfig](lib.md#websocketadapterconfig) +- [WsHttpAuth](lib.md#wshttpauth) ## Type Aliases diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 3adeff2d2..a43b213a6 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -10,10 +10,30 @@ ### Type Aliases +- [AuthEvent](lib_adapter.md#authevent) - [EnrichedEvent](lib_adapter.md#enrichedevent) ## Type Aliases +### AuthEvent + +Ƭ **AuthEvent**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `authProps` | [`AuthProps`](lib.md#authprops) | +| `callback` | `any` | +| `doc` | `any` | +| `serverName` | `string` | + +#### Defined in + +[src/lib/adapter.ts:17](https://github.com/oviecodes/glee/blob/2283982/src/lib/adapter.ts#L17) + +___ + ### EnrichedEvent Ƭ **EnrichedEvent**: `Object` diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md new file mode 100644 index 000000000..cea31f082 --- /dev/null +++ b/docs/reference/modules/lib_userAuth.md @@ -0,0 +1,85 @@ +[@asyncapi/glee](../README.md) / lib/userAuth + +# Module: lib/userAuth + +## Table of contents + +### Variables + +- [authFunctions](lib_userAuth.md#authfunctions) + +### Functions + +- [clientAuthConfig](lib_userAuth.md#clientauthconfig) +- [register](lib_userAuth.md#register) +- [triggerAuth](lib_userAuth.md#triggerauth) + +## Variables + +### authFunctions + +• `Const` **authFunctions**: `Map`<`string`, `AuthFunctionInfo`\> + +#### Defined in + +[src/lib/userAuth.ts:15](https://github.com/oviecodes/glee/blob/2283982/src/lib/userAuth.ts#L15) + +## Functions + +### clientAuthConfig + +▸ **clientAuthConfig**(`serverName`): `Promise`<[`GleeAuthFunction`](lib.md#gleeauthfunction)\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `serverName` | `string` | + +#### Returns + +`Promise`<[`GleeAuthFunction`](lib.md#gleeauthfunction)\> + +#### Defined in + +[src/lib/userAuth.ts:79](https://github.com/oviecodes/glee/blob/2283982/src/lib/userAuth.ts#L79) + +___ + +### register + +▸ **register**(`dir`): `Promise`<`void`[]\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `dir` | `string` | + +#### Returns + +`Promise`<`void`[]\> + +#### Defined in + +[src/lib/userAuth.ts:17](https://github.com/oviecodes/glee/blob/2283982/src/lib/userAuth.ts#L17) + +___ + +### triggerAuth + +▸ **triggerAuth**(`params`): `Promise`<`void`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `params` | [`GleeAuthFunctionEvent`](lib.md#gleeauthfunctionevent) | + +#### Returns + +`Promise`<`void`\> + +#### Defined in + +[src/lib/userAuth.ts:49](https://github.com/oviecodes/glee/blob/2283982/src/lib/userAuth.ts#L49) diff --git a/docs/reference/modules/lib_wsHttpAuth.md b/docs/reference/modules/lib_wsHttpAuth.md new file mode 100644 index 000000000..4bddd43be --- /dev/null +++ b/docs/reference/modules/lib_wsHttpAuth.md @@ -0,0 +1,9 @@ +[@asyncapi/glee](../README.md) / lib/wsHttpAuth + +# Module: lib/wsHttpAuth + +## Table of contents + +### Classes + +- [default](../classes/lib_wsHttpAuth.default.md) diff --git a/examples/anime-http/client/.env b/examples/anime-http/client/.env new file mode 100644 index 000000000..f04bbcf20 --- /dev/null +++ b/examples/anime-http/client/.env @@ -0,0 +1,3 @@ +TOKEN=arb-valueFromClientAuth +OAUTH2=arb-OAUTH_access_token +APIKEY=arb-APIKEY_token \ No newline at end of file diff --git a/examples/anime-http/client/asyncapi.yaml b/examples/anime-http/client/asyncapi.yaml index d98da36e2..2ea9787da 100644 --- a/examples/anime-http/client/asyncapi.yaml +++ b/examples/anime-http/client/asyncapi.yaml @@ -7,6 +7,14 @@ servers: trendingAnime: url: http://localhost:8081 protocol: http + security: + - token: [] + - userPass: [] + - apiKey: [] + - UserOrPassKey: [] + - oauth: + - write:pets + - read:pets testwebhook: url: ws://localhost:9000 protocol: ws @@ -43,3 +51,32 @@ components: summary: ping client payload: type: object + securitySchemes: + token: + type: http + scheme: bearer + bearerFormat: JWT + userPass: + type: userPassword + apiKey: + type: httpApiKey + name: api_key + in: query + UserOrPassKey: + type: apiKey + in: user + oauth: + type: oauth2 + flows: + implicit: + authorizationUrl: https://example.com/api/oauth/dialog + scopes: + write:pets: modify pets in your account + read:pets: read your pets + authorizationCode: + authorizationUrl: https://example.com/api/oauth/dialog + tokenUrl: https://example.com/api/oauth/dialog + scopes: + delete:pets: modify pets in your account + update:pets: read your pets + diff --git a/examples/anime-http/client/auth/trendingAnime.ts b/examples/anime-http/client/auth/trendingAnime.ts new file mode 100644 index 000000000..eb93b81a6 --- /dev/null +++ b/examples/anime-http/client/auth/trendingAnime.ts @@ -0,0 +1,15 @@ +/* eslint-disable no-undef */ + +export async function clientAuth({ serverName }) { + console.log("serverName", serverName) + + return { + token: process.env.TOKEN, + oauth: process.env.OAUTH2, + apiKey: process.env.APIKEY, + userPass: { + user: process.env.USERNAME, + password: process.env.PASSWORD + } + } + } \ No newline at end of file diff --git a/examples/anime-http/client/docs/asyncapi.md b/examples/anime-http/client/docs/asyncapi.md new file mode 100644 index 000000000..1182c0e8f --- /dev/null +++ b/examples/anime-http/client/docs/asyncapi.md @@ -0,0 +1,181 @@ +# AsyncAPI IMDB client 1.0.0 documentation + +This app creates a client that subscribes to the server for getting the top 10 trending/upcoming anime. + +## Table of Contents + +* [Servers](#servers) + * [trendingAnime](#trendinganime-server) + * [testwebhook](#testwebhook-server) +* [Operations](#operations) + * [PUB /test](#pub-test-operation) + * [PUB trendingAnime](#pub-trendinganime-operation) + * [SUB trendingAnime](#sub-trendinganime-operation) + +## Servers + +### `trendingAnime` Server + +* URL: `http://localhost:8081` +* Protocol: `http` + + +#### Security + +##### Security Requirement 1 + +* Type: `HTTP` + * Scheme: bearer + * Bearer format: JWT + + + + +##### Security Requirement 2 + +* Type: `User/Password` + + + +##### Security Requirement 3 + +* Type: `HTTP API key` + * Name: api_key + * In: query + + + + +##### Security Requirement 4 + +* Type: `API key` + * In: user + + + + +##### Security Requirement 5 + +* Type: `OAuth2` + * Flows: + + Required scopes: `write:pets`, `read:pets` + + | Flow | Auth URL | Token URL | Refresh URL | Scopes | + |---|---|---|---|---| + | Implicit | [https://example.com/api/oauth/dialog](https://example.com/api/oauth/dialog) | - | - | `write:pets`, `read:pets` | + | Authorization Code | [https://example.com/api/oauth/dialog](https://example.com/api/oauth/dialog) | [https://example.com/api/oauth/dialog](https://example.com/api/oauth/dialog) | - | `delete:pets`, `update:pets` | + + + + + + + + + +### `testwebhook` Server + +* URL: `ws://localhost:9000` +* Protocol: `ws` + + + +## Operations + +### PUB `/test` Operation + +* Operation ID: `index` + +#### `ws` Channel specific information + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| bindingVersion | - | - | `"0.1.0"` | - | - | + +#### Message `test` + +*ping client* + +##### Payload + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| (root) | object | - | - | - | **additional properties are allowed** | + +> Examples of payload _(generated)_ + +```json +{} +``` + + + +### PUB `trendingAnime` Operation + +* Operation ID: `trendingAnimeListRecieverController` +* Available only on servers: [trendingAnime](#trendinganime-server) + +#### `http` Channel specific information + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| type | - | - | `"request"` | - | - | +| method | - | - | `"POST"` | - | - | +| bindingVersion | - | - | `"0.1.0"` | - | - | + +#### Message `` + +*Data required to populate trending anime* + +##### Payload + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| (root) | object | - | - | - | **additional properties are allowed** | +| name | string | Name of the anime. | - | - | **required** | +| rating | string | Rating of the show. | - | - | **required** | +| genre | string | The genre of anime. | - | - | **required** | +| studio | string | The studio of anime. | - | - | **required** | + +> Examples of payload _(generated)_ + +```json +{ + "name": "string", + "rating": "string", + "genre": "string", + "studio": "string" +} +``` + + + +### SUB `trendingAnime` Operation + +* Available only on servers: [trendingAnime](#trendinganime-server) + +#### `http` Channel specific information + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| type | - | - | `"request"` | - | - | +| method | - | - | `"POST"` | - | - | +| bindingVersion | - | - | `"0.1.0"` | - | - | + +#### Message `` + +##### Payload + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| (root) | object | - | - | - | **additional properties are allowed** | + +> Examples of payload _(generated)_ + +```json +{} +``` + + + diff --git a/examples/anime-http/server/asyncapi.yaml b/examples/anime-http/server/asyncapi.yaml index 7601f29b6..9930a3838 100644 --- a/examples/anime-http/server/asyncapi.yaml +++ b/examples/anime-http/server/asyncapi.yaml @@ -1,12 +1,19 @@ -asyncapi: 2.4.0 +asyncapi: 2.6.0 info: title: AsyncAPI IMDB server version: 1.0.0 description: This app is a dummy server that would stream the trending/upcoming anime. servers: trendingAnimeServer: - url: http://localhost:8081 + url: 'http://localhost:8081' protocol: http + security: + - token: [] + - userPass: [] + - apiKey: [] + - UserOrPassKey: [] + - cert: [] + - oauth: [] channels: trendingAnime: bindings: @@ -15,13 +22,13 @@ channels: method: POST bindingVersion: 0.1.0 query: - $ref: "#/components/schemas/request" + $ref: '#/components/schemas/request' body: - $ref: "#/components/schemas/request" + $ref: '#/components/schemas/request' publish: operationId: trendingAnimeController message: - $ref: "#/components/messages/trendingAnime" + $ref: '#/components/messages/trendingAnime' subscribe: message: payload: @@ -31,7 +38,7 @@ components: trendingAnime: summary: Data required to populate trending anime payload: - $ref: "#/components/schemas/request" + $ref: '#/components/schemas/request' schemas: request: type: object @@ -53,3 +60,27 @@ components: studio: type: string description: The studio of anime. + securitySchemes: + token: + type: http + scheme: bearer + bearerFormat: JWT + userPass: + type: userPassword + apiKey: + type: httpApiKey + name: api_key + in: query + UserOrPassKey: + type: apiKey + in: user + cert: + type: X509 + oauth: + type: oauth2 + flows: + clientCredentials: + tokenUrl: https://example.com/api/oauth/dialog + scopes: + delete:pets: modify pets in your account + update:pets: read your pets \ No newline at end of file diff --git a/examples/anime-http/server/auth/trendingAnimeServer.ts b/examples/anime-http/server/auth/trendingAnimeServer.ts new file mode 100644 index 000000000..7773225a3 --- /dev/null +++ b/examples/anime-http/server/auth/trendingAnimeServer.ts @@ -0,0 +1,25 @@ +// /* eslint-disable no-undef */ + +// //@ts-ignore +import axios from "axios" + +export async function serverAuth({ authProps, done }) { + await axios.get("https://jsonplaceholder.typicode.com/todos/1", { + timeout: 5000, + }) + + console.log("oauth props", authProps.getOauthToken()) + console.log("httpAPIkey", authProps.getHttpAPIKeys("api_key")) + console.log("token", authProps.getToken()) + console.log("userpassword", authProps.getUserPass()) + + done(false) +} + +export async function clientAuth({ serverName }) { + if (serverName === "websockets") { + return { + token: process.env.TOKEN, + } + } +} diff --git a/examples/anime-http/server/docs/asyncapi.md b/examples/anime-http/server/docs/asyncapi.md new file mode 100644 index 000000000..41c10f8dc --- /dev/null +++ b/examples/anime-http/server/docs/asyncapi.md @@ -0,0 +1,164 @@ +# AsyncAPI IMDB server 1.0.0 documentation + +This app is a dummy server that would stream the trending/upcoming anime. + +## Table of Contents + +* [Servers](#servers) + * [trendingAnimeServer](#trendinganimeserver-server) +* [Operations](#operations) + * [PUB trendingAnime](#pub-trendinganime-operation) + * [SUB trendingAnime](#sub-trendinganime-operation) + +## Servers + +### `trendingAnimeServer` Server + +* URL: `http://localhost:8081` +* Protocol: `http` + + +#### Security + +##### Security Requirement 1 + +* Type: `HTTP` + * Scheme: bearer + * Bearer format: JWT + + + + +##### Security Requirement 2 + +* Type: `User/Password` + + + +##### Security Requirement 3 + +* Type: `HTTP API key` + * Name: api_key + * In: query + + + + +##### Security Requirement 4 + +* Type: `API key` + * In: user + + + + +##### Security Requirement 5 + +* Type: `X509` + + + +##### Security Requirement 6 + +* Type: `OAuth2` + * Flows: + + | Flow | Auth URL | Token URL | Refresh URL | Scopes | + |---|---|---|---|---| + | Client credentials | - | [https://example.com/api/oauth/dialog](https://example.com/api/oauth/dialog) | - | `delete:pets`, `update:pets` | + + + + + + + + + +## Operations + +### PUB `trendingAnime` Operation + +* Operation ID: `trendingAnimeController` + +#### `http` Channel specific information + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| type | - | - | `"request"` | - | - | +| method | - | - | `"POST"` | - | - | +| bindingVersion | - | - | `"0.1.0"` | - | - | +| query | object | - | - | - | **additional properties are allowed** | +| query.name | string | Name of the anime. | - | - | **required** | +| query.rating | string | Rating of the show. | - | - | **required** | +| query.genre | string | The genre of anime. | - | - | **required** | +| query.studio | string | The studio of anime. | - | - | **required** | +| body | object | - | - | - | **additional properties are allowed** | +| body.name | string | Name of the anime. | - | - | **required** | +| body.rating | string | Rating of the show. | - | - | **required** | +| body.genre | string | The genre of anime. | - | - | **required** | +| body.studio | string | The studio of anime. | - | - | **required** | + +#### Message `trendingAnime` + +*Data required to populate trending anime* + +##### Payload + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| (root) | object | - | - | - | **additional properties are allowed** | +| name | string | Name of the anime. | - | - | **required** | +| rating | string | Rating of the show. | - | - | **required** | +| genre | string | The genre of anime. | - | - | **required** | +| studio | string | The studio of anime. | - | - | **required** | + +> Examples of payload _(generated)_ + +```json +{ + "name": "string", + "rating": "string", + "genre": "string", + "studio": "string" +} +``` + + + +### SUB `trendingAnime` Operation + +#### `http` Channel specific information + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| type | - | - | `"request"` | - | - | +| method | - | - | `"POST"` | - | - | +| bindingVersion | - | - | `"0.1.0"` | - | - | +| query | object | - | - | - | **additional properties are allowed** | +| query.name | string | Name of the anime. | - | - | **required** | +| query.rating | string | Rating of the show. | - | - | **required** | +| query.genre | string | The genre of anime. | - | - | **required** | +| query.studio | string | The studio of anime. | - | - | **required** | +| body | object | - | - | - | **additional properties are allowed** | +| body.name | string | Name of the anime. | - | - | **required** | +| body.rating | string | Rating of the show. | - | - | **required** | +| body.genre | string | The genre of anime. | - | - | **required** | +| body.studio | string | The studio of anime. | - | - | **required** | + +#### Message `` + +##### Payload + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| (root) | object | - | - | - | **additional properties are allowed** | + +> Examples of payload _(generated)_ + +```json +{} +``` + + + diff --git a/examples/crypto-websockets/client/asyncapi.yaml b/examples/crypto-websockets/client/asyncapi.yaml index 458851740..b728f7a54 100644 --- a/examples/crypto-websockets/client/asyncapi.yaml +++ b/examples/crypto-websockets/client/asyncapi.yaml @@ -8,6 +8,11 @@ servers: websockets: url: ws://localhost:3000 protocol: ws + security: + - token: [] + - userPass: [] + - apiKey: [] + - cert: [] x-remoteServers: - websockets channels: @@ -31,3 +36,17 @@ components: type: number price: type: number + securitySchemes: + token: + type: http + scheme: bearer + bearerFormat: JWT + userPass: + type: userPassword + apiKey: + type: httpApiKey + name: api_key + in: header + cert: + type: apiKey + in: user \ No newline at end of file diff --git a/examples/crypto-websockets/client/auth/websockets.ts b/examples/crypto-websockets/client/auth/websockets.ts new file mode 100644 index 000000000..856a126c7 --- /dev/null +++ b/examples/crypto-websockets/client/auth/websockets.ts @@ -0,0 +1,8 @@ +export async function clientAuth({ parsedAsyncAPI, serverName }) { + return { + token: process.env.TOKEN, + userPass: { + user: "alec", password: "oviecodes" + } + } +} \ No newline at end of file diff --git a/examples/crypto-websockets/client/db.json b/examples/crypto-websockets/client/db.json index 578124390..5102a11ff 100644 --- a/examples/crypto-websockets/client/db.json +++ b/examples/crypto-websockets/client/db.json @@ -1 +1 @@ -[{"time":1663935946665,"price":130,"status":"started"},{"time":1663935947684,"price":140,"status":"intransit"},{"time":1663935948690,"price":130,"status":"intransit"},{"time":1663935949698,"price":140,"status":"intransit"},{"time":1663935950710,"price":150,"status":"intransit"},{"time":1663935951716,"price":130,"status":"intransit"},{"time":1663935952724,"price":100,"status":"intransit"},{"time":1663935953737,"price":110,"status":"intransit"},{"time":1663935954742,"price":140,"status":"intransit"}] \ No newline at end of file +[{"time":1692154441640,"price":130,"status":"started"},{"time":1692154442650,"price":140,"status":"intransit"},{"time":1692154442650,"price":140,"status":"intransit"},{"time":1692154443663,"price":180,"status":"intransit"},{"time":1692154443663,"price":180,"status":"intransit"},{"time":1692154444668,"price":180,"status":"intransit"},{"time":1692154444668,"price":180,"status":"intransit"},{"time":1692154445678,"price":160,"status":"intransit"},{"time":1692154445678,"price":160,"status":"intransit"},{"time":1692154446687,"price":120,"status":"intransit"},{"time":1692154446687,"price":120,"status":"intransit"},{"time":1692154447695,"price":110,"status":"intransit"},{"time":1692154447695,"price":110,"status":"intransit"},{"time":1692154448703,"price":130,"status":"intransit"},{"time":1692154448703,"price":130,"status":"intransit"},{"time":1692154449713,"price":130,"status":"intransit"},{"time":1692154449713,"price":130,"status":"intransit"}] \ No newline at end of file diff --git a/examples/crypto-websockets/client/docs/asyncapi.md b/examples/crypto-websockets/client/docs/asyncapi.md new file mode 100644 index 000000000..8a8935633 --- /dev/null +++ b/examples/crypto-websockets/client/docs/asyncapi.md @@ -0,0 +1,56 @@ +# asyncapicoin client 1.0.0 documentation + +This app creates a client that subscribes to the server for the price change. + + +## Table of Contents + +* [Servers](#servers) + * [websockets](#websockets-server) +* [Operations](#operations) + * [PUB /price](#pub-price-operation) + +## Servers + +### `websockets` Server + +* URL: `ws://localhost:3000` +* Protocol: `ws` + + + +## Operations + +### PUB `/price` Operation + +* Operation ID: `index` + +#### `ws` Channel specific information + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| bindingVersion | - | - | `"0.1.0"` | - | - | + +#### Message `indexGraph` + +##### Payload + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| (root) | object | - | - | - | **additional properties are allowed** | +| status | string | - | - | - | - | +| time | number | - | - | - | - | +| price | number | - | - | - | - | + +> Examples of payload _(generated)_ + +```json +{ + "status": "string", + "time": 0, + "price": 0 +} +``` + + + diff --git a/examples/crypto-websockets/server/asyncapi.yaml b/examples/crypto-websockets/server/asyncapi.yaml index f500b6503..4ffade405 100644 --- a/examples/crypto-websockets/server/asyncapi.yaml +++ b/examples/crypto-websockets/server/asyncapi.yaml @@ -8,6 +8,14 @@ servers: websocket: url: ws://localhost:3000 protocol: ws + security: + - token: [] + - userPass: [] + - apiKey: [] + - cert: [] + ws-websocket: + url: ws://localhost:4000 + protocol: ws channels: /price: bindings: @@ -33,4 +41,18 @@ components: time: type: number price: - type: number \ No newline at end of file + type: number + securitySchemes: + token: + type: http + scheme: bearer + bearerFormat: JWT + userPass: + type: userPassword + apiKey: + type: httpApiKey + name: api_key + in: header + cert: + type: apiKey + in: user \ No newline at end of file diff --git a/examples/crypto-websockets/server/auth/websocket.ts b/examples/crypto-websockets/server/auth/websocket.ts new file mode 100644 index 000000000..89506aa8e --- /dev/null +++ b/examples/crypto-websockets/server/auth/websocket.ts @@ -0,0 +1,22 @@ +// /* eslint-disable no-undef */ + +import axios from "axios" + +export async function serverAuth({ authProps, done }) { + await axios.get("https://jsonplaceholder.typicode.com/todos/1", { + timeout: 5000, + }) + + console.log("token", authProps.getToken()) + console.log("userpass", authProps.getUserPass()) + + done(false) +} + +export async function clientAuth({ parsedAsyncAPI, serverName }) { + return { + token: process.env.TOKEN, + username: process.env.USERNAME, + password: process.env.PASSWORD, + } +} diff --git a/examples/crypto-websockets/server/docs/asyncapi.md b/examples/crypto-websockets/server/docs/asyncapi.md new file mode 100644 index 000000000..5161cc040 --- /dev/null +++ b/examples/crypto-websockets/server/docs/asyncapi.md @@ -0,0 +1,88 @@ +# asyncapicoin server 1.0.0 documentation + +This app is a dummy server that would stream the price of a fake cryptocurrency + + +## Table of Contents + +* [Servers](#servers) + * [websocket](#websocket-server) + * [ws-websocket](#ws-websocket-server) +* [Operations](#operations) + * [SUB /price](#sub-price-operation) + +## Servers + +### `websocket` Server + +* URL: `ws://localhost:3000` +* Protocol: `ws` + + +#### Security + +##### Security Requirement 1 + +* Type: `HTTP` + * Scheme: bearer + * Bearer format: JWT + + + + +##### Security Requirement 2 + +* Type: `HTTP` + * Scheme: bearer + * Bearer format: JWT + + + + + + + +### `ws-websocket` Server + +* URL: `ws://localhost:4000` +* Protocol: `ws` + + + +## Operations + +### SUB `/price` Operation + +#### `ws` Channel specific information + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| bindingVersion | - | - | `"0.1.0"` | - | - | +| headers | object | - | - | - | **additional properties are allowed** | +| headers.token | string | - | - | - | - | + +#### Message `indexGraph` + +*Data required for drawing index graph* + +##### Payload + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| (root) | object | - | - | - | **additional properties are allowed** | +| status | string | - | - | - | - | +| time | number | - | - | - | - | +| price | number | - | - | - | - | + +> Examples of payload _(generated)_ + +```json +{ + "status": "string", + "time": 0, + "price": 0 +} +``` + + + diff --git a/examples/social-network/websocket-server/docs/asyncapi.md b/examples/social-network/websocket-server/docs/asyncapi.md new file mode 100644 index 000000000..ed7252d0a --- /dev/null +++ b/examples/social-network/websocket-server/docs/asyncapi.md @@ -0,0 +1,123 @@ +# The Social Network 0.1.0 documentation + + +## Table of Contents + +* [Servers](#servers) + * [websockets](#websockets-server) + * [mosquitto](#mosquitto-server) +* [Operations](#operations) + * [PUB /](#pub--operation) + * [SUB /](#sub--operation) + * [SUB post/liked](#sub-postliked-operation) + +## Servers + +### `websockets` Server + +* URL: `ws://0.0.0.0:3001` +* Protocol: `ws` + + + +### `mosquitto` Server + +* URL: `mqtt://test.mosquitto.org` +* Protocol: `mqtt` + + +#### `mqtt` Server specific information + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| clientId | - | - | `"the-social-network"` | - | - | + + +## Operations + +### PUB `/` Operation + +* Operation ID: `onLikeDislike` +* Available only on servers: [websockets](#websockets-server) + +#### Message `likeOrDislike` + +##### Payload + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| (root) | object | - | - | - | **additional properties are allowed** | +| type | string | Type of the message | allowed (`"like"`, `"dislike"`) | - | **required** | +| data | object | - | - | - | **additional properties are allowed** | +| data.postId | integer | The id of the post the user (dis)liked. | - | - | **required** | +| data.userId | integer | The user who clicked the Like button. | - | - | **required** | + +> Examples of payload _(generated)_ + +```json +{ + "type": "like", + "data": { + "postId": 0, + "userId": 0 + } +} +``` + + + +### SUB `/` Operation + +* Available only on servers: [websockets](#websockets-server) + +#### Message `likeCountUpdated` + +##### Payload + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| (root) | object | - | - | - | **additional properties are allowed** | +| type | string | Type of the message | - | - | **required** | +| data | object | - | - | - | **additional properties are allowed** | +| data.postId | integer | The id of the post which likes count has been updated. | - | - | **required** | +| data.totalCount | integer | The number of likes for this post. | - | - | **required** | + +> Examples of payload _(generated)_ + +```json +{ + "type": "string", + "data": { + "postId": 0, + "totalCount": 0 + } +} +``` + + + +### SUB `post/liked` Operation + +* Available only on servers: [mosquitto](#mosquitto-server) + +#### Message `notifyPostLiked` + +##### Payload + +| Name | Type | Description | Value | Constraints | Notes | +|---|---|---|---|---|---| +| (root) | object | - | - | - | **additional properties are NOT allowed** | +| postId | integer | The id of the post that has been liked. | - | - | **required** | +| userId | integer | The user who liked the post. | - | - | **required** | + +> Examples of payload _(generated)_ + +```json +{ + "postId": 0, + "userId": 0 +} +``` + + + diff --git a/jest.config.js b/jest.config.js index 426dca83c..9682d97af 100644 --- a/jest.config.js +++ b/jest.config.js @@ -13,5 +13,9 @@ export default { }, moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', + '^nimma/legacy$': '/node_modules/nimma/dist/legacy/cjs/index.js', + '^nimma/fallbacks$': + '/node_modules/nimma/dist/legacy/cjs/fallbacks/index.js', }, -} \ No newline at end of file + transform: {}, +} diff --git a/package.json b/package.json index 48424dd09..c37207435 100644 --- a/package.json +++ b/package.json @@ -32,12 +32,6 @@ "publishConfig": { "access": "public" }, - "jest": { - "moduleNameMapper": { - "^nimma/legacy$": "/../../node_modules/nimma/dist/legacy/cjs/index.js", - "^nimma/(.*)": "/../../node_modules/nimma/dist/cjs/$1" - } - }, "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.9.18", diff --git a/src/adapters/http/client.ts b/src/adapters/http/client.ts index fe1aa1f24..efb53b4c2 100644 --- a/src/adapters/http/client.ts +++ b/src/adapters/http/client.ts @@ -1,8 +1,10 @@ -import Adapter from '../../lib/adapter.js' -import GleeMessage from '../../lib/message.js' import got from 'got' -import { HttpAuthConfig, HttpAdapterConfig } from '../../lib/index.js' import http from 'http' +import Adapter from '../../lib/adapter.js' +import GleeMessage from '../../lib/message.js' +import { clientAuthConfig } from '../../lib/userAuth.js' +import GleeAuth from '../../lib/wsHttpAuth.js' + class HttpClientAdapter extends Adapter { name(): string { return 'HTTP client' @@ -18,10 +20,8 @@ class HttpClientAdapter extends Adapter { } async send(message: GleeMessage): Promise { - const headers = {} - const config: HttpAdapterConfig = await this.resolveProtocolConfig('http') - const auth: HttpAuthConfig = await this.getAuthConfig(config?.client?.auth) - headers['Authentication'] = auth?.token + let headers = {} + const authConfig = await clientAuthConfig(this.serverName) const serverUrl = this.serverUrlExpanded for (const channelName of this.channelNames) { const channelInfo = this.parsedAsyncAPI.channel(channelName) @@ -31,15 +31,34 @@ class HttpClientAdapter extends Adapter { !channelServers.length || channelServers.includes(message.serverName) if (httpChannelBinding && isChannelServers) { const method = httpChannelBinding.method - const url = `${serverUrl}/${channelName}` + let url = `${serverUrl}/${channelName}` + const gleeAuth = new GleeAuth( + this.AsyncAPIServer, + this.parsedAsyncAPI, + this.serverName, + authConfig + ) const body: any = message.payload - const query: { [key: string]: string } | { [key: string]: string[] } = + let query: { [key: string]: string } | { [key: string]: string[] } = message.query + + if (authConfig) { + const modedAuth = await gleeAuth.processClientAuth( + url, + headers, + query + ) + headers = modedAuth.headers + url = modedAuth.url.href + query = modedAuth.query + } + got({ method, url, json: body, searchParams: JSON.parse(JSON.stringify(query)), + headers, }) .then((res) => { const msg = this.createMessage(channelName, res.body) diff --git a/src/adapters/http/server.ts b/src/adapters/http/server.ts index d207d2dad..be9c27975 100644 --- a/src/adapters/http/server.ts +++ b/src/adapters/http/server.ts @@ -4,6 +4,7 @@ import http from 'http' import { validateData } from '../../lib/util.js' import GleeError from '../../errors/glee-error.js' import * as url from 'url' +import GleeAuth from '../../lib/wsHttpAuth.js' class HttpAdapter extends Adapter { private httpResponses = new Map() @@ -30,14 +31,64 @@ class HttpAdapter extends Adapter { const optionsPort = httpOptions?.port const port = optionsPort || asyncapiServerPort - httpServer.on('request', (req, res) => { + httpServer.on('request', async (req, res) => { res.setHeader('Content-Type', 'application/json') + const bodyBuffer = [] let body: object req.on('data', (chunk) => { bodyBuffer.push(chunk) }) - req.on('end', () => { + + function done() { + let resolveFunc, rejectFunc + const promise = new Promise((resolve, reject) => { + resolveFunc = resolve + rejectFunc = reject + }) + return { + promise, + done: (val: boolean, code = 401, message = 'Unauthorized') => { + if (val) { + resolveFunc(true) + } else { + rejectFunc({ code, message }) + } + }, + } + } + + const gleeAuth = new GleeAuth( + this.AsyncAPIServer, + this.parsedAsyncAPI, + this.serverName, + req.headers + ) + + const { promise, done: callback } = done() + + if (gleeAuth.checkAuthPresense()) { + this.emit('auth', { + authProps: gleeAuth.getServerAuthProps( + req.headers, + url.parse(req.url, true).query + ), + server: this.serverName, + done: callback, + doc: this.AsyncAPIServer, + }) + } + + req.on('end', async () => { + try { + if (gleeAuth.checkAuthPresense()) await promise + } catch (e) { + res.statusCode = e.code + res.end() + this.emit('error', new Error(`${e.code} ${e.message}`)) + return + } + body = JSON.parse(Buffer.concat(bodyBuffer).toString()) this.httpResponses.set(this.serverName, res) let { pathname } = new URL(req.url, serverUrl) diff --git a/src/adapters/ws/client.ts b/src/adapters/ws/client.ts index 6dca108ee..a6949a5fd 100644 --- a/src/adapters/ws/client.ts +++ b/src/adapters/ws/client.ts @@ -2,7 +2,8 @@ import Adapter from '../../lib/adapter.js' import GleeMessage from '../../lib/message.js' import ws from 'ws' -import { WsAuthConfig, WebsocketAdapterConfig } from '../../lib/index.js' +import { clientAuthConfig } from '../../lib/userAuth.js' +import GleeAuth from '../../lib/wsHttpAuth.js' interface Client { channel: string @@ -29,14 +30,20 @@ class WsClientAdapter extends Adapter { const channelsOnThisServer = this.getWsChannels() for (const channel of channelsOnThisServer) { - const headers = {} - const wsOptions: WebsocketAdapterConfig = - await this.resolveProtocolConfig('ws') - const auth: WsAuthConfig = await this.getAuthConfig(wsOptions?.client?.auth) - headers['Authentication'] = `bearer ${auth?.token}` - - const url = new URL(this.AsyncAPIServer.url() + channel) - + let headers = {} + const authConfig = await clientAuthConfig(this.serverName) + const gleeAuth = new GleeAuth( + this.AsyncAPIServer, + this.parsedAsyncAPI, + this.serverName, + authConfig + ) + let url = new URL(this.AsyncAPIServer.url() + channel) + if (authConfig) { + const modedAuth = await gleeAuth.processClientAuth(url, headers, {}) + headers = modedAuth.headers + url = modedAuth.url + } this.clients.push({ channel, client: new ws(url, { headers }), diff --git a/src/adapters/ws/server.ts b/src/adapters/ws/server.ts index 4591b74f0..ea46db276 100644 --- a/src/adapters/ws/server.ts +++ b/src/adapters/ws/server.ts @@ -5,6 +5,7 @@ import Adapter from '../../lib/adapter.js' import GleeConnection from '../../lib/connection.js' import GleeMessage from '../../lib/message.js' import GleeError from '../../errors/glee-error.js' +import GleeAuth from '../../lib/wsHttpAuth.js' type QueryData = { searchParams: URLSearchParams @@ -141,7 +142,7 @@ class WebSocketsAdapter extends Adapter { } } - private checkBindings(socket, bindingOpts) { + private async checkBindings(socket, bindingOpts) { const { wsChannelBinding, request, searchParams } = bindingOpts const { query, headers } = wsChannelBinding @@ -162,6 +163,7 @@ class WebSocketsAdapter extends Adapter { request, headers, }) + if (!isValid) { this.emitGleeError(socket, { humanReadableError, errors }) return false @@ -171,18 +173,55 @@ class WebSocketsAdapter extends Adapter { return true } + private wrapCallbackDecorator(cb) { + return function done(val: boolean, code = 401, message = 'Unauthorized') { + cb(val, code, message) + if (val === false) { + const err = new Error(`${code} ${message}`) + this.emit('error', err) + } + } + } + + private verifyClientFunc(gleeAuth, info, cb) { + const authProps = gleeAuth.getServerAuthProps(info.req.headers, {}) + const done = this.wrapCallbackDecorator(cb).bind(this) + this.emit('auth', { + authProps, + server: this.serverName, + done, + doc: this.AsyncAPIServer, + }) + } + async _connect(): Promise { const { config, serverUrl, wsHttpServer, optionsPort, port } = await this.initializeConstants() this.portChecks({ port, config, optionsPort, wsHttpServer }) + const gleeAuth = new GleeAuth( + this.AsyncAPIServer, + this.parsedAsyncAPI, + this.serverName + ) + const servers = new Map() this.channelNames.forEach((channelName) => { - servers.set(channelName, new WebSocket.Server({ noServer: true })) + servers.set( + channelName, + new WebSocket.Server({ + noServer: true, + verifyClient: gleeAuth.checkAuthPresense() + ? (info, cb) => { + this.verifyClientFunc(gleeAuth, info, cb) + } + : null, + }) + ) }) - wsHttpServer.on('upgrade', (request, socket, head) => { + wsHttpServer.on('upgrade', async (request, socket, head) => { let { pathname } = new URL(request.url, `ws://${request.headers.host}`) pathname = this.pathnameChecks(socket, pathname, { serverUrl, servers }) @@ -191,12 +230,13 @@ class WebSocketsAdapter extends Adapter { request.url, `ws://${request.headers.host}` ) + const wsChannelBinding = this.parsedAsyncAPI .channel(pathname) .binding('ws') if (wsChannelBinding) { - const correctBindings = this.checkBindings(socket, { + const correctBindings = await this.checkBindings(socket, { wsChannelBinding, request, searchParams, @@ -232,12 +272,14 @@ class WebSocketsAdapter extends Adapter { connection.getRaw().send(message.payload) }) } else { - if (!message.connection) - {throw new Error( + if (!message.connection) { + throw new Error( 'There is no WebSocket connection to send the message yet.' - )} - if (!(message.connection instanceof GleeConnection)) - {throw new Error('Connection object is not of GleeConnection type.')} + ) + } + if (!(message.connection instanceof GleeConnection)) { + throw new Error('Connection object is not of GleeConnection type.') + } message.connection.getRaw().send(message.payload) } } diff --git a/src/index.ts b/src/index.ts index 7dcbded8a..73ffd8d82 100755 --- a/src/index.ts +++ b/src/index.ts @@ -13,6 +13,10 @@ import { register as registerFunctions, trigger as triggerFunction, } from './lib/functions.js' +import { + register as registerAuth, + triggerAuth as runAuth, +} from './lib/userAuth.js' import buffer2string from './middlewares/buffer2string.js' import string2json from './middlewares/string2json.js' import json2string from './middlewares/json2string.js' @@ -25,15 +29,20 @@ import validateConnection from './middlewares/validateConnection.js' import { initializeConfigs } from './lib/configs.js' import { getParsedAsyncAPI } from './lib/asyncapiFile.js' import { getSelectedServerNames } from './lib/servers.js' -import { EnrichedEvent } from './lib/adapter.js' +import { EnrichedEvent, AuthEvent } from './lib/adapter.js' import { ClusterEvent } from './lib/cluster.js' dotenvExpand(dotenv.config()) export default async function GleeAppInitializer() { const config = await initializeConfigs() - const { GLEE_DIR, GLEE_PROJECT_DIR, GLEE_LIFECYCLE_DIR, GLEE_FUNCTIONS_DIR } = - config + const { + GLEE_DIR, + GLEE_PROJECT_DIR, + GLEE_LIFECYCLE_DIR, + GLEE_FUNCTIONS_DIR, + GLEE_AUTH_DIR, + } = config logWelcome({ dev: process.env.NODE_ENV === 'development', @@ -47,6 +56,7 @@ export default async function GleeAppInitializer() { await registerFunctions(GLEE_FUNCTIONS_DIR) await registerLifecycleEvents(GLEE_LIFECYCLE_DIR) + await registerAuth(GLEE_AUTH_DIR) const parsedAsyncAPI = await getParsedAsyncAPI() const channelNames = parsedAsyncAPI.channelNames() @@ -57,6 +67,7 @@ export default async function GleeAppInitializer() { app.use(existsInAsyncAPI(parsedAsyncAPI)) app.useOutbound(existsInAsyncAPI(parsedAsyncAPI)) + app.useOutbound(validateConnection) app.use(buffer2string) app.use(string2json) @@ -99,6 +110,23 @@ export default async function GleeAppInitializer() { } }) + app.on('adapter:auth', async (e: AuthEvent) => { + logLineWithIcon( + ':zap:', + `Running authentication on server ${e.serverName}.`, + { + highlightedWords: [e.serverName], + } + ) + await runAuth({ + glee: app, + serverName: e.serverName, + authProps: e.authProps, + done: e.done, + doc: e.doc, + }) + }) + app.on('adapter:connect', async (e: EnrichedEvent) => { logLineWithIcon(':zap:', `Connected to server ${e.serverName}.`, { highlightedWords: [e.serverName], @@ -138,7 +166,9 @@ export default async function GleeAppInitializer() { app.on('adapter:server:ready', async (e: EnrichedEvent) => { logLineWithIcon( ':zap:', - `Server ${e.serverName} is ready to accept connections on ${e.server.url()}.`, + `Server ${ + e.serverName + } is ready to accept connections on ${e.server.url()}.`, { highlightedWords: [e.serverName], } diff --git a/src/lib/adapter.ts b/src/lib/adapter.ts index c8bac0482..2119d53df 100644 --- a/src/lib/adapter.ts +++ b/src/lib/adapter.ts @@ -6,6 +6,7 @@ import GleeConnection from './connection.js' import Glee from './glee.js' import GleeMessage from './message.js' import { resolveFunctions } from './util.js' +import { AuthProps } from './index.js' export type EnrichedEvent = { connection?: GleeConnection @@ -13,6 +14,13 @@ export type EnrichedEvent = { server: Server } +export type AuthEvent = { + serverName: string + authProps: AuthProps + done: any + doc: any +} + class GleeAdapter extends EventEmitter { private _glee: Glee private _serverName: string @@ -49,8 +57,9 @@ class GleeAdapter extends EventEmitter { const uriTemplateValues = new Map() process.env.GLEE_SERVER_VARIABLES?.split(',').forEach((t) => { const [localServerName, variable, value] = t.split(':') - if (localServerName === this._serverName) - {uriTemplateValues.set(variable, value)} + if (localServerName === this._serverName) { + uriTemplateValues.set(variable, value) + } }) this._serverUrlExpanded = uriTemplates(this._AsyncAPIServer.url()).fill( Object.fromEntries(uriTemplateValues.entries()) @@ -81,6 +90,18 @@ class GleeAdapter extends EventEmitter { } } + function enrichAuthEvent(ev): AuthEvent { + return { + ...ev, + ...{ + serverName, + authProps: ev.authProps, + callback: ev.callback, + doc: ev.doc, + }, + } + } + function createConnection(ev: { channels?: string[] channel?: string @@ -98,6 +119,10 @@ class GleeAdapter extends EventEmitter { }) } + this.on('auth', (ev) => { + this._glee.emit('adapter:auth', enrichAuthEvent(ev)) + }) + this.on('connect', (ev) => { const conn = createConnection(ev) this._connections.push(conn) @@ -226,7 +251,10 @@ class GleeAdapter extends EventEmitter { * * @param {GleeMessage} message The message to send. */ - async send(message: GleeMessage): Promise { // eslint-disable-line @typescript-eslint/no-unused-vars + + async send( + message: GleeMessage /* eslint-disable-line @typescript-eslint/no-unused-vars */ + ): Promise { throw new Error('Method `send` is not implemented.') } } diff --git a/src/lib/configs.ts b/src/lib/configs.ts index 438582581..0e594245c 100644 --- a/src/lib/configs.ts +++ b/src/lib/configs.ts @@ -11,6 +11,7 @@ let GLEE_DIR: string let GLEE_PROJECT_DIR: string let GLEE_LIFECYCLE_DIR: string let GLEE_FUNCTIONS_DIR: string +let GLEE_AUTH_DIR: string let GLEE_CONFIG_FILE_PATH: string let GLEE_CONFIG_FILE_PATH_JS: string let GLEE_CONFIG_FILE_PATH_TS: string @@ -30,6 +31,7 @@ export async function initializeConfigs( GLEE_DIR, config.functionsDir || 'functions' ) + GLEE_AUTH_DIR = path.resolve(GLEE_DIR, config.functionsDir || 'auth') GLEE_CONFIG_FILE_PATH_TS = path.resolve(GLEE_DIR, 'glee.config.ts') GLEE_CONFIG_FILE_PATH_JS = path.resolve(GLEE_DIR, 'glee.config.js') @@ -80,13 +82,15 @@ async function loadConfigsFromFile() { let { default: projectConfigs } = await import( pathToFileURL(GLEE_CONFIG_FILE_PATH).href ) - if (typeof projectConfigs === 'function') - {projectConfigs = await projectConfigs()} + if (typeof projectConfigs === 'function') { + projectConfigs = await projectConfigs() + } if (!projectConfigs) return GLEE_DIR = projectConfigs.glee?.gleeDir || GLEE_DIR GLEE_LIFECYCLE_DIR = projectConfigs.glee?.lifecycleDir ?? GLEE_LIFECYCLE_DIR GLEE_FUNCTIONS_DIR = projectConfigs.glee?.functionsDir ?? GLEE_FUNCTIONS_DIR + GLEE_AUTH_DIR = projectConfigs.glee?.authDir ?? GLEE_AUTH_DIR ASYNCAPI_FILE_PATH = projectConfigs.glee?.asyncapiFilePath ?? ASYNCAPI_FILE_PATH return projectConfigs @@ -120,6 +124,7 @@ export function getConfigs(): { [key: string]: string } { GLEE_LIFECYCLE_DIR, GLEE_FUNCTIONS_DIR, GLEE_CONFIG_FILE_PATH, + GLEE_AUTH_DIR, ASYNCAPI_FILE_PATH, } } diff --git a/src/lib/glee.ts b/src/lib/glee.ts index c144248e9..514881f88 100644 --- a/src/lib/glee.ts +++ b/src/lib/glee.ts @@ -1,3 +1,4 @@ +/* eslint-disable @typescript-eslint/no-unused-vars */ import EventEmitter from 'events' import async from 'async' import Debug from 'debug' @@ -100,7 +101,10 @@ export default class Glee extends EventEmitter { */ use(...middlewares: GenericMiddleware[]): void use(channel: string, ...middlewares: GenericMiddleware[]): void - use(channel: string | GenericMiddleware, ...middlewares: GenericMiddleware[]): void { // eslint-disable-line @typescript-eslint/no-unused-vars + use( + channel: string | GenericMiddleware, + ...middlewares: GenericMiddleware[] + ): void { this._router.use(...arguments) // eslint-disable-line prefer-rest-params } @@ -115,7 +119,6 @@ export default class Glee extends EventEmitter { channel: string | GenericMiddleware, ...middlewares: GenericMiddleware[] ): void { - // eslint-disable-line @typescript-eslint/no-unused-vars this._router.useOutbound(...arguments) // eslint-disable-line prefer-rest-params } diff --git a/src/lib/index.d.ts b/src/lib/index.d.ts index 4b3d3c5a1..5abe5c03d 100644 --- a/src/lib/index.d.ts +++ b/src/lib/index.d.ts @@ -25,12 +25,30 @@ export interface MqttAuthConfig { export interface WsAuthConfig { token?: string + username?: string + password?: string } export interface HttpAuthConfig { token?: string + username?: string + password?: string +} + +export type AuthProps = { + getToken: () => string + getUserPass: () => { + username: string + password: string + } + getCert: () => string + getOauthToken: () => string + getHttpAPIKeys: (name: string) => string + getAPIKeys: () => string } +export type WsHttpAuth = WsAuthConfig | HttpAuthConfig + export interface KafkaAuthConfig { key?: string cert?: string @@ -109,6 +127,14 @@ export type GleeFunctionEvent = { channel?: string } +export type GleeAuthFunctionEvent = { + glee: Glee + authProps: AuthProps + done: any + serverName: string + doc: any +} + export type GleeFunctionReturnSend = { payload?: any query?: QueryParam @@ -123,3 +149,7 @@ export type GleeFunctionReturnBroadcast = GleeFunctionReturnSend export type GleeFunction = ( event: GleeFunctionEvent ) => Promise + +export type GleeAuthFunction = ( + event: GleeAuthFunctionEvent +) => Promise diff --git a/src/lib/userAuth.ts b/src/lib/userAuth.ts new file mode 100644 index 000000000..25d57803c --- /dev/null +++ b/src/lib/userAuth.ts @@ -0,0 +1,79 @@ +import { basename, extname } from 'path' +import { stat } from 'fs/promises' +import walkdir from 'walkdir' +import { logWarningMessage } from './logger.js' +import { GleeAuthFunction, GleeAuthFunctionEvent } from './index.js' +import { pathToFileURL } from 'url' + +interface AuthFunctionInfo { + clientAuth?: GleeAuthFunction + serverAuth?: GleeAuthFunction +} + +export const authFunctions: Map = new Map() + +export async function register(dir: string) { + try { + const statsDir = await stat(dir) + if (!statsDir.isDirectory()) return + } catch (e) { + if (e.code === 'ENOENT') return + throw e + } + + //get serverAuth and ClientAuth + try { + const files = await walkdir.async(dir, { return_object: true }) + return await Promise.all( + Object.keys(files).map(async (filePath) => { + try { + const serverName = basename(filePath, extname(filePath)) + const { clientAuth, serverAuth } = await import( + pathToFileURL(filePath).href + ) + authFunctions.set(serverName, { + clientAuth, + serverAuth, + }) + } catch (e) { + console.error(e) + } + }) + ) + } catch (e) { + console.error(e) + } +} +export async function triggerAuth(params: GleeAuthFunctionEvent) { + const { serverName, done } = params + + try { + const auth = authFunctions.get(serverName) + if (!auth) { + logWarningMessage( + `Missing Authentication function file. Cannot find ${serverName}.ts or ${serverName}.js`, + { + highlightedWords: [serverName], + } + ) + done(false, 422, 'Cannot find authentication file') + return + } + //run serverAuth function with passed parameters + await auth.serverAuth(params) + return + } catch (err) { + if (err.code === 'ERR_MODULE_NOT_FOUND') { + logWarningMessage(`Missing function file ${serverName}.`, { + highlightedWords: [serverName], + }) + } else { + throw err + } + } +} + +export async function clientAuthConfig(serverName: string) { + //get client credentials + return authFunctions.get(serverName)?.clientAuth +} diff --git a/src/lib/wsHttpAuth.ts b/src/lib/wsHttpAuth.ts new file mode 100644 index 000000000..60e438f73 --- /dev/null +++ b/src/lib/wsHttpAuth.ts @@ -0,0 +1,180 @@ +import { AsyncAPIDocument, SecurityScheme, Server } from '@asyncapi/parser' +import { resolveFunctions } from './util.js' +import { EventEmitter } from 'events' +import { HttpAuthConfig, WsAuthConfig, AuthProps } from './index.js' + +class GleeAuth extends EventEmitter { + private secReqs: { [key: string]: SecurityScheme }[] + private parsedAsyncAPI: AsyncAPIDocument + private serverName: string + private AsyncAPIServer: Server + private authConfig: WsAuthConfig | HttpAuthConfig + private auth: { [key: string]: string } | { [key: string]: string[] } + + /** + * Instantiates authentication. + */ + constructor( + AsyncAPIServer: Server, + parsedAsyncAPI: AsyncAPIDocument, + serverName: string, + authConfig? + ) { + super() + this.secReqs = [] + this.parsedAsyncAPI = parsedAsyncAPI + this.serverName = serverName + this.AsyncAPIServer = AsyncAPIServer + this.authConfig = authConfig + } + + checkClientAuthConfig() { + this.secReqs = (this.AsyncAPIServer.security() || []).map((sec) => { + const secName = Object.keys(sec.json())[0] + return { + [secName]: this.parsedAsyncAPI.components().securityScheme(secName), + } + }) + + const authKeys = Object.keys(this.auth) + const secNames = this.secReqs.map((el) => Object.keys(el)[0]) + + authKeys.forEach((el) => { + const allowed = secNames.includes(el) + if (!allowed) { + const err = new Error( + `${el} securityScheme is not defined in your asyncapi.yaml config` + ) + this.emit('error', err) + } + }) + + return authKeys + + //checkClientUnimplementedSecScheme() + //raise a warning about any unimplemented securityScheme + } + + async getAuthConfig(auth) { + if (!auth) return + if (typeof auth !== 'function') { + await resolveFunctions(auth) + return auth + } + + return await auth({ + serverName: this.serverName, + parsedAsyncAPI: this.parsedAsyncAPI, + }) + } + + formClientAuth(authKeys, { url, headers, query }) { + if (!authKeys) return { url, headers } + authKeys.map((authKey) => { + const scheme = this.secReqs.find((sec) => Object.keys(sec) == authKey) + const currentScheme = scheme[String(authKey)].scheme() + const currentType = scheme[String(authKey)].type() + if (currentScheme == 'bearer') { + headers.authentication = `bearer ${this.auth[String(authKey)]}` + return + } + if (currentType == 'userPassword' || currentType == 'apiKey') { + url = this.userPassApiKeyLogic(url, authKey) + return + } + if (currentType == 'oauth2') { + headers.oauthToken = this.auth[String(authKey)] + } + if (currentType == 'httpApiKey') { + const conf = this.httpApiKeyLogic(scheme, headers, query, authKey) + headers = conf.headers + query = conf.query + } + }) + return { url, headers, query } + } + + private userPassApiKeyLogic(url, authKey) { + const password = this.auth[String(authKey)]['password'] + const username = this.auth[String(authKey)]['user'] + + if (typeof url == 'object') { + url.password = password + url.username = username + return url + } + + const myURL = new URL(url) + myURL.password = password + myURL.username = username + return myURL + } + + private httpApiKeyLogic(scheme, headers, query, authKey) { + const loc = scheme[String(authKey)].json('in') + if (loc == 'header') { + headers[scheme[String(authKey)].json('name')] = this.auth[String(authKey)] + } else if (loc == 'query') { + query[scheme[String(authKey)].json('name')] = this.auth[String(authKey)] + } + + return { headers, query } + } + + // getServerAuthReq() {} + + getServerAuthProps(headers, query) { + const authProps: AuthProps = { + getToken: () => { + return headers.authentication + }, + getUserPass: () => { + const buf = headers.authorization + ? Buffer.from(headers.authorization?.split(' ')[1], 'base64') + : undefined + + if (!buf) return + + const [username, password] = buf.toString().split(':') + return { + username, + password, + } + }, + getCert: () => { + return headers.cert + }, + getOauthToken: () => { + return headers.oauthtoken + }, + getHttpAPIKeys: (name: string) => { + return headers[String(name)] ?? query[String(name)] + }, + getAPIKeys: () => { + return `keys` + }, + } + + return authProps + } + + async processClientAuth(url, headers, query) { + this.auth = await this.getAuthConfig(this.authConfig) + const authKeys = this.checkClientAuthConfig() + if (!authKeys) return + return this.formClientAuth(authKeys, { url, headers, query }) + } + + checkAuthPresense(): boolean { + return ( + this.AsyncAPIServer.security() && + Object.keys(this.AsyncAPIServer.security()).length > 0 + ) + } + + // checkClientUnimplementedSecScheme() {} + + // getSchemes(type) {} +} + +export default GleeAuth diff --git a/test/lib/adapter.test.ts b/test/lib/adapter.test.ts index 4130b1fa0..d901fca7a 100644 --- a/test/lib/adapter.test.ts +++ b/test/lib/adapter.test.ts @@ -1,12 +1,12 @@ import 'jest-extended' import AsyncAPIDocument from '@asyncapi/parser/lib/models/asyncapi' -import {Server} from '@asyncapi/parser' +import { Server } from '@asyncapi/parser' import GleeConnection from '../../src/lib/connection.js' import Glee from '../../src/lib/glee.js' import GleeMessage from '../../src/lib/message.js' import GleeAdapter from '../../src/lib/adapter.js' import { MiddlewareCallback } from '../../src/middlewares/index.d' -import {jest} from '@jest/globals' +import { jest } from '@jest/globals' const TEST_SERVER_NAME = 'test' const ANOTHER_TEST_SERVER_NAME = 'another' @@ -23,9 +23,9 @@ const TEST_ASYNCAPI_DOCUMENT = new AsyncAPIDocument({ protocol: 'ws', variables: { port: { - default: '7000' - } - } + default: '7000', + }, + }, }, }, channels: { @@ -34,18 +34,25 @@ const TEST_ASYNCAPI_DOCUMENT = new AsyncAPIDocument({ message: { payload: { type: 'string', - } - } - } - } - } + }, + }, + }, + }, + }, }) const TEST_SERVER: Server = TEST_ASYNCAPI_DOCUMENT.server(TEST_SERVER_NAME) -const ANOTHER_TEST_SERVER: Server = TEST_ASYNCAPI_DOCUMENT.server(ANOTHER_TEST_SERVER_NAME) +const ANOTHER_TEST_SERVER: Server = TEST_ASYNCAPI_DOCUMENT.server( + ANOTHER_TEST_SERVER_NAME +) const RAW_CONN = { fake: 'conn' } class TEST_ADAPTER extends GleeAdapter { async connect() { - this.emit('connect', { name: 'TEST_ADAPTER', adapter: this, connection: RAW_CONN, channels: [] }) + this.emit('connect', { + name: 'TEST_ADAPTER', + adapter: this, + connection: RAW_CONN, + channels: [], + }) } } class ANOTHER_TEST_ADAPTER extends GleeAdapter {} @@ -58,54 +65,108 @@ const fakeConnection = new GleeConnection({ parsedAsyncAPI: TEST_ASYNCAPI_DOCUMENT, }) +const initializeAdapter = () => { + const app = new Glee() + const adapter = new GleeAdapter( + app, + TEST_SERVER_NAME, + TEST_SERVER, + TEST_ASYNCAPI_DOCUMENT + ) + app.on('adapter:server:connection:open', (ev) => { + expect(ev.serverName).toStrictEqual(TEST_SERVER_NAME) + expect(ev.server).toStrictEqual(TEST_SERVER) + expect(ev.connection).toBeInstanceOf(GleeConnection) + expect(ev.connection.AsyncAPIServer).toStrictEqual(TEST_SERVER) + expect(ev.connection.rawConnection).toStrictEqual(RAW_CONN) + expect(ev.connection.channels).toStrictEqual(['fake/channel']) + expect(ev.connection.serverName).toStrictEqual(TEST_SERVER_NAME) + expect(ev.connection.parsedAsyncAPI).toStrictEqual(TEST_ASYNCAPI_DOCUMENT) + }) + + return adapter +} + describe('adapter', () => { describe('glee', () => { it('returns the glee app passed on constructor', async () => { const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) + const adapter = new GleeAdapter( + app, + TEST_SERVER_NAME, + TEST_SERVER, + TEST_ASYNCAPI_DOCUMENT + ) expect(adapter.glee).toStrictEqual(app) }) }) - + describe('serverName', () => { it('returns the server name passed on constructor', async () => { const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) + const adapter = new GleeAdapter( + app, + TEST_SERVER_NAME, + TEST_SERVER, + TEST_ASYNCAPI_DOCUMENT + ) expect(adapter.serverName).toStrictEqual(TEST_SERVER_NAME) }) }) - + describe('AsyncAPIServer', () => { it('returns the AsyncAPI server object passed on constructor', async () => { const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) + const adapter = new GleeAdapter( + app, + TEST_SERVER_NAME, + TEST_SERVER, + TEST_ASYNCAPI_DOCUMENT + ) expect(adapter.AsyncAPIServer).toStrictEqual(TEST_SERVER) }) }) - + describe('parsedAsyncAPI', () => { it('returns the AsyncAPI document object passed on constructor', async () => { const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) + const adapter = new GleeAdapter( + app, + TEST_SERVER_NAME, + TEST_SERVER, + TEST_ASYNCAPI_DOCUMENT + ) expect(adapter.parsedAsyncAPI).toStrictEqual(TEST_ASYNCAPI_DOCUMENT) }) }) - + describe('channelNames', () => { it('returns the list of associated channel names', async () => { const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) - expect(adapter.channelNames).toStrictEqual(TEST_ASYNCAPI_DOCUMENT.channelNames()) + const adapter = new GleeAdapter( + app, + TEST_SERVER_NAME, + TEST_SERVER, + TEST_ASYNCAPI_DOCUMENT + ) + expect(adapter.channelNames).toStrictEqual( + TEST_ASYNCAPI_DOCUMENT.channelNames() + ) }) }) - + describe('connections', () => { it('returns an empty array when the adapter is just initialized', async () => { const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) + const adapter = new GleeAdapter( + app, + TEST_SERVER_NAME, + TEST_SERVER, + TEST_ASYNCAPI_DOCUMENT + ) expect(adapter.connections).toStrictEqual([]) }) - + it('returns a array with the associated connections', async () => { const app = new Glee() app.addAdapter(TEST_ADAPTER, { @@ -114,11 +175,13 @@ describe('adapter', () => { parsedAsyncAPI: TEST_ASYNCAPI_DOCUMENT, }) await app.connect() - + expect(app.adapters.length).toStrictEqual(1) expect(app.adapters[0].instance).toBeTruthy() expect(app.adapters[0].instance.connections.length).toStrictEqual(1) - expect(app.adapters[0].instance.connections[0].rawConnection).toStrictEqual(RAW_CONN) + expect( + app.adapters[0].instance.connections[0].rawConnection + ).toStrictEqual(RAW_CONN) }) }) @@ -129,25 +192,32 @@ describe('adapter', () => { jest.resetModules() // Most important - it clears the cache process.env = { ...OLD_ENV, - GLEE_SERVER_VARIABLES: 'another:port:8000' + GLEE_SERVER_VARIABLES: 'another:port:8000', } }) afterAll(() => { process.env = OLD_ENV // Restore old environment }) - + it('returns the server URL with variables expanded', async () => { const app = new Glee() - const adapter = new GleeAdapter(app, ANOTHER_TEST_SERVER_NAME, ANOTHER_TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) - expect(adapter.serverUrlExpanded).toStrictEqual('ws://fake-url-with-vars:8000') + const adapter = new GleeAdapter( + app, + ANOTHER_TEST_SERVER_NAME, + ANOTHER_TEST_SERVER, + TEST_ASYNCAPI_DOCUMENT + ) + expect(adapter.serverUrlExpanded).toStrictEqual( + 'ws://fake-url-with-vars:8000' + ) }) }) - + describe('on("message")', () => { it('injects the message on the Glee app', async () => { const msg = new GleeMessage({ - payload: 'test' + payload: 'test', }) const app = new Glee() app.addAdapter(TEST_ADAPTER, { @@ -163,103 +233,90 @@ describe('adapter', () => { expect(app.adapters.length).toStrictEqual(1) expect(app.adapters[0].instance).toBeTruthy() - app.adapters[0].instance.emit('message', msg, RAW_CONN) + app.adapters[0].instance.emit('message', msg, RAW_CONN) }) }) - + describe('on("server:ready")', () => { it('notifies the Glee app', async () => { - const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) - app.on('adapter:server:ready', (ev) => { - expect(ev).toStrictEqual({ - fake: 'object', - serverName: TEST_SERVER_NAME, - server: TEST_SERVER, - }) - }) + const adapter = initializeAdapter() adapter.emit('server:ready', { fake: 'object' }) }) }) - + describe('on("server:connection:open")', () => { it('notifies the Glee app', async () => { - const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) - app.on('adapter:server:connection:open', (ev) => { - expect(ev.serverName).toStrictEqual(TEST_SERVER_NAME) - expect(ev.server).toStrictEqual(TEST_SERVER) - expect(ev.connection).toBeInstanceOf(GleeConnection) - expect(ev.connection.AsyncAPIServer).toStrictEqual(TEST_SERVER) - expect(ev.connection.rawConnection).toStrictEqual(RAW_CONN) - expect(ev.connection.channels).toStrictEqual(['fake/channel']) - expect(ev.connection.serverName).toStrictEqual(TEST_SERVER_NAME) - expect(ev.connection.parsedAsyncAPI).toStrictEqual(TEST_ASYNCAPI_DOCUMENT) + const adapter = initializeAdapter() + adapter.emit('server:connection:open', { + channels: ['fake/channel'], + connection: RAW_CONN, }) - adapter.emit('server:connection:open', { channels: ['fake/channel'], connection: RAW_CONN }) }) }) - + describe('on("close")', () => { it('notifies the Glee app', async () => { - const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) - app.on('adapter:close', (ev) => { - expect(ev.serverName).toStrictEqual(TEST_SERVER_NAME) - expect(ev.server).toStrictEqual(TEST_SERVER) - expect(ev.connection).toBeInstanceOf(GleeConnection) - expect(ev.connection.AsyncAPIServer).toStrictEqual(TEST_SERVER) - expect(ev.connection.rawConnection).toStrictEqual(RAW_CONN) - expect(ev.connection.channels).toStrictEqual(['fake/channel']) - expect(ev.connection.serverName).toStrictEqual(TEST_SERVER_NAME) - expect(ev.connection.parsedAsyncAPI).toStrictEqual(TEST_ASYNCAPI_DOCUMENT) + const adapter = initializeAdapter() + adapter.emit('close', { + channels: ['fake/channel'], + connection: RAW_CONN, }) - adapter.emit('close', { channels: ['fake/channel'], connection: RAW_CONN }) }) }) - + describe('on("reconnect")', () => { it('notifies the Glee app', async () => { - const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) - app.on('adapter:reconnect', (ev) => { - expect(ev.serverName).toStrictEqual(TEST_SERVER_NAME) - expect(ev.server).toStrictEqual(TEST_SERVER) - expect(ev.connection).toBeInstanceOf(GleeConnection) - expect(ev.connection.AsyncAPIServer).toStrictEqual(TEST_SERVER) - expect(ev.connection.rawConnection).toStrictEqual(RAW_CONN) - expect(ev.connection.channels).toStrictEqual(['fake/channel']) - expect(ev.connection.serverName).toStrictEqual(TEST_SERVER_NAME) - expect(ev.connection.parsedAsyncAPI).toStrictEqual(TEST_ASYNCAPI_DOCUMENT) + const adapter = initializeAdapter() + adapter.emit('reconnect', { + channels: ['fake/channel'], + connection: RAW_CONN, }) - adapter.emit('reconnect', { channels: ['fake/channel'], connection: RAW_CONN }) }) }) - + describe('getSubscribedChannels()', () => { it('returns the list of channels to which the adapter is subscribed', async () => { const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) + const adapter = new GleeAdapter( + app, + TEST_SERVER_NAME, + TEST_SERVER, + TEST_ASYNCAPI_DOCUMENT + ) expect(adapter.getSubscribedChannels()).toStrictEqual(['test/channel']) }) }) - + describe('connect()', () => { it('throws', async () => { const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) - await expect(adapter.connect()).rejects.toThrowError(new Error('Method `connect` is not implemented.')) + const adapter = new GleeAdapter( + app, + TEST_SERVER_NAME, + TEST_SERVER, + TEST_ASYNCAPI_DOCUMENT + ) + await expect(adapter.connect()).rejects.toThrowError( + new Error('Method `connect` is not implemented.') + ) }) }) - + describe('send()', () => { it('throws', async () => { const msg = new GleeMessage({ - payload: 'test' + payload: 'test', }) const app = new Glee() - const adapter = new GleeAdapter(app, TEST_SERVER_NAME, TEST_SERVER, TEST_ASYNCAPI_DOCUMENT) - await expect(adapter.send(msg)).rejects.toThrowError(new Error('Method `send` is not implemented.')) + const adapter = new GleeAdapter( + app, + TEST_SERVER_NAME, + TEST_SERVER, + TEST_ASYNCAPI_DOCUMENT + ) + await expect(adapter.send(msg)).rejects.toThrowError( + new Error('Method `send` is not implemented.') + ) }) }) -}) \ No newline at end of file +}) From b68796adda2c0f6833bb7122e61685bc832a1efc Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 21 Aug 2023 14:20:32 +0200 Subject: [PATCH 06/24] chore(release): v0.26.0 (#508) --- .../classes/adapters_cluster_redis.default.md | 28 +- .../classes/adapters_http_client.default.md | 30 +- .../classes/adapters_http_server.default.md | 38 +- .../classes/adapters_kafka.default.md | 34 +- .../classes/adapters_mqtt.default.md | 50 +- .../classes/adapters_socket_io.default.md | 36 +- .../classes/adapters_ws_client.default.md | 38 +- .../classes/adapters_ws_server.default.md | 114 +- .../classes/errors_glee_error.default.md | 10 +- docs/reference/classes/lib_adapter.default.md | 40 +- docs/reference/classes/lib_cluster.default.md | 26 +- .../classes/lib_connection.default.md | 26 +- docs/reference/classes/lib_glee.default.md | 52 +- docs/reference/classes/lib_message.default.md | 74 +- docs/reference/classes/lib_router.default.md | 38 +- .../classes/lib_wsHttpAuth.default.md | 1412 +++++++++++++++++ .../interfaces/lib.HttpAuthConfig.md | 14 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 109 +- docs/reference/modules/lib_adapter.md | 6 +- docs/reference/modules/lib_asyncapiFile.md | 2 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 6 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 16 +- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- docs/reference/modules/middlewares_logger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 49 files changed, 1938 insertions(+), 383 deletions(-) create mode 100644 docs/reference/classes/lib_wsHttpAuth.default.md diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 7bf8e040a..4f1cadb10 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 68d7b0d20..4866499bb 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -86,7 +86,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) ## Properties @@ -170,7 +170,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) ___ @@ -188,7 +188,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) ___ @@ -206,7 +206,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) ___ @@ -224,7 +224,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) ___ @@ -242,7 +242,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) ___ @@ -260,7 +260,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) ___ @@ -278,7 +278,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) ## Methods @@ -329,7 +329,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:10](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/client.ts#L10) +[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/client.ts#L12) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:54](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/client.ts#L54) +[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/client.ts#L73) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) ___ @@ -524,7 +524,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:7](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/client.ts#L7) +[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/client.ts#L9) ___ @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) ___ @@ -1074,7 +1074,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/client.ts#L20) +[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/client.ts#L22) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index 630eac58d..2ce7ebf74 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/http/server.ts:9](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L9) +[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L10) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) ## Methods @@ -317,7 +317,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:84](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L84) +[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L135) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L23) +[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L24) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:130](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L130) +[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L181) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:124](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L124) +[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L175) ___ @@ -424,7 +424,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L15) +[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L16) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) ___ @@ -598,7 +598,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:11](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L11) +[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L12) ___ @@ -1122,7 +1122,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) ___ @@ -1148,7 +1148,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/http/server.ts#L19) +[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L20) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index 5aed93287..5b5d05f0d 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -88,7 +88,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) ## Properties @@ -98,7 +98,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/f761154/src/adapters/kafka/index.ts#L8) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/f761154/src/adapters/kafka/index.ts#L7) ___ @@ -192,7 +192,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) ___ @@ -264,7 +264,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) ___ @@ -282,7 +282,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) ___ @@ -300,7 +300,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/f761154/src/adapters/kafka/index.ts#L95) ___ @@ -373,7 +373,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/f761154/src/adapters/kafka/index.ts#L13) ___ @@ -502,7 +502,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) ___ @@ -547,7 +547,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/f761154/src/adapters/kafka/index.ts#L9) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) ___ @@ -1097,7 +1097,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/f761154/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index 3881ed03b..749960c77 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -96,7 +96,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) ## Properties @@ -106,7 +106,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L29) +[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L29) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L30) +[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L30) ___ @@ -200,7 +200,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) ___ @@ -218,7 +218,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) ___ @@ -236,7 +236,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) ___ @@ -254,7 +254,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) ___ @@ -272,7 +272,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) ___ @@ -290,7 +290,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) ___ @@ -308,7 +308,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L151) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L229) +[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L229) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L245) +[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L245) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L206) +[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L206) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L118) +[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L118) ___ @@ -450,7 +450,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L36) +[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L36) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) ___ @@ -623,7 +623,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L44) +[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L44) ___ @@ -643,7 +643,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L64) +[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L64) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L95) +[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L95) ___ @@ -765,7 +765,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L32) ___ @@ -1207,7 +1207,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) ___ @@ -1233,7 +1233,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L40) +[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L40) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/mqtt/index.ts#L128) +[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L128) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 75ef0b4fe..5b9fbefb8 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -89,7 +89,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) ## Properties @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L6) ___ @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L20) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L97) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L78) ___ @@ -397,7 +397,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L12) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) ___ @@ -571,7 +571,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L8) ___ @@ -1095,7 +1095,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) ___ @@ -1121,7 +1121,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index 229c9514e..566bea274 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/ws/client.ts:14](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L14) +[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L15) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) ## Methods @@ -306,7 +306,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:28](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L28) +[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L29) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L105) +[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L112) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:92](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L92) +[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L99) ___ @@ -398,7 +398,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L20) +[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L21) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) ___ @@ -572,7 +572,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:70](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L70) +[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L77) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:16](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L16) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L17) ___ @@ -1110,7 +1110,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) ___ @@ -1136,7 +1136,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:24](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/client.ts#L24) +[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L25) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index fb94b52cb..73f763263 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -68,6 +68,8 @@ - [resolveProtocolConfig](adapters_ws_server.default.md#resolveprotocolconfig) - [send](adapters_ws_server.default.md#send) - [setMaxListeners](adapters_ws_server.default.md#setmaxlisteners) +- [verifyClientFunc](adapters_ws_server.default.md#verifyclientfunc) +- [wrapCallbackDecorator](adapters_ws_server.default.md#wrapcallbackdecorator) - [getEventListeners](adapters_ws_server.default.md#geteventlisteners) - [listenerCount](adapters_ws_server.default.md#listenercount-1) - [on](adapters_ws_server.default.md#on-1) @@ -97,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) ## Properties @@ -181,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) ___ @@ -199,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) ___ @@ -217,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) ___ @@ -235,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) ___ @@ -253,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) ___ @@ -271,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) ___ @@ -289,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) ## Methods @@ -303,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:174](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L174) +[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L197) ___ @@ -324,7 +326,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:245](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L245) +[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L287) ___ @@ -344,7 +346,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:225](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L225) +[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L265) ___ @@ -381,7 +383,7 @@ ___ ### checkBindings -▸ `Private` **checkBindings**(`socket`, `bindingOpts`): `boolean` +▸ `Private` **checkBindings**(`socket`, `bindingOpts`): `Promise`<`boolean`\> #### Parameters @@ -392,11 +394,11 @@ ___ #### Returns -`boolean` +`Promise`<`boolean`\> #### Defined in -[src/adapters/ws/server.ts:144](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L144) +[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L145) ___ @@ -416,7 +418,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:53](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L53) +[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L54) ___ @@ -436,7 +438,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:42](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L42) +[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L43) ___ @@ -456,7 +458,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:19](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L19) +[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L20) ___ @@ -544,7 +546,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:36](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L36) +[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L37) ___ @@ -565,7 +567,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:27](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L27) +[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L28) ___ @@ -627,7 +629,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) ___ @@ -672,7 +674,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) ___ @@ -686,7 +688,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:126](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L126) +[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L127) ___ @@ -706,7 +708,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:58](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L58) +[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L59) ___ @@ -788,7 +790,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L15) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L16) ___ @@ -949,7 +951,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:77](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L77) +[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L78) ___ @@ -969,7 +971,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:108](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L108) +[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L109) ___ @@ -1272,7 +1274,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) ___ @@ -1298,7 +1300,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:23](https://github.com/asyncapi/glee/blob/b84101b/src/adapters/ws/server.ts#L23) +[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L24) ___ @@ -1337,6 +1339,62 @@ node_modules/@types/node/events.d.ts:520 ___ +### verifyClientFunc + +▸ `Private` **verifyClientFunc**(`gleeAuth`, `info`, `cb`): `void` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `gleeAuth` | `any` | +| `info` | `any` | +| `cb` | `any` | + +#### Returns + +`void` + +#### Defined in + +[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L186) + +___ + +### wrapCallbackDecorator + +▸ `Private` **wrapCallbackDecorator**(`cb`): (`val`: `boolean`, `code`: `number`, `message`: `string`) => `void` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `cb` | `any` | + +#### Returns + +`fn` + +▸ (`val`, `code?`, `message?`): `void` + +##### Parameters + +| Name | Type | Default value | +| :------ | :------ | :------ | +| `val` | `boolean` | `undefined` | +| `code` | `number` | `401` | +| `message` | `string` | `'Unauthorized'` | + +##### Returns + +`void` + +#### Defined in + +[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L176) + +___ + ### getEventListeners ▸ `Static` **getEventListeners**(`emitter`, `name`): `Function`[] diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index f0af53450..c294efc0c 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/b84101b/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/f761154/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/b84101b/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/f761154/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/b84101b/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/f761154/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/b84101b/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/f761154/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/b84101b/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index d8012f54c..86969bf7c 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -105,7 +105,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) ## Properties @@ -115,7 +115,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:19](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L19) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L27) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/adapter.ts:21](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L21) +[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L29) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[src/lib/adapter.ts:22](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L22) +[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L30) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L25) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/adapter.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L20) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L28) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/adapter.ts:18](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L18) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L26) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/adapter.ts:23](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L23) +[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L31) ___ @@ -255,7 +255,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L160) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L168) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L172) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L152) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L164) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L156) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) ## Methods @@ -386,7 +386,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L220) +[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L245) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) ___ @@ -552,7 +552,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) ___ @@ -1058,7 +1058,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) ___ @@ -1080,7 +1080,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:229](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L229) +[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L255) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index 561be3565..8c33b6bd3 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 4e000bf73..39a0b7727 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/b84101b/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 079a23132..5eb8b9434 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:44](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L44) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L36) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L37) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:34](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L34) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L35) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:58](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L58) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:62](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L62) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:54](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L54) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:304](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L304) +[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L307) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:291](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L291) +[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L294) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:221](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L221) +[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L224) ___ @@ -324,9 +324,9 @@ Adds a connection adapter. | :------ | :------ | | `Adapter` | typeof [`default`](lib_adapter.default.md) | | `«destructured»` | `Object` | -| › `parsedAsyncAPI` | `AsyncAPIDocument` | -| › `server` | `Server` | -| › `serverName` | `string` | +| › `parsedAsyncAPI` | `AsyncAPIDocument` | +| › `server` | `Server` | +| › `serverName` | `string` | #### Returns @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:74](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L74) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:140](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L140) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:192](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L192) +[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L195) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:170](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L170) +[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L173) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:159](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L159) +[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L162) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:127](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L127) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:90](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L90) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:205](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L205) +[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L208) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:101](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L101) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L102) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:112](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L112) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:113](https://github.com/asyncapi/glee/blob/b84101b/src/lib/glee.ts#L113) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index 8683d5833..de08b3eea 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -97,7 +97,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L51) +[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L51) ## Properties @@ -107,7 +107,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L31) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L28) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L34) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L30) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L27) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L32) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L33) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L35) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L26) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L36) +[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L36) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L29) ___ @@ -295,7 +295,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L113) +[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L113) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L89) +[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L89) • `set` **channel**(`value`): `void` @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L93) +[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L93) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L125) +[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L125) • `set` **cluster**(`value`): `void` @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L129) +[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L129) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L105) +[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L105) • `set` **connection**(`value`): `void` @@ -385,7 +385,7 @@ ___ #### Defined in -[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L109) +[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L109) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L81) +[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L81) • `set` **headers**(`value`): `void` @@ -415,7 +415,7 @@ ___ #### Defined in -[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L85) +[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L85) ___ @@ -429,7 +429,7 @@ ___ #### Defined in -[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L117) +[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L117) • `set` **params**(`value`): `void` @@ -445,7 +445,7 @@ ___ #### Defined in -[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L121) +[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L121) ___ @@ -459,7 +459,7 @@ ___ #### Defined in -[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L73) +[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L73) • `set` **payload**(`value`): `void` @@ -475,7 +475,7 @@ ___ #### Defined in -[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L77) +[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L77) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L133) +[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L133) • `set` **query**(`value`): `void` @@ -505,7 +505,7 @@ ___ #### Defined in -[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L137) +[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L137) ___ @@ -519,7 +519,7 @@ ___ #### Defined in -[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L97) +[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L97) • `set` **serverName**(`value`): `void` @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L101) +[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L101) ## Methods @@ -712,7 +712,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L194) +[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L194) ___ @@ -728,7 +728,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L201) +[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L201) ___ @@ -812,7 +812,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L222) +[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L222) ___ @@ -828,7 +828,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L215) +[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L215) ___ @@ -1268,7 +1268,7 @@ Sends the message back to the server/broker. #### Defined in -[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L149) +[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L149) ___ @@ -1284,7 +1284,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L208) +[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L208) ___ @@ -1300,7 +1300,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L178) ___ @@ -1351,7 +1351,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/b84101b/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L186) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index 12e2d1481..4e6ad9c49 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md new file mode 100644 index 000000000..4e48ab670 --- /dev/null +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -0,0 +1,1412 @@ +[@asyncapi/glee](../README.md) / [lib/wsHttpAuth](../modules/lib_wsHttpAuth.md) / default + +# Class: default + +[lib/wsHttpAuth](../modules/lib_wsHttpAuth.md).default + +## Hierarchy + +- `EventEmitter` + + ↳ **`default`** + +## Table of contents + +### Constructors + +- [constructor](lib_wsHttpAuth.default.md#constructor) + +### Properties + +- [AsyncAPIServer](lib_wsHttpAuth.default.md#asyncapiserver) +- [auth](lib_wsHttpAuth.default.md#auth) +- [authConfig](lib_wsHttpAuth.default.md#authconfig) +- [parsedAsyncAPI](lib_wsHttpAuth.default.md#parsedasyncapi) +- [secReqs](lib_wsHttpAuth.default.md#secreqs) +- [serverName](lib_wsHttpAuth.default.md#servername) +- [captureRejectionSymbol](lib_wsHttpAuth.default.md#capturerejectionsymbol) +- [captureRejections](lib_wsHttpAuth.default.md#capturerejections) +- [defaultMaxListeners](lib_wsHttpAuth.default.md#defaultmaxlisteners) +- [errorMonitor](lib_wsHttpAuth.default.md#errormonitor) + +### Methods + +- [addListener](lib_wsHttpAuth.default.md#addlistener) +- [checkAuthPresense](lib_wsHttpAuth.default.md#checkauthpresense) +- [checkClientAuthConfig](lib_wsHttpAuth.default.md#checkclientauthconfig) +- [emit](lib_wsHttpAuth.default.md#emit) +- [eventNames](lib_wsHttpAuth.default.md#eventnames) +- [formClientAuth](lib_wsHttpAuth.default.md#formclientauth) +- [getAuthConfig](lib_wsHttpAuth.default.md#getauthconfig) +- [getMaxListeners](lib_wsHttpAuth.default.md#getmaxlisteners) +- [getServerAuthProps](lib_wsHttpAuth.default.md#getserverauthprops) +- [httpApiKeyLogic](lib_wsHttpAuth.default.md#httpapikeylogic) +- [listenerCount](lib_wsHttpAuth.default.md#listenercount) +- [listeners](lib_wsHttpAuth.default.md#listeners) +- [off](lib_wsHttpAuth.default.md#off) +- [on](lib_wsHttpAuth.default.md#on) +- [once](lib_wsHttpAuth.default.md#once) +- [prependListener](lib_wsHttpAuth.default.md#prependlistener) +- [prependOnceListener](lib_wsHttpAuth.default.md#prependoncelistener) +- [processClientAuth](lib_wsHttpAuth.default.md#processclientauth) +- [rawListeners](lib_wsHttpAuth.default.md#rawlisteners) +- [removeAllListeners](lib_wsHttpAuth.default.md#removealllisteners) +- [removeListener](lib_wsHttpAuth.default.md#removelistener) +- [setMaxListeners](lib_wsHttpAuth.default.md#setmaxlisteners) +- [userPassApiKeyLogic](lib_wsHttpAuth.default.md#userpassapikeylogic) +- [getEventListeners](lib_wsHttpAuth.default.md#geteventlisteners) +- [listenerCount](lib_wsHttpAuth.default.md#listenercount-1) +- [on](lib_wsHttpAuth.default.md#on-1) +- [once](lib_wsHttpAuth.default.md#once-1) +- [setMaxListeners](lib_wsHttpAuth.default.md#setmaxlisteners-1) + +## Constructors + +### constructor + +• **new default**(`AsyncAPIServer`, `parsedAsyncAPI`, `serverName`, `authConfig?`) + +Instantiates authentication. + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `AsyncAPIServer` | `Server` | +| `parsedAsyncAPI` | `AsyncAPIDocument` | +| `serverName` | `string` | +| `authConfig?` | `any` | + +#### Overrides + +EventEmitter.constructor + +#### Defined in + +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L17) + +## Properties + +### AsyncAPIServer + +• `Private` **AsyncAPIServer**: `Server` + +#### Defined in + +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L10) + +___ + +### auth + +• `Private` **auth**: { `[key: string]`: `string`; } \| { `[key: string]`: `string`[]; } + +#### Defined in + +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L12) + +___ + +### authConfig + +• `Private` **authConfig**: [`WsAuthConfig`](../interfaces/lib.WsAuthConfig.md) \| [`HttpAuthConfig`](../interfaces/lib.HttpAuthConfig.md) + +#### Defined in + +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L11) + +___ + +### parsedAsyncAPI + +• `Private` **parsedAsyncAPI**: `AsyncAPIDocument` + +#### Defined in + +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L8) + +___ + +### secReqs + +• `Private` **secReqs**: { `[key: string]`: `SecurityScheme`; }[] + +#### Defined in + +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L7) + +___ + +### serverName + +• `Private` **serverName**: `string` + +#### Defined in + +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L9) + +___ + +### captureRejectionSymbol + +▪ `Static` `Readonly` **captureRejectionSymbol**: typeof [`captureRejectionSymbol`](adapters_cluster_redis.default.md#capturerejectionsymbol) + +#### Inherited from + +EventEmitter.captureRejectionSymbol + +#### Defined in + +node_modules/@types/node/events.d.ts:328 + +___ + +### captureRejections + +▪ `Static` **captureRejections**: `boolean` + +Sets or gets the default captureRejection value for all emitters. + +#### Inherited from + +EventEmitter.captureRejections + +#### Defined in + +node_modules/@types/node/events.d.ts:333 + +___ + +### defaultMaxListeners + +▪ `Static` **defaultMaxListeners**: `number` + +#### Inherited from + +EventEmitter.defaultMaxListeners + +#### Defined in + +node_modules/@types/node/events.d.ts:334 + +___ + +### errorMonitor + +▪ `Static` `Readonly` **errorMonitor**: typeof [`errorMonitor`](adapters_cluster_redis.default.md#errormonitor) + +This symbol shall be used to install a listener for only monitoring `'error'` +events. Listeners installed using this symbol are called before the regular +`'error'` listeners are called. + +Installing a listener using this symbol does not change the behavior once an +`'error'` event is emitted, therefore the process will still crash if no +regular `'error'` listener is installed. + +#### Inherited from + +EventEmitter.errorMonitor + +#### Defined in + +node_modules/@types/node/events.d.ts:327 + +## Methods + +### addListener + +▸ **addListener**(`eventName`, `listener`): [`default`](lib_wsHttpAuth.default.md) + +Alias for `emitter.on(eventName, listener)`. + +**`Since`** + +v0.1.26 + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `eventName` | `string` \| `symbol` | +| `listener` | (...`args`: `any`[]) => `void` | + +#### Returns + +[`default`](lib_wsHttpAuth.default.md) + +#### Inherited from + +EventEmitter.addListener + +#### Defined in + +node_modules/@types/node/events.d.ts:354 + +___ + +### checkAuthPresense + +▸ **checkAuthPresense**(): `boolean` + +#### Returns + +`boolean` + +#### Defined in + +[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L168) + +___ + +### checkClientAuthConfig + +▸ **checkClientAuthConfig**(): `string`[] + +#### Returns + +`string`[] + +#### Defined in + +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L31) + +___ + +### emit + +▸ **emit**(`eventName`, `...args`): `boolean` + +Synchronously calls each of the listeners registered for the event named`eventName`, in the order they were registered, passing the supplied arguments +to each. + +Returns `true` if the event had listeners, `false` otherwise. + +```js +const EventEmitter = require('events'); +const myEmitter = new EventEmitter(); + +// First listener +myEmitter.on('event', function firstListener() { + console.log('Helloooo! first listener'); +}); +// Second listener +myEmitter.on('event', function secondListener(arg1, arg2) { + console.log(`event with parameters ${arg1}, ${arg2} in second listener`); +}); +// Third listener +myEmitter.on('event', function thirdListener(...args) { + const parameters = args.join(', '); + console.log(`event with parameters ${parameters} in third listener`); +}); + +console.log(myEmitter.listeners('event')); + +myEmitter.emit('event', 1, 2, 3, 4, 5); + +// Prints: +// [ +// [Function: firstListener], +// [Function: secondListener], +// [Function: thirdListener] +// ] +// Helloooo! first listener +// event with parameters 1, 2 in second listener +// event with parameters 1, 2, 3, 4, 5 in third listener +``` + +**`Since`** + +v0.1.26 + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `eventName` | `string` \| `symbol` | +| `...args` | `any`[] | + +#### Returns + +`boolean` + +#### Inherited from + +EventEmitter.emit + +#### Defined in + +node_modules/@types/node/events.d.ts:610 + +___ + +### eventNames + +▸ **eventNames**(): (`string` \| `symbol`)[] + +Returns an array listing the events for which the emitter has registered +listeners. The values in the array are strings or `Symbol`s. + +```js +const EventEmitter = require('events'); +const myEE = new EventEmitter(); +myEE.on('foo', () => {}); +myEE.on('bar', () => {}); + +const sym = Symbol('symbol'); +myEE.on(sym, () => {}); + +console.log(myEE.eventNames()); +// Prints: [ 'foo', 'bar', Symbol(symbol) ] +``` + +**`Since`** + +v6.0.0 + +#### Returns + +(`string` \| `symbol`)[] + +#### Inherited from + +EventEmitter.eventNames + +#### Defined in + +node_modules/@types/node/events.d.ts:669 + +___ + +### formClientAuth + +▸ **formClientAuth**(`authKeys`, `«destructured»`): { `headers`: `any` ; `query`: `undefined` ; `url`: `any` } \| { `headers`: `any` ; `query`: `any` ; `url`: `any` } + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `authKeys` | `any` | +| `«destructured»` | `Object` | + +#### Returns + +{ `headers`: `any` ; `query`: `undefined` ; `url`: `any` } \| { `headers`: `any` ; `query`: `any` ; `url`: `any` } + +#### Defined in + +[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L71) + +___ + +### getAuthConfig + +▸ **getAuthConfig**(`auth`): `Promise`<`any`\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `auth` | `any` | + +#### Returns + +`Promise`<`any`\> + +#### Defined in + +[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L58) + +___ + +### getMaxListeners + +▸ **getMaxListeners**(): `number` + +Returns the current max listener value for the `EventEmitter` which is either +set by `emitter.setMaxListeners(n)` or defaults to [defaultMaxListeners](lib_wsHttpAuth.default.md#defaultmaxlisteners). + +**`Since`** + +v1.0.0 + +#### Returns + +`number` + +#### Inherited from + +EventEmitter.getMaxListeners + +#### Defined in + +node_modules/@types/node/events.d.ts:526 + +___ + +### getServerAuthProps + +▸ **getServerAuthProps**(`headers`, `query`): [`AuthProps`](../modules/lib.md#authprops) + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `headers` | `any` | +| `query` | `any` | + +#### Returns + +[`AuthProps`](../modules/lib.md#authprops) + +#### Defined in + +[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L126) + +___ + +### httpApiKeyLogic + +▸ `Private` **httpApiKeyLogic**(`scheme`, `headers`, `query`, `authKey`): `Object` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `scheme` | `any` | +| `headers` | `any` | +| `query` | `any` | +| `authKey` | `any` | + +#### Returns + +`Object` + +| Name | Type | +| :------ | :------ | +| `headers` | `any` | +| `query` | `any` | + +#### Defined in + +[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L113) + +___ + +### listenerCount + +▸ **listenerCount**(`eventName`): `number` + +Returns the number of listeners listening to the event named `eventName`. + +**`Since`** + +v3.2.0 + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `eventName` | `string` \| `symbol` | The name of the event being listened for | + +#### Returns + +`number` + +#### Inherited from + +EventEmitter.listenerCount + +#### Defined in + +node_modules/@types/node/events.d.ts:616 + +___ + +### listeners + +▸ **listeners**(`eventName`): `Function`[] + +Returns a copy of the array of listeners for the event named `eventName`. + +```js +server.on('connection', (stream) => { + console.log('someone connected!'); +}); +console.log(util.inspect(server.listeners('connection'))); +// Prints: [ [Function] ] +``` + +**`Since`** + +v0.1.26 + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `eventName` | `string` \| `symbol` | + +#### Returns + +`Function`[] + +#### Inherited from + +EventEmitter.listeners + +#### Defined in + +node_modules/@types/node/events.d.ts:539 + +___ + +### off + +▸ **off**(`eventName`, `listener`): [`default`](lib_wsHttpAuth.default.md) + +Alias for `emitter.removeListener()`. + +**`Since`** + +v10.0.0 + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `eventName` | `string` \| `symbol` | +| `listener` | (...`args`: `any`[]) => `void` | + +#### Returns + +[`default`](lib_wsHttpAuth.default.md) + +#### Inherited from + +EventEmitter.off + +#### Defined in + +node_modules/@types/node/events.d.ts:499 + +___ + +### on + +▸ **on**(`eventName`, `listener`): [`default`](lib_wsHttpAuth.default.md) + +Adds the `listener` function to the end of the listeners array for the +event named `eventName`. No checks are made to see if the `listener` has +already been added. Multiple calls passing the same combination of `eventName`and `listener` will result in the `listener` being added, and called, multiple +times. + +```js +server.on('connection', (stream) => { + console.log('someone connected!'); +}); +``` + +Returns a reference to the `EventEmitter`, so that calls can be chained. + +By default, event listeners are invoked in the order they are added. The`emitter.prependListener()` method can be used as an alternative to add the +event listener to the beginning of the listeners array. + +```js +const myEE = new EventEmitter(); +myEE.on('foo', () => console.log('a')); +myEE.prependListener('foo', () => console.log('b')); +myEE.emit('foo'); +// Prints: +// b +// a +``` + +**`Since`** + +v0.1.101 + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `eventName` | `string` \| `symbol` | The name of the event. | +| `listener` | (...`args`: `any`[]) => `void` | The callback function | + +#### Returns + +[`default`](lib_wsHttpAuth.default.md) + +#### Inherited from + +EventEmitter.on + +#### Defined in + +node_modules/@types/node/events.d.ts:385 + +___ + +### once + +▸ **once**(`eventName`, `listener`): [`default`](lib_wsHttpAuth.default.md) + +Adds a **one-time**`listener` function for the event named `eventName`. The +next time `eventName` is triggered, this listener is removed and then invoked. + +```js +server.once('connection', (stream) => { + console.log('Ah, we have our first user!'); +}); +``` + +Returns a reference to the `EventEmitter`, so that calls can be chained. + +By default, event listeners are invoked in the order they are added. The`emitter.prependOnceListener()` method can be used as an alternative to add the +event listener to the beginning of the listeners array. + +```js +const myEE = new EventEmitter(); +myEE.once('foo', () => console.log('a')); +myEE.prependOnceListener('foo', () => console.log('b')); +myEE.emit('foo'); +// Prints: +// b +// a +``` + +**`Since`** + +v0.3.0 + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `eventName` | `string` \| `symbol` | The name of the event. | +| `listener` | (...`args`: `any`[]) => `void` | The callback function | + +#### Returns + +[`default`](lib_wsHttpAuth.default.md) + +#### Inherited from + +EventEmitter.once + +#### Defined in + +node_modules/@types/node/events.d.ts:414 + +___ + +### prependListener + +▸ **prependListener**(`eventName`, `listener`): [`default`](lib_wsHttpAuth.default.md) + +Adds the `listener` function to the _beginning_ of the listeners array for the +event named `eventName`. No checks are made to see if the `listener` has +already been added. Multiple calls passing the same combination of `eventName`and `listener` will result in the `listener` being added, and called, multiple +times. + +```js +server.prependListener('connection', (stream) => { + console.log('someone connected!'); +}); +``` + +Returns a reference to the `EventEmitter`, so that calls can be chained. + +**`Since`** + +v6.0.0 + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `eventName` | `string` \| `symbol` | The name of the event. | +| `listener` | (...`args`: `any`[]) => `void` | The callback function | + +#### Returns + +[`default`](lib_wsHttpAuth.default.md) + +#### Inherited from + +EventEmitter.prependListener + +#### Defined in + +node_modules/@types/node/events.d.ts:634 + +___ + +### prependOnceListener + +▸ **prependOnceListener**(`eventName`, `listener`): [`default`](lib_wsHttpAuth.default.md) + +Adds a **one-time**`listener` function for the event named `eventName` to the _beginning_ of the listeners array. The next time `eventName` is triggered, this +listener is removed, and then invoked. + +```js +server.prependOnceListener('connection', (stream) => { + console.log('Ah, we have our first user!'); +}); +``` + +Returns a reference to the `EventEmitter`, so that calls can be chained. + +**`Since`** + +v6.0.0 + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `eventName` | `string` \| `symbol` | The name of the event. | +| `listener` | (...`args`: `any`[]) => `void` | The callback function | + +#### Returns + +[`default`](lib_wsHttpAuth.default.md) + +#### Inherited from + +EventEmitter.prependOnceListener + +#### Defined in + +node_modules/@types/node/events.d.ts:650 + +___ + +### processClientAuth + +▸ **processClientAuth**(`url`, `headers`, `query`): `Promise`<{ `headers`: `any` ; `query`: `undefined` ; `url`: `any` } \| { `headers`: `any` ; `query`: `any` ; `url`: `any` }\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `url` | `any` | +| `headers` | `any` | +| `query` | `any` | + +#### Returns + +`Promise`<{ `headers`: `any` ; `query`: `undefined` ; `url`: `any` } \| { `headers`: `any` ; `query`: `any` ; `url`: `any` }\> + +#### Defined in + +[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L161) + +___ + +### rawListeners + +▸ **rawListeners**(`eventName`): `Function`[] + +Returns a copy of the array of listeners for the event named `eventName`, +including any wrappers (such as those created by `.once()`). + +```js +const emitter = new EventEmitter(); +emitter.once('log', () => console.log('log once')); + +// Returns a new Array with a function `onceWrapper` which has a property +// `listener` which contains the original listener bound above +const listeners = emitter.rawListeners('log'); +const logFnWrapper = listeners[0]; + +// Logs "log once" to the console and does not unbind the `once` event +logFnWrapper.listener(); + +// Logs "log once" to the console and removes the listener +logFnWrapper(); + +emitter.on('log', () => console.log('log persistently')); +// Will return a new Array with a single function bound by `.on()` above +const newListeners = emitter.rawListeners('log'); + +// Logs "log persistently" twice +newListeners[0](); +emitter.emit('log'); +``` + +**`Since`** + +v9.4.0 + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `eventName` | `string` \| `symbol` | + +#### Returns + +`Function`[] + +#### Inherited from + +EventEmitter.rawListeners + +#### Defined in + +node_modules/@types/node/events.d.ts:569 + +___ + +### removeAllListeners + +▸ **removeAllListeners**(`event?`): [`default`](lib_wsHttpAuth.default.md) + +Removes all listeners, or those of the specified `eventName`. + +It is bad practice to remove listeners added elsewhere in the code, +particularly when the `EventEmitter` instance was created by some other +component or module (e.g. sockets or file streams). + +Returns a reference to the `EventEmitter`, so that calls can be chained. + +**`Since`** + +v0.1.26 + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `event?` | `string` \| `symbol` | + +#### Returns + +[`default`](lib_wsHttpAuth.default.md) + +#### Inherited from + +EventEmitter.removeAllListeners + +#### Defined in + +node_modules/@types/node/events.d.ts:510 + +___ + +### removeListener + +▸ **removeListener**(`eventName`, `listener`): [`default`](lib_wsHttpAuth.default.md) + +Removes the specified `listener` from the listener array for the event named`eventName`. + +```js +const callback = (stream) => { + console.log('someone connected!'); +}; +server.on('connection', callback); +// ... +server.removeListener('connection', callback); +``` + +`removeListener()` will remove, at most, one instance of a listener from the +listener array. If any single listener has been added multiple times to the +listener array for the specified `eventName`, then `removeListener()` must be +called multiple times to remove each instance. + +Once an event is emitted, all listeners attached to it at the +time of emitting are called in order. This implies that any`removeListener()` or `removeAllListeners()` calls _after_ emitting and _before_ the last listener finishes execution +will not remove them from`emit()` in progress. Subsequent events behave as expected. + +```js +const myEmitter = new MyEmitter(); + +const callbackA = () => { + console.log('A'); + myEmitter.removeListener('event', callbackB); +}; + +const callbackB = () => { + console.log('B'); +}; + +myEmitter.on('event', callbackA); + +myEmitter.on('event', callbackB); + +// callbackA removes listener callbackB but it will still be called. +// Internal listener array at time of emit [callbackA, callbackB] +myEmitter.emit('event'); +// Prints: +// A +// B + +// callbackB is now removed. +// Internal listener array [callbackA] +myEmitter.emit('event'); +// Prints: +// A +``` + +Because listeners are managed using an internal array, calling this will +change the position indices of any listener registered _after_ the listener +being removed. This will not impact the order in which listeners are called, +but it means that any copies of the listener array as returned by +the `emitter.listeners()` method will need to be recreated. + +When a single function has been added as a handler multiple times for a single +event (as in the example below), `removeListener()` will remove the most +recently added instance. In the example the `once('ping')`listener is removed: + +```js +const ee = new EventEmitter(); + +function pong() { + console.log('pong'); +} + +ee.on('ping', pong); +ee.once('ping', pong); +ee.removeListener('ping', pong); + +ee.emit('ping'); +ee.emit('ping'); +``` + +Returns a reference to the `EventEmitter`, so that calls can be chained. + +**`Since`** + +v0.1.26 + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `eventName` | `string` \| `symbol` | +| `listener` | (...`args`: `any`[]) => `void` | + +#### Returns + +[`default`](lib_wsHttpAuth.default.md) + +#### Inherited from + +EventEmitter.removeListener + +#### Defined in + +node_modules/@types/node/events.d.ts:494 + +___ + +### setMaxListeners + +▸ **setMaxListeners**(`n`): [`default`](lib_wsHttpAuth.default.md) + +By default `EventEmitter`s will print a warning if more than `10` listeners are +added for a particular event. This is a useful default that helps finding +memory leaks. The `emitter.setMaxListeners()` method allows the limit to be +modified for this specific `EventEmitter` instance. The value can be set to`Infinity` (or `0`) to indicate an unlimited number of listeners. + +Returns a reference to the `EventEmitter`, so that calls can be chained. + +**`Since`** + +v0.3.5 + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `n` | `number` | + +#### Returns + +[`default`](lib_wsHttpAuth.default.md) + +#### Inherited from + +EventEmitter.setMaxListeners + +#### Defined in + +node_modules/@types/node/events.d.ts:520 + +___ + +### userPassApiKeyLogic + +▸ `Private` **userPassApiKeyLogic**(`url`, `authKey`): `any` + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `url` | `any` | +| `authKey` | `any` | + +#### Returns + +`any` + +#### Defined in + +[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L97) + +___ + +### getEventListeners + +▸ `Static` **getEventListeners**(`emitter`, `name`): `Function`[] + +Returns a copy of the array of listeners for the event named `eventName`. + +For `EventEmitter`s this behaves exactly the same as calling `.listeners` on +the emitter. + +For `EventTarget`s this is the only way to get the event listeners for the +event target. This is useful for debugging and diagnostic purposes. + +```js +const { getEventListeners, EventEmitter } = require('events'); + +{ + const ee = new EventEmitter(); + const listener = () => console.log('Events are fun'); + ee.on('foo', listener); + getEventListeners(ee, 'foo'); // [listener] +} +{ + const et = new EventTarget(); + const listener = () => console.log('Events are fun'); + et.addEventListener('foo', listener); + getEventListeners(et, 'foo'); // [listener] +} +``` + +**`Since`** + +v15.2.0, v14.17.0 + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `emitter` | `EventEmitter` \| `_DOMEventTarget` | +| `name` | `string` \| `symbol` | + +#### Returns + +`Function`[] + +#### Inherited from + +EventEmitter.getEventListeners + +#### Defined in + +node_modules/@types/node/events.d.ts:299 + +___ + +### listenerCount + +▸ `Static` **listenerCount**(`emitter`, `eventName`): `number` + +A class method that returns the number of listeners for the given `eventName`registered on the given `emitter`. + +```js +const { EventEmitter, listenerCount } = require('events'); +const myEmitter = new EventEmitter(); +myEmitter.on('event', () => {}); +myEmitter.on('event', () => {}); +console.log(listenerCount(myEmitter, 'event')); +// Prints: 2 +``` + +**`Since`** + +v0.9.12 + +**`Deprecated`** + +Since v3.2.0 - Use `listenerCount` instead. + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `emitter` | `EventEmitter` | The emitter to query | +| `eventName` | `string` \| `symbol` | The event name | + +#### Returns + +`number` + +#### Inherited from + +EventEmitter.listenerCount + +#### Defined in + +node_modules/@types/node/events.d.ts:271 + +___ + +### on + +▸ `Static` **on**(`emitter`, `eventName`, `options?`): `AsyncIterableIterator`<`any`\> + +```js +const { on, EventEmitter } = require('events'); + +(async () => { + const ee = new EventEmitter(); + + // Emit later on + process.nextTick(() => { + ee.emit('foo', 'bar'); + ee.emit('foo', 42); + }); + + for await (const event of on(ee, 'foo')) { + // The execution of this inner block is synchronous and it + // processes one event at a time (even with await). Do not use + // if concurrent execution is required. + console.log(event); // prints ['bar'] [42] + } + // Unreachable here +})(); +``` + +Returns an `AsyncIterator` that iterates `eventName` events. It will throw +if the `EventEmitter` emits `'error'`. It removes all listeners when +exiting the loop. The `value` returned by each iteration is an array +composed of the emitted event arguments. + +An `AbortSignal` can be used to cancel waiting on events: + +```js +const { on, EventEmitter } = require('events'); +const ac = new AbortController(); + +(async () => { + const ee = new EventEmitter(); + + // Emit later on + process.nextTick(() => { + ee.emit('foo', 'bar'); + ee.emit('foo', 42); + }); + + for await (const event of on(ee, 'foo', { signal: ac.signal })) { + // The execution of this inner block is synchronous and it + // processes one event at a time (even with await). Do not use + // if concurrent execution is required. + console.log(event); // prints ['bar'] [42] + } + // Unreachable here +})(); + +process.nextTick(() => ac.abort()); +``` + +**`Since`** + +v13.6.0, v12.16.0 + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `emitter` | `EventEmitter` | - | +| `eventName` | `string` | The name of the event being listened for | +| `options?` | `StaticEventEmitterOptions` | - | + +#### Returns + +`AsyncIterableIterator`<`any`\> + +that iterates `eventName` events emitted by the `emitter` + +#### Inherited from + +EventEmitter.on + +#### Defined in + +node_modules/@types/node/events.d.ts:254 + +___ + +### once + +▸ `Static` **once**(`emitter`, `eventName`, `options?`): `Promise`<`any`[]\> + +Creates a `Promise` that is fulfilled when the `EventEmitter` emits the given +event or that is rejected if the `EventEmitter` emits `'error'` while waiting. +The `Promise` will resolve with an array of all the arguments emitted to the +given event. + +This method is intentionally generic and works with the web platform [EventTarget](https://dom.spec.whatwg.org/#interface-eventtarget) interface, which has no special`'error'` event +semantics and does not listen to the `'error'` event. + +```js +const { once, EventEmitter } = require('events'); + +async function run() { + const ee = new EventEmitter(); + + process.nextTick(() => { + ee.emit('myevent', 42); + }); + + const [value] = await once(ee, 'myevent'); + console.log(value); + + const err = new Error('kaboom'); + process.nextTick(() => { + ee.emit('error', err); + }); + + try { + await once(ee, 'myevent'); + } catch (err) { + console.log('error happened', err); + } +} + +run(); +``` + +The special handling of the `'error'` event is only used when `events.once()`is used to wait for another event. If `events.once()` is used to wait for the +'`error'` event itself, then it is treated as any other kind of event without +special handling: + +```js +const { EventEmitter, once } = require('events'); + +const ee = new EventEmitter(); + +once(ee, 'error') + .then(([err]) => console.log('ok', err.message)) + .catch((err) => console.log('error', err.message)); + +ee.emit('error', new Error('boom')); + +// Prints: ok boom +``` + +An `AbortSignal` can be used to cancel waiting for the event: + +```js +const { EventEmitter, once } = require('events'); + +const ee = new EventEmitter(); +const ac = new AbortController(); + +async function foo(emitter, event, signal) { + try { + await once(emitter, event, { signal }); + console.log('event emitted!'); + } catch (error) { + if (error.name === 'AbortError') { + console.error('Waiting for the event was canceled!'); + } else { + console.error('There was an error', error.message); + } + } +} + +foo(ee, 'foo', ac.signal); +ac.abort(); // Abort waiting for the event +ee.emit('foo'); // Prints: Waiting for the event was canceled! +``` + +**`Since`** + +v11.13.0, v10.16.0 + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `emitter` | `_NodeEventTarget` | +| `eventName` | `string` \| `symbol` | +| `options?` | `StaticEventEmitterOptions` | + +#### Returns + +`Promise`<`any`[]\> + +#### Inherited from + +EventEmitter.once + +#### Defined in + +node_modules/@types/node/events.d.ts:194 + +▸ `Static` **once**(`emitter`, `eventName`, `options?`): `Promise`<`any`[]\> + +#### Parameters + +| Name | Type | +| :------ | :------ | +| `emitter` | `_DOMEventTarget` | +| `eventName` | `string` | +| `options?` | `StaticEventEmitterOptions` | + +#### Returns + +`Promise`<`any`[]\> + +#### Inherited from + +EventEmitter.once + +#### Defined in + +node_modules/@types/node/events.d.ts:195 + +___ + +### setMaxListeners + +▸ `Static` **setMaxListeners**(`n?`, `...eventTargets`): `void` + +```js +const { + setMaxListeners, + EventEmitter +} = require('events'); + +const target = new EventTarget(); +const emitter = new EventEmitter(); + +setMaxListeners(5, target, emitter); +``` + +**`Since`** + +v15.4.0 + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `n?` | `number` | A non-negative number. The maximum number of listeners per `EventTarget` event. | +| `...eventTargets` | (`EventEmitter` \| `_DOMEventTarget`)[] | - | + +#### Returns + +`void` + +#### Inherited from + +EventEmitter.setMaxListeners + +#### Defined in + +node_modules/@types/node/events.d.ts:317 diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 63fafab65..29df2cfbe 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:35](https://github.com/oviecodes/glee/blob/2283982/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L35) ___ @@ -30,4 +30,14 @@ ___ #### Defined in -[src/lib/index.d.ts:31](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L31) +[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L33) + +___ + +### username + +• `Optional` **username**: `string` + +#### Defined in + +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L34) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 1c8dea579..960202236 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L36) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L54) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:37](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L37) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L55) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L53) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:40](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L40) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L58) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L38) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L56) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L39) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L57) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index 8c32a2a1c..2801f9549 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L20) +[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L20) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L23) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L22) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L21) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index c12bee260..637cef5b8 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:29](https://github.com/oviecodes/glee/blob/2283982/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L29) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L27) +[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L27) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/oviecodes/glee/blob/2283982/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L28) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index 70793f39e..be1db73ab 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:5](https://github.com/asyncapi/glee/blob/b84101b/src/docs.ts#L5) +[src/docs.ts:5](https://github.com/asyncapi/glee/blob/f761154/src/docs.ts#L5) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index 400788043..634391f23 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:33](https://github.com/asyncapi/glee/blob/b84101b/src/index.ts#L33) +[src/index.ts:37](https://github.com/asyncapi/glee/blob/f761154/src/index.ts#L37) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index e5c5d999f..62edeb6ac 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -80,7 +80,28 @@ #### Defined in -[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L11) +[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L11) + +___ + +### AuthProps + +Ƭ **AuthProps**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `getAPIKeys` | () => `string` | +| `getCert` | () => `string` | +| `getHttpAPIKeys` | (`name`: `string`) => `string` | +| `getOauthToken` | () => `string` | +| `getToken` | () => `string` | +| `getUserPass` | () => { `password`: `string` ; `username`: `string` } | + +#### Defined in + +[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L38) ___ @@ -99,7 +120,51 @@ ___ #### Defined in -[src/lib/index.d.ts:80](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L80) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L98) + +___ + +### GleeAuthFunction + +Ƭ **GleeAuthFunction**: (`event`: [`GleeAuthFunctionEvent`](lib.md#gleeauthfunctionevent)) => `Promise`<[`GleeAuthFunctionEvent`](lib.md#gleeauthfunctionevent)\> + +#### Type declaration + +▸ (`event`): `Promise`<[`GleeAuthFunctionEvent`](lib.md#gleeauthfunctionevent)\> + +##### Parameters + +| Name | Type | +| :------ | :------ | +| `event` | [`GleeAuthFunctionEvent`](lib.md#gleeauthfunctionevent) | + +##### Returns + +`Promise`<[`GleeAuthFunctionEvent`](lib.md#gleeauthfunctionevent)\> + +#### Defined in + +[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L153) + +___ + +### GleeAuthFunctionEvent + +Ƭ **GleeAuthFunctionEvent**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `authProps` | [`AuthProps`](lib.md#authprops) | +| `doc` | `any` | +| `done` | `any` | +| `glee` | [`default`](../classes/lib_glee.default.md) | +| `serverName` | `string` | + +#### Defined in + +[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L130) ___ @@ -117,7 +182,7 @@ ___ #### Defined in -[src/lib/index.d.ts:43](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L43) +[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L61) ___ @@ -138,7 +203,7 @@ ___ #### Defined in -[src/lib/index.d.ts:87](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L87) +[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L105) ___ @@ -162,7 +227,7 @@ ___ #### Defined in -[src/lib/index.d.ts:123](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L123) +[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L149) ___ @@ -184,7 +249,7 @@ ___ #### Defined in -[src/lib/index.d.ts:102](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L102) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L120) ___ @@ -202,7 +267,7 @@ ___ #### Defined in -[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L96) +[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L114) ___ @@ -212,7 +277,7 @@ ___ #### Defined in -[src/lib/index.d.ts:121](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L121) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L147) ___ @@ -222,7 +287,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L146) ___ @@ -242,7 +307,7 @@ ___ #### Defined in -[src/lib/index.d.ts:112](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L112) +[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L138) ___ @@ -264,7 +329,7 @@ ___ #### Defined in -[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L61) +[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L79) ___ @@ -274,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L8) ___ @@ -290,7 +355,7 @@ ___ #### Defined in -[src/lib/index.d.ts:76](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L76) +[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L94) ___ @@ -306,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:72](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L72) +[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L90) ___ @@ -316,7 +381,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L9) ___ @@ -326,7 +391,7 @@ ___ #### Defined in -[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L7) +[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L7) ___ @@ -348,4 +413,14 @@ ___ #### Defined in -[src/lib/index.d.ts:49](https://github.com/asyncapi/glee/blob/b84101b/src/lib/index.d.ts#L49) +[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L67) + +___ + +### WsHttpAuth + +Ƭ **WsHttpAuth**: [`WsAuthConfig`](../interfaces/lib.WsAuthConfig.md) \| [`HttpAuthConfig`](../interfaces/lib.HttpAuthConfig.md) + +#### Defined in + +[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L50) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index a43b213a6..0052552b1 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -24,13 +24,13 @@ | Name | Type | | :------ | :------ | | `authProps` | [`AuthProps`](lib.md#authprops) | -| `callback` | `any` | | `doc` | `any` | +| `done` | `any` | | `serverName` | `string` | #### Defined in -[src/lib/adapter.ts:17](https://github.com/oviecodes/glee/blob/2283982/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L17) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[src/lib/adapter.ts:10](https://github.com/asyncapi/glee/blob/b84101b/src/lib/adapter.ts#L10) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 79ea06b11..1ac97a4f3 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/b84101b/src/lib/asyncapiFile.ts#L5) +[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/f761154/src/lib/asyncapiFile.ts#L5) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index a0022ef9e..99c04d750 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/b84101b/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index cc1231185..62268837c 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/b84101b/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/f761154/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 17a463f98..ecaf3a32c 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -28,7 +28,7 @@ #### Defined in -[src/lib/configs.ts:98](https://github.com/asyncapi/glee/blob/b84101b/src/lib/configs.ts#L98) +[src/lib/configs.ts:102](https://github.com/asyncapi/glee/blob/f761154/src/lib/configs.ts#L102) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/lib/configs.ts:116](https://github.com/asyncapi/glee/blob/b84101b/src/lib/configs.ts#L116) +[src/lib/configs.ts:120](https://github.com/asyncapi/glee/blob/f761154/src/lib/configs.ts#L120) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/configs.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/lib/configs.ts#L20) +[src/lib/configs.ts:21](https://github.com/asyncapi/glee/blob/f761154/src/lib/configs.ts#L21) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 092dbaa77..5c39c1523 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/b84101b/src/lib/docs.ts#L5) +[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/f761154/src/lib/docs.ts#L5) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index b785b6843..009aa72e9 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/b84101b/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/f761154/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 862e176f6..7aff3c688 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/b84101b/src/lib/functions.ts#L53) +[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/f761154/src/lib/functions.ts#L53) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/b84101b/src/lib/functions.ts#L55) +[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/f761154/src/lib/functions.ts#L55) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/b84101b/src/lib/functions.ts#L84) +[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/f761154/src/lib/functions.ts#L84) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index db0bf4ee7..db267c5d8 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/b84101b/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/f761154/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/b84101b/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/b84101b/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/f761154/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 6f0fab925..5e67fcc52 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L206) +[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L206) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L195) +[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L195) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L180) +[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L180) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L232) +[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L232) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L228) +[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L228) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/b84101b/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 7f0636ac2..7951b2ff6 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/b84101b/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index 9f16b29a7..2ec9e87a8 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/b84101b/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/f761154/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index cea31f082..348ff5ee7 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/oviecodes/glee/blob/2283982/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/f761154/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:79](https://github.com/oviecodes/glee/blob/2283982/src/lib/userAuth.ts#L79) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/f761154/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:17](https://github.com/oviecodes/glee/blob/2283982/src/lib/userAuth.ts#L17) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/f761154/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:49](https://github.com/oviecodes/glee/blob/2283982/src/lib/userAuth.ts#L49) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/f761154/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index f44420cdf..23bc5e6ac 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -33,7 +33,7 @@ #### Defined in -[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L118) +[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L118) ___ @@ -55,7 +55,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L52) +[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L52) ___ @@ -78,7 +78,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L22) +[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L22) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L122) +[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L122) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L137) +[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L137) ___ @@ -143,7 +143,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L81) +[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L81) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L148) +[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L148) ___ @@ -188,4 +188,4 @@ Object #### Defined in -[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/b84101b/src/lib/util.ts#L93) +[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L93) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index 3d199abae..025cba366 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index 58df04db6..b8ed978cd 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index 21677fc5d..8fb9fac7d 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 72122a391..265e704e1 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index b2cf6b829..8e3c49f8f 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_logger.md b/docs/reference/modules/middlewares_logger.md index 4f6ad7aa9..68ebc45a9 100644 --- a/docs/reference/modules/middlewares_logger.md +++ b/docs/reference/modules/middlewares_logger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/logger.ts#L5) +[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/logger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index c3ca6e5b7..5fb7ecdc0 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index df761016b..762aa51da 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 99bb0b612..027d0c8d1 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/b84101b/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index f40fcc697..f22e5ae16 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/b84101b/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/f761154/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index ad83e82e5..f81ad3a1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.25.0", + "version": "0.26.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.25.0", + "version": "0.26.0", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.9.18", diff --git a/package.json b/package.json index c37207435..c2d7e0431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.25.0", + "version": "0.26.0", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From f374efb1e11a4f655e734b4fd6d012009c71bebc Mon Sep 17 00:00:00 2001 From: Godwin Alexander Date: Mon, 21 Aug 2023 14:07:00 +0100 Subject: [PATCH 07/24] docs: auth docs (#507) --- docs/auth/bearerToken.md | 104 +++++++++++++ docs/auth/httpApiKey.md | 108 +++++++++++++ docs/auth/introduction.md | 176 ++++++++++++++++++++++ docs/auth/userPassword.md | 104 +++++++++++++ examples/anime-http/client/glee.config.ts | 8 + 5 files changed, 500 insertions(+) create mode 100644 docs/auth/bearerToken.md create mode 100644 docs/auth/httpApiKey.md create mode 100644 docs/auth/introduction.md create mode 100644 docs/auth/userPassword.md create mode 100644 examples/anime-http/client/glee.config.ts diff --git a/docs/auth/bearerToken.md b/docs/auth/bearerToken.md new file mode 100644 index 000000000..094614875 --- /dev/null +++ b/docs/auth/bearerToken.md @@ -0,0 +1,104 @@ +## Getting started with Bearer Token authentication + +Bearer Token authentication is one of the most popular forms of authentication and is widely used because of its percieved security. This guide will walk through how to implement bearer token authentication in Glee. + +A sample `asyncapi.yaml` for a server with security requirements and user password security scheme is shown below: + +```yaml +##server asyncAPI schema +asyncapi: 2.6.0 +info: + title: AsyncAPI IMDB server + version: 1.0.0 + description: This app is a dummy server that would stream the trending/upcoming anime. +servers: + trendingAnimeServer: + url: 'http://localhost:8081' + protocol: http + security: + - token: [] + + ... + +components: + securitySchemes: + token: + type: http + scheme: bearer + bearerFormat: JWT + +``` + +A sample `asyncapi.yaml` for a client that implements some of the requirements of the server above: + +```yaml +##client asyncAPI schema +servers: + trendingAnime: + url: http://localhost:8081 + protocol: http + security: + - token: [] + testwebhook: + url: ws://localhost:9000 + protocol: ws +x-remoteServers: + - trendingAnime + + ... + +components: + securitySchemes: + token: + type: http + scheme: bearer + bearerFormat: JWT + +``` + +**The Client asyncapi.yaml file does't need to implement all the security requirements in the server, it only needs to implement the ones that it uses.** + +### Client Side + +Following the client `asyncapi.yaml` file above, create a file named `trendingAnime.ts` in the `auth` directory, since that is the server that has the security Property. + +```bash +touch auth/trendingAnime.ts +``` + +When using the `token` security scheme, it is important that you pass the parameters as follows: + +```js +export async clientAuth({ parsedAsyncAPI, serverName }) { + return { + token: process.env.TOKEN + } +} +``` + +`token` should be the name of the security requirement as specified in your `asyncapi.yaml` file, and it's value should be a string. + +### Server side + +From the server `asyncapi.yaml` file above, create a file named `trendingAnimeServer.ts` in the `auth` directory, since that is the server that has the security Property. + +```bash +touch auth/trendingAnimeServer.ts +``` + +On the server side, you can retrieve the values as follows + +```js + +export async serverAuth({ authProps, done }) { + authProps.getToken() + + done(true) +} + +``` + +`getToken()` return a string which contains the token that was sent from the client. + + + diff --git a/docs/auth/httpApiKey.md b/docs/auth/httpApiKey.md new file mode 100644 index 000000000..a2d7d3951 --- /dev/null +++ b/docs/auth/httpApiKey.md @@ -0,0 +1,108 @@ +## Getting started with httpAPIKey authentication + +This guide will walk through how to implement authentication using the `httpAPiKey` security scheme in Glee. + +A sample `asyncapi.yaml` for a server with security requirements and user `HttpApiKey` security scheme is shown below: + +```yaml +##server asyncAPI schema +asyncapi: 2.6.0 +info: + title: AsyncAPI IMDB server + version: 1.0.0 + description: This app is a dummy server that would stream the trending/upcoming anime. +servers: + trendingAnimeServer: + url: 'http://localhost:8081' + protocol: http + security: + - apiKey: [] + + ... + +components: + securitySchemes: + apiKey: + type: httpApiKey + name: api_key + in: query + +``` + +A sample `asyncapi.yaml` for a client that implements some of the requirements of the server above: + +```yaml +##client asyncAPI schema +servers: + trendingAnime: + url: http://localhost:8081 + protocol: http + security: + - apiKey: [] + testwebhook: + url: ws://localhost:9000 + protocol: ws +x-remoteServers: + - trendingAnime + + ... + +components: + securitySchemes: + apiKey: + type: httpApiKey + name: api_key + in: query + + +``` + +The `httpApiKey` could be in either the header or query parameter. + +**The Client asyncapi.yaml file does not need to implement all the security requirements in the server, it only needs to implement the ones that it uses.** + +### Client Side + +Following the client `asyncapi.yaml` file above, create a file named `trendingAnime.ts` in the `auth` directory, since that is the server that has the security Property. + +```bash +touch auth/trendingAnime.ts +``` + +When using the `HttpApiKey` security scheme, it is important that you pass the parameters as follows: + +```js +export async clientAuth({ parsedAsyncAPI, serverName }) { + return { + apiKey: process.env.APIKEY + } +} +``` + +`apiKey` should be the name of the security requirement as specified in your `asyncapi.yaml` file, and it's value should be a string. + + +### Server side + +From the server `asyncapi.yaml` file above, create a file named `trendingAnimeServer.ts` in the `auth` directory, since that is the server that has the security Property. + +```bash +touch auth/trendingAnimeServer.ts +``` + +On the server side, you can retrieve the values as follows + +```js + +export async serverAuth({ authProps, done }) { + authProps.getHttpAPIKeys('api_key')() + + done(true) +} + +``` + +`getHttpAPIKeys(name)` takes a name parameter to specify the name of the httpApiKey that is desired. Then it returns an object containing the httpApiKey value that was sent from the client. + + + diff --git a/docs/auth/introduction.md b/docs/auth/introduction.md new file mode 100644 index 000000000..7431e4bcc --- /dev/null +++ b/docs/auth/introduction.md @@ -0,0 +1,176 @@ +# Authentication + +Authentication in Glee can be done using authentication functions. Authentication functions are files that export either one or both of the `clientAuth` and `serverAuth` Node.js functions: + +```js +/* websocket.js */ + +export async function serverAuth({ authProps, done }) { + //server auth logic +} + +export async function clientAuth({ parsedAsyncAPI, serverName }) { + //client auth logic +} +``` + +Glee looks for authentication files in the `auth` directory by default but it can be configured using [glee config file](../config-file.md). +The name of the authentication file should be the name of the targeted server that the authentication logic should work for. + +## Supported Authentication Values in asyncapi.yaml file + +AsyncAPI currently supports a variety of authentication formats as specified in the [documentation](https://www.asyncapi.com/docs/reference/specification/v2.6.0#securitySchemeObject), however Glee supports the following authentication schemas. + +- userPassword +- Bearer token +- HttpPApiKey +- ApiKey + +A sample `asyncapi.yaml` for a server with security requirements and a `userPassword` security schemes is shown below: + +```yaml +##server asyncAPI schema +asyncapi: 2.6.0 +info: + title: AsyncAPI IMDB server + version: 1.0.0 + description: This app is a dummy server that would stream the trending/upcoming anime. +servers: + trendingAnimeServer: + url: 'http://localhost:8081' + protocol: http + security: + - userPass: [] + + ... + +components: + securitySchemes: + userPass: + type: userPassword + +``` + +A sample `asyncapi.yaml` for a client that implements some of the requirements of the server above: + +```yaml +##client asyncAPI schema +servers: + trendingAnime: + url: http://localhost:8081 + protocol: http + security: + - userPass: [] + testwebhook: + url: ws://localhost:9000 + protocol: ws +x-remoteServers: + - trendingAnime + + ... + +components: + securitySchemes: + userPass: + type: userPassword + +``` + +**The Client asyncapi.yaml file does not need to implement all the security requirements in the server, it only needs to implement the ones that it uses.** + + +Glee can act as both a server and a client at the same time. Hence the need for `serverAuth` and `clientAuth`. Glee acts as a client when the `x-remoteServers` property is present in the `asyncapi.yaml` file. + +When Glee acts as a client, it can connect to a Glee server, and when Glee acts as a server it accepts connection from other Glee clients. Hence a Glee application can both accept connections from clients while also sending requests to other Glee applications (servers) ath the same time. + +When a security requirement is specified in the `asyncapi.yaml` file and Glee acts as a server, the `serverAuth` function should be implemented, if Glee acts as a client then the `clientAuth` function should be implemented. If Glee is being used as both client and server, then it should have both the `clientAuth` and `serverAuth` functions. + +## Server Authentication in Glee + +The `serverAuth` function takes an argument that can be destructured as follows + +| Attribute | Description | +| ---------- | --------------------------------------------------------------- | +| done | The done function that tells the server to proceed. | +| authProps | The authentication parameters recieved from the client. | +| serverName | The name of the server/broker from which the event was emitted. | +| doc | The parsedAsyncAPI schema | + +### done() + +The `done` parameter in the `serverAuth` function allows the broker/server to know what to do next depending on the boolean value you pass to it. + +```js +/* websocket.js */ + +export async function serverAuth({ authProps, done }) { + // done(true) + //done(false, 401, "Unauthorized") + // done(false) +} +``` + +When `true` is passed to the done parameter, the server/broker knows to go ahead and allow the client to connect, which means authentication has succeeded. However if the `done` parameter is called with `false` then the server knows to throw an error message and reject the client, which means authenticatio has failed. + +`done()` should always be the last thing called in a `serverAuth` function, Glee won't execute any logic beyond the `done()` call. + +### authProps + +`authProps` implements a couple of methods that allows the server to retrieve the authentication parameters from the client, below are the current available methods; + +```js +export async function serverAuth({ authProps, done }) { + //some network request + + authProps.getOauthToken() + authProps.getHttpAPIKeys('api_key') + authProps.getToken() + authProps.getUserPass() + + // done(false, 401, "Unauthorized"); + done(false) +} +``` + +| Method | Description | +| ---------------------- | ------------------------------------------------------------------------------------------------ | +| `getOauthToken()` | returns the oauth authentication parameter | +| `getHttpAPIKeys(name)` | returns the HttpAPIKeys parameter with the specified name from either headers or query parameter | +| `getToken()` | returns the http bearer token parameter | +| `getUserPass()` | returns username and password parameters | + +## Client Authentication in Glee + +The `clientAuth` function also takes an argument, and it's argument can be destructured as follows + +| Attribute | Description | +| -------------- | ------------------------------------------------------------------------------------- | +| parsedAsyncAPI | The parsedAsyncAPI schema. | +| serverName | The name of the server/broker from with the authentication parameters are being sent. | + +### possible authentication parameters + +The possible authentication parameters are shown in the code snippet below: + +```js +export async function clientAuth({ serverName }) { + return { + token: process.env.TOKEN, + oauth: process.env.OAUTH2, + apiKey: process.env.APIKEY, + userPass: { + user: process.env.user, + password: process.env.password, + }, + } +} +``` + +**The name of the authentication parameters should be the same as the names specified in the asyncAPI.yaml file.** + +| auth type | values | +| ------------------------------------- | ---------------------------------------------------------------------- | +| http bearer (JWT) | Value should be a JWT string | +| Oauth2 | The value should should be a string | +| httpApiKey in headers or query params | The value should be a string | +| userPass | The value should be an object with the user and password as properties | diff --git a/docs/auth/userPassword.md b/docs/auth/userPassword.md new file mode 100644 index 000000000..f74b62a5d --- /dev/null +++ b/docs/auth/userPassword.md @@ -0,0 +1,104 @@ +## Getting started with username and password authentication + +User and password authentication is one of the most basic forms of authentication. This guide will walk through how to implement username and password authentication in Glee. + +A sample `asyncapi.yaml` for a server with security requirements and user password security scheme is shown below: + +```yaml +##server asyncAPI schema +asyncapi: 2.6.0 +info: + title: AsyncAPI IMDB server + version: 1.0.0 + description: This app is a dummy server that would stream the trending/upcoming anime. +servers: + trendingAnimeServer: + url: 'http://localhost:8081' + protocol: http + security: + - userPass: [] + + ... + +components: + securitySchemes: + userPass: + type: userPassword + +``` + +A sample `asyncapi.yaml` for a client that implements some of the requirements of the server above: + +```yaml +##client asyncAPI schema +servers: + trendingAnime: + url: http://localhost:8081 + protocol: http + security: + - userPass: [] + testwebhook: + url: ws://localhost:9000 + protocol: ws +x-remoteServers: + - trendingAnime + + ... + +components: + securitySchemes: + userPass: + type: userPassword + +``` + +**The Client asyncapi.yaml file does not need to implement all the security requirements in the server, it only needs to implement the ones that it uses.** + +### Client Side + +Following the client `asyncapi.yaml` file above, create a file named `trendingAnime.ts` in the `auth` directory, since that is the server that has the security Property. + +```bash +touch auth/trendingAnime.ts +``` + +When using the `userPassword` security scheme, it is important that you pass the parameters as follows: + +```js +export async clientAuth({ parsedAsyncAPI, serverName }) { + return { + userPass: { + user: process.env.user, + password: process.env.password, + }, + } +} +``` + +`userPass` should be the name of the security requirement as specified in your `asyncapi.yaml` file, then pass `user` and `password` as it's properties + + +### Server side + +From the server `asyncapi.yaml` file above, create a file named `trendingAnimeServer.ts` in the `auth` directory, since that is the server that has the security Property. + +```bash +touch auth/trendingAnimeServer.ts +``` + +On the server side, you can retrieve the values as follows + +```js + +export async serverAuth({ authProps, done }) { + authProps.getUserPass() + + done(true) +} + +``` + +`getUserPass()` return an object containing the username and password that was sent from the client. + + + diff --git a/examples/anime-http/client/glee.config.ts b/examples/anime-http/client/glee.config.ts new file mode 100644 index 000000000..ee1b1d5da --- /dev/null +++ b/examples/anime-http/client/glee.config.ts @@ -0,0 +1,8 @@ +export default async function () { + return { + glee: { // Glee core configurations + lifecycleDir: './lifecycle', + functionsDir: './functions', + } + } +} \ No newline at end of file From 2a660201ba46776c91bf14ec542957d50229bb47 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 24 Aug 2023 18:28:06 +0200 Subject: [PATCH 08/24] fix: update @asyncapi/generator to 1.10.14 version (#502) Co-authored-by: asyncapi-bot-eve %0ACo-authored-by: asyncapi-bot --- package-lock.json | 734 ++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 584 insertions(+), 152 deletions(-) diff --git a/package-lock.json b/package-lock.json index f81ad3a1f..36d51ed54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.26.0", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.9.18", + "@asyncapi/generator": "^1.10.14", "@asyncapi/html-template": "^0.24.10", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", @@ -118,20 +118,19 @@ } }, "node_modules/@asyncapi/generator": { - "version": "1.9.18", - "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.9.18.tgz", - "integrity": "sha512-mxduTRaU1tPVEKDY0cv7ysnYoqGdVFwRhr2V6Q1J1Um8VDpTZWiRdoPMoauyGtRQ4+udlKayJd3B2G14K7Vw1A==", + "version": "1.10.14", + "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.10.14.tgz", + "integrity": "sha512-Hkle+Ix4g6aDxP3BidGJTtIio1RmVnyiH9CuEMbpKpikgU3dowxYwcsx8H57BawAQrSKrk1r/VU9IzwZ0Fz4VQ==", "dependencies": { - "@asyncapi/avro-schema-parser": "^1.1.0", - "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/openapi-schema-parser": "^2.0.3", - "@asyncapi/parser": "^1.18.0", - "@asyncapi/raml-dt-schema-parser": "^2.0.1", + "@asyncapi/avro-schema-parser": "^3.0.3", + "@asyncapi/generator-react-sdk": "^1.0.0", + "@asyncapi/openapi-schema-parser": "^3.0.4", + "@asyncapi/parser": "^2.1.0", + "@asyncapi/raml-dt-schema-parser": "^4.0.4", "@npmcli/arborist": "^2.2.4", - "ajv": "^6.10.2", + "ajv": "^8.12.0", "chokidar": "^3.4.0", "commander": "^6.1.0", - "conventional-changelog-conventionalcommits": "^5.0.0", "filenamify": "^4.1.0", "fs.extra": "^1.3.2", "global-dirs": "^3.0.0", @@ -215,11 +214,11 @@ } }, "node_modules/@asyncapi/generator-react-sdk": { - "version": "0.2.25", - "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-0.2.25.tgz", - "integrity": "sha512-zmVdNaMPTDoUHnAIp33+dkGspEuLIi3BaaHFXY5lmL1XmaD9bU1rK/HLpNKhV32Os6Wp50CuskOwDsoRCeSGow==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.0.tgz", + "integrity": "sha512-QK88mxnxk1ptgXJ4Os2GoS+G/lR8n4zAdtKRvDyPRZzoUZG9/ACtlGhJam3+8DB6H5vZ6zb5Ak56Y6OTDRTX5w==", "dependencies": { - "@asyncapi/parser": "^1.15.1", + "@asyncapi/parser": "^2.1.0-next-major-spec.9", "@babel/core": "7.12.9", "@babel/preset-env": "^7.12.7", "@babel/preset-react": "^7.12.7", @@ -231,6 +230,38 @@ "source-map-support": "^0.5.19" } }, + "node_modules/@asyncapi/generator-react-sdk/node_modules/@asyncapi/parser": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "dependencies": { + "@asyncapi/specs": "^5.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + } + }, + "node_modules/@asyncapi/generator-react-sdk/node_modules/@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "dependencies": { + "@types/json-schema": "^7.0.11" + } + }, "node_modules/@asyncapi/generator-react-sdk/node_modules/@babel/core": { "version": "7.12.9", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", @@ -261,14 +292,184 @@ "url": "https://opencollective.com/babel" } }, + "node_modules/@asyncapi/generator-react-sdk/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@asyncapi/generator-react-sdk/node_modules/ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "peerDependencies": { + "ajv": "^8.0.1" + } + }, + "node_modules/@asyncapi/generator-react-sdk/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@asyncapi/generator-react-sdk/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/@asyncapi/generator-react-sdk/node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, "node_modules/@asyncapi/generator-react-sdk/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "bin": { "semver": "bin/semver" } }, + "node_modules/@asyncapi/generator/node_modules/@asyncapi/avro-schema-parser": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.3.tgz", + "integrity": "sha512-XprbDYPFJ0nc963hPCjbEmM3iu6ypKg/70EFVl0MZJCLbLw/+gBbPy95uV3Qaofm5UQgSI+aTobGhc8rMre4VA==", + "dependencies": { + "@asyncapi/parser": "^2.1.0", + "@types/json-schema": "^7.0.11", + "avsc": "^5.7.6" + } + }, + "node_modules/@asyncapi/generator/node_modules/@asyncapi/openapi-schema-parser": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.4.tgz", + "integrity": "sha512-nfZbL3dTpIQ3K+/V05FBpgOPi7dDWZkqZG8e7pKwtNhwZ0YLBFWTw6RpocztlBlcieFggxZqLm4BT5I1cQbK+Q==", + "dependencies": { + "@asyncapi/parser": "^2.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1" + } + }, + "node_modules/@asyncapi/generator/node_modules/@asyncapi/parser": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "dependencies": { + "@asyncapi/specs": "^5.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + } + }, + "node_modules/@asyncapi/generator/node_modules/@asyncapi/parser/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@asyncapi/generator/node_modules/@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "dependencies": { + "@types/json-schema": "^7.0.11" + } + }, + "node_modules/@asyncapi/generator/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@asyncapi/generator/node_modules/ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "peerDependencies": { + "ajv": "^8.0.1" + } + }, + "node_modules/@asyncapi/generator/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/@asyncapi/generator/node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, "node_modules/@asyncapi/html-template": { "version": "0.24.10", "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-0.24.10.tgz", @@ -295,23 +496,6 @@ "yaml": "^1.10.2" } }, - "node_modules/@asyncapi/markdown-template/node_modules/@asyncapi/generator-react-sdk": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.0.tgz", - "integrity": "sha512-QK88mxnxk1ptgXJ4Os2GoS+G/lR8n4zAdtKRvDyPRZzoUZG9/ACtlGhJam3+8DB6H5vZ6zb5Ak56Y6OTDRTX5w==", - "dependencies": { - "@asyncapi/parser": "^2.1.0-next-major-spec.9", - "@babel/core": "7.12.9", - "@babel/preset-env": "^7.12.7", - "@babel/preset-react": "^7.12.7", - "@rollup/plugin-babel": "^5.2.1", - "babel-plugin-source-map-support": "^2.1.3", - "prop-types": "^15.7.2", - "react": "^17.0.1", - "rollup": "^2.60.1", - "source-map-support": "^0.5.19" - } - }, "node_modules/@asyncapi/markdown-template/node_modules/@asyncapi/parser": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", @@ -344,36 +528,6 @@ "@types/json-schema": "^7.0.11" } }, - "node_modules/@asyncapi/markdown-template/node_modules/@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", - "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, "node_modules/@asyncapi/markdown-template/node_modules/ajv": { "version": "8.12.0", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", @@ -432,14 +586,6 @@ } } }, - "node_modules/@asyncapi/markdown-template/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "bin": { - "semver": "bin/semver" - } - }, "node_modules/@asyncapi/openapi-schema-parser": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-2.0.3.tgz", @@ -466,20 +612,112 @@ } }, "node_modules/@asyncapi/raml-dt-schema-parser": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-2.0.1.tgz", - "integrity": "sha512-R7i35IbVbvGyPNm3t5ToPDtYUwDtVjWF/oCgCVPK/wLpNQ0uVZX5Y0JFhO78VUHEep0NKuuI2CZh6oLz0ebMVQ==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.4.tgz", + "integrity": "sha512-kKam4jwYYdwqoV5zkEb3YEb8VOrN0785fc4ByazxRd+BT/RnkQTLspjTY/akdDs9DLmU4ChP73Z0vqpek6wojA==", "dependencies": { - "js-yaml": "^3.13.1", - "ramldt2jsonschema": "^1.1.0" + "@asyncapi/parser": "^2.1.0", + "js-yaml": "^4.1.0", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" } }, - "node_modules/@asyncapi/react-component": { - "version": "1.0.0-next.47", - "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.47.tgz", - "integrity": "sha512-zVktJkXEwDFAcI3gyN33QyC+e7l2g+yHt6vbht5xCMniH1PqkPvQczDUwEfY47lpHAJn7YYGMT4XpiipzIPtlw==", - "dependencies": { - "@asyncapi/avro-schema-parser": "^1.1.0", + "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/@asyncapi/parser": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "dependencies": { + "@asyncapi/specs": "^5.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + } + }, + "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "dependencies": { + "@types/json-schema": "^7.0.11" + } + }, + "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "peerDependencies": { + "ajv": "^8.0.1" + } + }, + "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/@asyncapi/raml-dt-schema-parser/node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/@asyncapi/react-component": { + "version": "1.0.0-next.47", + "resolved": "https://registry.npmjs.org/@asyncapi/react-component/-/react-component-1.0.0-next.47.tgz", + "integrity": "sha512-zVktJkXEwDFAcI3gyN33QyC+e7l2g+yHt6vbht5xCMniH1PqkPvQczDUwEfY47lpHAJn7YYGMT4XpiipzIPtlw==", + "dependencies": { + "@asyncapi/avro-schema-parser": "^1.1.0", "@asyncapi/openapi-schema-parser": "^2.0.1", "@asyncapi/parser": "^1.18.0", "highlight.js": "^10.7.2", @@ -16659,20 +16897,19 @@ } }, "@asyncapi/generator": { - "version": "1.9.18", - "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.9.18.tgz", - "integrity": "sha512-mxduTRaU1tPVEKDY0cv7ysnYoqGdVFwRhr2V6Q1J1Um8VDpTZWiRdoPMoauyGtRQ4+udlKayJd3B2G14K7Vw1A==", + "version": "1.10.14", + "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.10.14.tgz", + "integrity": "sha512-Hkle+Ix4g6aDxP3BidGJTtIio1RmVnyiH9CuEMbpKpikgU3dowxYwcsx8H57BawAQrSKrk1r/VU9IzwZ0Fz4VQ==", "requires": { - "@asyncapi/avro-schema-parser": "^1.1.0", - "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/openapi-schema-parser": "^2.0.3", - "@asyncapi/parser": "^1.18.0", - "@asyncapi/raml-dt-schema-parser": "^2.0.1", + "@asyncapi/avro-schema-parser": "^3.0.3", + "@asyncapi/generator-react-sdk": "^1.0.0", + "@asyncapi/openapi-schema-parser": "^3.0.4", + "@asyncapi/parser": "^2.1.0", + "@asyncapi/raml-dt-schema-parser": "^4.0.4", "@npmcli/arborist": "^2.2.4", - "ajv": "^6.10.2", + "ajv": "^8.12.0", "chokidar": "^3.4.0", "commander": "^6.1.0", - "conventional-changelog-conventionalcommits": "^5.0.0", "filenamify": "^4.1.0", "fs.extra": "^1.3.2", "global-dirs": "^3.0.0", @@ -16691,6 +16928,102 @@ "source-map-support": "^0.5.19", "ts-node": "^10.9.1", "typescript": "^4.9.3" + }, + "dependencies": { + "@asyncapi/avro-schema-parser": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.3.tgz", + "integrity": "sha512-XprbDYPFJ0nc963hPCjbEmM3iu6ypKg/70EFVl0MZJCLbLw/+gBbPy95uV3Qaofm5UQgSI+aTobGhc8rMre4VA==", + "requires": { + "@asyncapi/parser": "^2.1.0", + "@types/json-schema": "^7.0.11", + "avsc": "^5.7.6" + } + }, + "@asyncapi/openapi-schema-parser": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.4.tgz", + "integrity": "sha512-nfZbL3dTpIQ3K+/V05FBpgOPi7dDWZkqZG8e7pKwtNhwZ0YLBFWTw6RpocztlBlcieFggxZqLm4BT5I1cQbK+Q==", + "requires": { + "@asyncapi/parser": "^2.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1" + } + }, + "@asyncapi/parser": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "requires": { + "@asyncapi/specs": "^5.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + }, + "dependencies": { + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "requires": { + "argparse": "^2.0.1" + } + } + } + }, + "@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "requires": { + "@types/json-schema": "^7.0.11" + } + }, + "ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "requires": {} + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + } } }, "@asyncapi/generator-filters": { @@ -16747,11 +17080,11 @@ } }, "@asyncapi/generator-react-sdk": { - "version": "0.2.25", - "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-0.2.25.tgz", - "integrity": "sha512-zmVdNaMPTDoUHnAIp33+dkGspEuLIi3BaaHFXY5lmL1XmaD9bU1rK/HLpNKhV32Os6Wp50CuskOwDsoRCeSGow==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.0.tgz", + "integrity": "sha512-QK88mxnxk1ptgXJ4Os2GoS+G/lR8n4zAdtKRvDyPRZzoUZG9/ACtlGhJam3+8DB6H5vZ6zb5Ak56Y6OTDRTX5w==", "requires": { - "@asyncapi/parser": "^1.15.1", + "@asyncapi/parser": "^2.1.0-next-major-spec.9", "@babel/core": "7.12.9", "@babel/preset-env": "^7.12.7", "@babel/preset-react": "^7.12.7", @@ -16763,6 +17096,38 @@ "source-map-support": "^0.5.19" }, "dependencies": { + "@asyncapi/parser": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "requires": { + "@asyncapi/specs": "^5.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + } + }, + "@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "requires": { + "@types/json-schema": "^7.0.11" + } + }, "@babel/core": { "version": "7.12.9", "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", @@ -16786,10 +17151,48 @@ "source-map": "^0.5.0" } }, + "ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "requires": {} + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "requires": { + "argparse": "^2.0.1" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + }, "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" } } }, @@ -16819,23 +17222,6 @@ "yaml": "^1.10.2" }, "dependencies": { - "@asyncapi/generator-react-sdk": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.0.tgz", - "integrity": "sha512-QK88mxnxk1ptgXJ4Os2GoS+G/lR8n4zAdtKRvDyPRZzoUZG9/ACtlGhJam3+8DB6H5vZ6zb5Ak56Y6OTDRTX5w==", - "requires": { - "@asyncapi/parser": "^2.1.0-next-major-spec.9", - "@babel/core": "7.12.9", - "@babel/preset-env": "^7.12.7", - "@babel/preset-react": "^7.12.7", - "@rollup/plugin-babel": "^5.2.1", - "babel-plugin-source-map-support": "^2.1.3", - "prop-types": "^15.7.2", - "react": "^17.0.1", - "rollup": "^2.60.1", - "source-map-support": "^0.5.19" - } - }, "@asyncapi/parser": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", @@ -16868,29 +17254,6 @@ "@types/json-schema": "^7.0.11" } }, - "@babel/core": { - "version": "7.12.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", - "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.12.5", - "@babel/helper-module-transforms": "^7.12.1", - "@babel/helpers": "^7.12.5", - "@babel/parser": "^7.12.7", - "@babel/template": "^7.12.7", - "@babel/traverse": "^7.12.9", - "@babel/types": "^7.12.7", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.1", - "json5": "^2.1.2", - "lodash": "^4.17.19", - "resolve": "^1.3.2", - "semver": "^5.4.1", - "source-map": "^0.5.0" - } - }, "ajv": { "version": "8.12.0", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", @@ -16928,11 +17291,6 @@ "requires": { "whatwg-url": "^5.0.0" } - }, - "semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" } } }, @@ -16962,12 +17320,86 @@ } }, "@asyncapi/raml-dt-schema-parser": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-2.0.1.tgz", - "integrity": "sha512-R7i35IbVbvGyPNm3t5ToPDtYUwDtVjWF/oCgCVPK/wLpNQ0uVZX5Y0JFhO78VUHEep0NKuuI2CZh6oLz0ebMVQ==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.4.tgz", + "integrity": "sha512-kKam4jwYYdwqoV5zkEb3YEb8VOrN0785fc4ByazxRd+BT/RnkQTLspjTY/akdDs9DLmU4ChP73Z0vqpek6wojA==", "requires": { - "js-yaml": "^3.13.1", - "ramldt2jsonschema": "^1.1.0" + "@asyncapi/parser": "^2.1.0", + "js-yaml": "^4.1.0", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + }, + "dependencies": { + "@asyncapi/parser": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "requires": { + "@asyncapi/specs": "^5.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + } + }, + "@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "requires": { + "@types/json-schema": "^7.0.11" + } + }, + "ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "requires": {} + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "requires": { + "argparse": "^2.0.1" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + } } }, "@asyncapi/react-component": { diff --git a/package.json b/package.json index c2d7e0431..e414ae5cf 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.9.18", + "@asyncapi/generator": "^1.10.14", "@asyncapi/html-template": "^0.24.10", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", From 6a3bd4796336ce964e7d2d80921ddb1f6e48d6d0 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 24 Aug 2023 18:33:27 +0200 Subject: [PATCH 09/24] chore(release): v0.26.1 (#510) --- .../classes/adapters_cluster_redis.default.md | 28 +++---- .../classes/adapters_http_client.default.md | 30 ++++---- .../classes/adapters_http_server.default.md | 38 +++++----- .../classes/adapters_kafka.default.md | 34 ++++----- .../classes/adapters_mqtt.default.md | 50 ++++++------- .../classes/adapters_socket_io.default.md | 36 ++++----- .../classes/adapters_ws_client.default.md | 38 +++++----- .../classes/adapters_ws_server.default.md | 56 +++++++------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 40 +++++----- docs/reference/classes/lib_cluster.default.md | 26 +++---- .../classes/lib_connection.default.md | 26 +++---- docs/reference/classes/lib_glee.default.md | 46 ++++++------ docs/reference/classes/lib_message.default.md | 74 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 +++++----- .../classes/lib_wsHttpAuth.default.md | 30 ++++---- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 42 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 2 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 6 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 16 ++-- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- docs/reference/modules/middlewares_logger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 49 files changed, 399 insertions(+), 399 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 4f1cadb10..628d12660 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 4866499bb..73b36ac12 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -86,7 +86,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) ## Properties @@ -170,7 +170,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) ___ @@ -188,7 +188,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) ___ @@ -206,7 +206,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) ___ @@ -224,7 +224,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) ___ @@ -242,7 +242,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) ___ @@ -260,7 +260,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) ___ @@ -278,7 +278,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) ## Methods @@ -329,7 +329,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/client.ts#L12) +[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/client.ts#L12) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/client.ts#L73) +[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/client.ts#L73) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) ___ @@ -524,7 +524,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/client.ts#L9) +[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/client.ts#L9) ___ @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) ___ @@ -1074,7 +1074,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/client.ts#L22) +[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/client.ts#L22) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index 2ce7ebf74..3da6f7a4d 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L10) +[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L10) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) ## Methods @@ -317,7 +317,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L135) +[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L135) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L24) +[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L24) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L181) +[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L181) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L175) +[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L175) ___ @@ -424,7 +424,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L16) +[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L16) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) ___ @@ -598,7 +598,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L12) +[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L12) ___ @@ -1122,7 +1122,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) ___ @@ -1148,7 +1148,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/adapters/http/server.ts#L20) +[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L20) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index 5b5d05f0d..52e048822 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -88,7 +88,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) ## Properties @@ -98,7 +98,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/f761154/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/kafka/index.ts#L8) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/f761154/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/kafka/index.ts#L7) ___ @@ -192,7 +192,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) ___ @@ -264,7 +264,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) ___ @@ -282,7 +282,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) ___ @@ -300,7 +300,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/f761154/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/kafka/index.ts#L95) ___ @@ -373,7 +373,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/f761154/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/kafka/index.ts#L13) ___ @@ -502,7 +502,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) ___ @@ -547,7 +547,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/f761154/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/kafka/index.ts#L9) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) ___ @@ -1097,7 +1097,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/f761154/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index 749960c77..daae76db0 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -96,7 +96,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) ## Properties @@ -106,7 +106,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L29) +[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L29) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L30) +[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L30) ___ @@ -200,7 +200,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) ___ @@ -218,7 +218,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) ___ @@ -236,7 +236,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) ___ @@ -254,7 +254,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) ___ @@ -272,7 +272,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) ___ @@ -290,7 +290,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) ___ @@ -308,7 +308,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L151) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L229) +[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L229) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L245) +[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L245) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L206) +[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L206) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L118) +[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L118) ___ @@ -450,7 +450,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L36) +[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L36) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) ___ @@ -623,7 +623,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L44) +[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L44) ___ @@ -643,7 +643,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L64) +[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L64) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L95) +[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L95) ___ @@ -765,7 +765,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L32) ___ @@ -1207,7 +1207,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) ___ @@ -1233,7 +1233,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L40) +[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L40) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/f761154/src/adapters/mqtt/index.ts#L128) +[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L128) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 5b9fbefb8..49980d0bf 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -89,7 +89,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) ## Properties @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L6) ___ @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L20) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L97) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L78) ___ @@ -397,7 +397,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L12) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) ___ @@ -571,7 +571,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L8) ___ @@ -1095,7 +1095,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) ___ @@ -1121,7 +1121,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/f761154/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index 566bea274..a1a43b3d7 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L15) +[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L15) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) ## Methods @@ -306,7 +306,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L29) +[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L29) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L112) +[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L112) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L99) +[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L99) ___ @@ -398,7 +398,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L21) +[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L21) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) ___ @@ -572,7 +572,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L77) +[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L77) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L17) ___ @@ -1110,7 +1110,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) ___ @@ -1136,7 +1136,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/client.ts#L25) +[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L25) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index 73f763263..cbcdc2ec2 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) ## Properties @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L197) +[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L197) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L287) +[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L287) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L265) +[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L265) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L145) +[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L145) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L54) +[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L54) ___ @@ -438,7 +438,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L43) +[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L43) ___ @@ -458,7 +458,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L20) +[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L20) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L37) +[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L37) ___ @@ -567,7 +567,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L28) +[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L28) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) ___ @@ -674,7 +674,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) ___ @@ -688,7 +688,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L127) +[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L127) ___ @@ -708,7 +708,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L59) +[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L59) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L16) ___ @@ -951,7 +951,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L78) +[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L78) ___ @@ -971,7 +971,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L109) +[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L109) ___ @@ -1274,7 +1274,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) ___ @@ -1300,7 +1300,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L24) +[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L24) ___ @@ -1357,7 +1357,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L186) +[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L186) ___ @@ -1391,7 +1391,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/f761154/src/adapters/ws/server.ts#L176) +[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L176) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index c294efc0c..4b4004223 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/f761154/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/2a66020/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/f761154/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/2a66020/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/f761154/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/2a66020/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/f761154/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/2a66020/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index 86969bf7c..31796b7ae 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -105,7 +105,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) ## Properties @@ -115,7 +115,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L27) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L29) +[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L29) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L30) +[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L30) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L25) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L28) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L26) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L31) +[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L31) ___ @@ -255,7 +255,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) ## Methods @@ -386,7 +386,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L245) +[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L245) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) ___ @@ -552,7 +552,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) ___ @@ -1058,7 +1058,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) ___ @@ -1080,7 +1080,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L255) +[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L255) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index 8c33b6bd3..02fa05d11 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 39a0b7727..f07c430e0 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/f761154/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 5eb8b9434..f1ee63717 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L307) +[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L307) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L294) +[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L294) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L224) +[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L224) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L195) +[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L195) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L173) +[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L173) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L162) +[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L162) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L208) +[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L208) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/f761154/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index de08b3eea..ec2c5cd2c 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -97,7 +97,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L51) +[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L51) ## Properties @@ -107,7 +107,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L31) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L28) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L34) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L30) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L27) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L32) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L33) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L35) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L26) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L36) +[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L36) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L29) ___ @@ -295,7 +295,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L113) +[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L113) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L89) +[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L89) • `set` **channel**(`value`): `void` @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L93) +[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L93) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L125) +[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L125) • `set` **cluster**(`value`): `void` @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L129) +[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L129) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L105) +[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L105) • `set` **connection**(`value`): `void` @@ -385,7 +385,7 @@ ___ #### Defined in -[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L109) +[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L109) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L81) +[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L81) • `set` **headers**(`value`): `void` @@ -415,7 +415,7 @@ ___ #### Defined in -[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L85) +[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L85) ___ @@ -429,7 +429,7 @@ ___ #### Defined in -[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L117) +[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L117) • `set` **params**(`value`): `void` @@ -445,7 +445,7 @@ ___ #### Defined in -[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L121) +[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L121) ___ @@ -459,7 +459,7 @@ ___ #### Defined in -[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L73) +[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L73) • `set` **payload**(`value`): `void` @@ -475,7 +475,7 @@ ___ #### Defined in -[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L77) +[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L77) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L133) +[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L133) • `set` **query**(`value`): `void` @@ -505,7 +505,7 @@ ___ #### Defined in -[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L137) +[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L137) ___ @@ -519,7 +519,7 @@ ___ #### Defined in -[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L97) +[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L97) • `set` **serverName**(`value`): `void` @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L101) +[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L101) ## Methods @@ -712,7 +712,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L194) +[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L194) ___ @@ -728,7 +728,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L201) +[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L201) ___ @@ -812,7 +812,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L222) +[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L222) ___ @@ -828,7 +828,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L215) +[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L215) ___ @@ -1268,7 +1268,7 @@ Sends the message back to the server/broker. #### Defined in -[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L149) +[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L149) ___ @@ -1284,7 +1284,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L208) +[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L208) ___ @@ -1300,7 +1300,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L178) ___ @@ -1351,7 +1351,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/f761154/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L186) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index 4e6ad9c49..d4089c315 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index 4e48ab670..f07ded86a 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L168) +[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L168) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L71) +[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L71) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L58) +[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L58) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L126) +[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L126) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L113) +[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L113) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L161) +[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L161) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/f761154/src/lib/wsHttpAuth.ts#L97) +[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L97) ___ diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 29df2cfbe..c3b8374be 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L35) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L33) +[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L33) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L34) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 960202236..a16e162ca 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L54) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L55) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L53) +[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L53) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L58) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L56) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L57) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index 2801f9549..08e22ba13 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L20) +[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L20) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L23) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L22) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L21) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index 637cef5b8..f15e2a056 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L29) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L27) +[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L27) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L28) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index be1db73ab..985321a09 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:5](https://github.com/asyncapi/glee/blob/f761154/src/docs.ts#L5) +[src/docs.ts:5](https://github.com/asyncapi/glee/blob/2a66020/src/docs.ts#L5) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index 634391f23..b9d84a887 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:37](https://github.com/asyncapi/glee/blob/f761154/src/index.ts#L37) +[src/index.ts:37](https://github.com/asyncapi/glee/blob/2a66020/src/index.ts#L37) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 62edeb6ac..0f71b906e 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -80,7 +80,7 @@ #### Defined in -[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L11) +[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L11) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L38) +[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L38) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L98) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L153) +[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L153) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L130) +[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L130) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L61) +[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L61) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L105) +[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L105) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L149) +[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L149) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L120) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L114) +[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L114) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L147) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L146) +[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L146) ___ @@ -307,7 +307,7 @@ ___ #### Defined in -[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L138) +[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L138) ___ @@ -329,7 +329,7 @@ ___ #### Defined in -[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L79) +[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L79) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L8) ___ @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L94) +[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L94) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L90) +[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L90) ___ @@ -381,7 +381,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L9) ___ @@ -391,7 +391,7 @@ ___ #### Defined in -[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L7) +[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L7) ___ @@ -413,7 +413,7 @@ ___ #### Defined in -[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L67) +[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L67) ___ @@ -423,4 +423,4 @@ ___ #### Defined in -[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/f761154/src/lib/index.d.ts#L50) +[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L50) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 0052552b1..716cbeb6d 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L17) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/f761154/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 1ac97a4f3..71ad75b3d 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/f761154/src/lib/asyncapiFile.ts#L5) +[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/2a66020/src/lib/asyncapiFile.ts#L5) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 99c04d750..6cbe38416 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/f761154/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index 62268837c..e10fb12cc 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/f761154/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/2a66020/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index ecaf3a32c..deaa17f5d 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -28,7 +28,7 @@ #### Defined in -[src/lib/configs.ts:102](https://github.com/asyncapi/glee/blob/f761154/src/lib/configs.ts#L102) +[src/lib/configs.ts:102](https://github.com/asyncapi/glee/blob/2a66020/src/lib/configs.ts#L102) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/lib/configs.ts:120](https://github.com/asyncapi/glee/blob/f761154/src/lib/configs.ts#L120) +[src/lib/configs.ts:120](https://github.com/asyncapi/glee/blob/2a66020/src/lib/configs.ts#L120) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/configs.ts:21](https://github.com/asyncapi/glee/blob/f761154/src/lib/configs.ts#L21) +[src/lib/configs.ts:21](https://github.com/asyncapi/glee/blob/2a66020/src/lib/configs.ts#L21) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 5c39c1523..7974721a0 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/f761154/src/lib/docs.ts#L5) +[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/2a66020/src/lib/docs.ts#L5) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index 009aa72e9..d4c26b3ef 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/f761154/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/2a66020/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 7aff3c688..87c8dfd60 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/f761154/src/lib/functions.ts#L53) +[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/2a66020/src/lib/functions.ts#L53) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/f761154/src/lib/functions.ts#L55) +[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/2a66020/src/lib/functions.ts#L55) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/f761154/src/lib/functions.ts#L84) +[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/2a66020/src/lib/functions.ts#L84) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index db267c5d8..a5c652baa 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/f761154/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/2a66020/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/f761154/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/f761154/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/2a66020/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 5e67fcc52..516264cba 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L206) +[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L206) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L195) +[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L195) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L180) +[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L180) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L232) +[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L232) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L228) +[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L228) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/f761154/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 7951b2ff6..7be22754c 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/f761154/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index 2ec9e87a8..6eba21806 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/f761154/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/2a66020/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index 348ff5ee7..3c8f00476 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/f761154/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/2a66020/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/f761154/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/2a66020/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/f761154/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/2a66020/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/f761154/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/2a66020/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index 23bc5e6ac..8596c8f10 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -33,7 +33,7 @@ #### Defined in -[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L118) +[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L118) ___ @@ -55,7 +55,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L52) +[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L52) ___ @@ -78,7 +78,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L22) +[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L22) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L122) +[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L122) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L137) +[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L137) ___ @@ -143,7 +143,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L81) +[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L81) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L148) +[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L148) ___ @@ -188,4 +188,4 @@ Object #### Defined in -[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/f761154/src/lib/util.ts#L93) +[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L93) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index 025cba366..54e57c302 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index b8ed978cd..9a84ed798 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index 8fb9fac7d..899a3a678 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 265e704e1..df45e9e97 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 8e3c49f8f..86b5d42e5 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_logger.md b/docs/reference/modules/middlewares_logger.md index 68ebc45a9..b7ca49890 100644 --- a/docs/reference/modules/middlewares_logger.md +++ b/docs/reference/modules/middlewares_logger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/logger.ts#L5) +[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/logger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 5fb7ecdc0..d034953b9 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index 762aa51da..62ead3e83 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 027d0c8d1..3052f7f9b 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/f761154/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index f22e5ae16..7ca451362 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/f761154/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/2a66020/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index 36d51ed54..6e31e7b1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.26.0", + "version": "0.26.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.26.0", + "version": "0.26.1", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.10.14", diff --git a/package.json b/package.json index e414ae5cf..62838b4f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.26.0", + "version": "0.26.1", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From 75f1ced1fd31b2c8946a29caca6aca097f1f9517 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 31 Aug 2023 13:18:40 +0200 Subject: [PATCH 10/24] fix: update @asyncapi/html-template to 0.28.4 version (#511) --- package-lock.json | 24 +++++++++++++----------- package.json | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e31e7b1d..69893e0d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.10.14", - "@asyncapi/html-template": "^0.24.10", + "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", "@types/jest": "^27.4.0", @@ -471,13 +471,14 @@ } }, "node_modules/@asyncapi/html-template": { - "version": "0.24.10", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-0.24.10.tgz", - "integrity": "sha512-hw2/iwNvkUM5Pq1+T8roA6gAVI6MhlVSTR8qMbsxcTemKuX9d5NFRfOwNKYfmGv1pbIFR+FiF6ha60AvJmuYsg==", + "version": "0.28.4", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-0.28.4.tgz", + "integrity": "sha512-gzUX9hv+zRz+zVZ6ccvWMVmSAa/AbI9xKnYcrIWT5CJototHsTg9Wx+Y0d/nWCZi6QE/lW6HSs77mbUbnn/nFg==", "dependencies": { - "@asyncapi/parser": "^1.15.0", - "@asyncapi/react-component": "^1.0.0-next.37", + "@asyncapi/parser": "^1.17.0", + "@asyncapi/react-component": "1.0.0-next.47", "highlight.js": "10.7.3", + "node-fetch": "^2.6.7", "puppeteer": "^14.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -17197,13 +17198,14 @@ } }, "@asyncapi/html-template": { - "version": "0.24.10", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-0.24.10.tgz", - "integrity": "sha512-hw2/iwNvkUM5Pq1+T8roA6gAVI6MhlVSTR8qMbsxcTemKuX9d5NFRfOwNKYfmGv1pbIFR+FiF6ha60AvJmuYsg==", + "version": "0.28.4", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-0.28.4.tgz", + "integrity": "sha512-gzUX9hv+zRz+zVZ6ccvWMVmSAa/AbI9xKnYcrIWT5CJototHsTg9Wx+Y0d/nWCZi6QE/lW6HSs77mbUbnn/nFg==", "requires": { - "@asyncapi/parser": "^1.15.0", - "@asyncapi/react-component": "^1.0.0-next.37", + "@asyncapi/parser": "^1.17.0", + "@asyncapi/react-component": "1.0.0-next.47", "highlight.js": "10.7.3", + "node-fetch": "^2.6.7", "puppeteer": "^14.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/package.json b/package.json index 62838b4f9..500ef3250 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.10.14", - "@asyncapi/html-template": "^0.24.10", + "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", "@types/jest": "^27.4.0", From 45916ed282d828e18173b0142e22591ba36190ef Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 31 Aug 2023 13:29:57 +0200 Subject: [PATCH 11/24] chore(release): v0.26.2 (#512) --- .../classes/adapters_cluster_redis.default.md | 28 +++---- .../classes/adapters_http_client.default.md | 30 ++++---- .../classes/adapters_http_server.default.md | 38 +++++----- .../classes/adapters_kafka.default.md | 34 ++++----- .../classes/adapters_mqtt.default.md | 50 ++++++------- .../classes/adapters_socket_io.default.md | 36 ++++----- .../classes/adapters_ws_client.default.md | 38 +++++----- .../classes/adapters_ws_server.default.md | 56 +++++++------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 40 +++++----- docs/reference/classes/lib_cluster.default.md | 26 +++---- .../classes/lib_connection.default.md | 26 +++---- docs/reference/classes/lib_glee.default.md | 46 ++++++------ docs/reference/classes/lib_message.default.md | 74 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 +++++----- .../classes/lib_wsHttpAuth.default.md | 30 ++++---- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 42 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 2 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 6 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 16 ++-- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- docs/reference/modules/middlewares_logger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 49 files changed, 399 insertions(+), 399 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 628d12660..37240c303 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 73b36ac12..da4caaa4a 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -86,7 +86,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) ## Properties @@ -170,7 +170,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) ___ @@ -188,7 +188,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) ___ @@ -206,7 +206,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) ___ @@ -224,7 +224,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) ___ @@ -242,7 +242,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) ___ @@ -260,7 +260,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) ___ @@ -278,7 +278,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) ## Methods @@ -329,7 +329,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/client.ts#L12) +[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/client.ts#L12) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/client.ts#L73) +[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/client.ts#L73) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) ___ @@ -524,7 +524,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/client.ts#L9) +[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/client.ts#L9) ___ @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) ___ @@ -1074,7 +1074,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/client.ts#L22) +[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/client.ts#L22) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index 3da6f7a4d..5798f8cb6 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L10) +[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L10) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) ## Methods @@ -317,7 +317,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L135) +[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L135) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L24) +[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L24) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L181) +[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L181) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L175) +[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L175) ___ @@ -424,7 +424,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L16) +[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L16) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) ___ @@ -598,7 +598,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L12) +[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L12) ___ @@ -1122,7 +1122,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) ___ @@ -1148,7 +1148,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/http/server.ts#L20) +[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L20) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index 52e048822..cefc1cc4c 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -88,7 +88,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) ## Properties @@ -98,7 +98,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/kafka/index.ts#L8) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/kafka/index.ts#L7) ___ @@ -192,7 +192,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) ___ @@ -264,7 +264,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) ___ @@ -282,7 +282,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) ___ @@ -300,7 +300,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/kafka/index.ts#L95) ___ @@ -373,7 +373,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/kafka/index.ts#L13) ___ @@ -502,7 +502,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) ___ @@ -547,7 +547,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/kafka/index.ts#L9) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) ___ @@ -1097,7 +1097,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index daae76db0..a7ce67075 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -96,7 +96,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) ## Properties @@ -106,7 +106,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L29) +[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L29) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L30) +[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L30) ___ @@ -200,7 +200,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) ___ @@ -218,7 +218,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) ___ @@ -236,7 +236,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) ___ @@ -254,7 +254,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) ___ @@ -272,7 +272,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) ___ @@ -290,7 +290,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) ___ @@ -308,7 +308,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L151) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L229) +[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L229) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L245) +[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L245) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L206) +[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L206) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L118) +[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L118) ___ @@ -450,7 +450,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L36) +[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L36) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) ___ @@ -623,7 +623,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L44) +[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L44) ___ @@ -643,7 +643,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L64) +[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L64) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L95) +[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L95) ___ @@ -765,7 +765,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L32) ___ @@ -1207,7 +1207,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) ___ @@ -1233,7 +1233,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L40) +[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L40) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/mqtt/index.ts#L128) +[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L128) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 49980d0bf..68f392bde 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -89,7 +89,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) ## Properties @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L6) ___ @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L20) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L97) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L78) ___ @@ -397,7 +397,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L12) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) ___ @@ -571,7 +571,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L8) ___ @@ -1095,7 +1095,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) ___ @@ -1121,7 +1121,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index a1a43b3d7..ce0b85c77 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L15) +[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L15) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) ## Methods @@ -306,7 +306,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L29) +[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L29) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L112) +[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L112) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L99) +[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L99) ___ @@ -398,7 +398,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L21) +[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L21) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) ___ @@ -572,7 +572,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L77) +[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L77) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L17) ___ @@ -1110,7 +1110,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) ___ @@ -1136,7 +1136,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/client.ts#L25) +[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L25) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index cbcdc2ec2..a26f2b130 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) ## Properties @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L197) +[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L197) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L287) +[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L287) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L265) +[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L265) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L145) +[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L145) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L54) +[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L54) ___ @@ -438,7 +438,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L43) +[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L43) ___ @@ -458,7 +458,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L20) +[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L20) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L37) +[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L37) ___ @@ -567,7 +567,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L28) +[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L28) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) ___ @@ -674,7 +674,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) ___ @@ -688,7 +688,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L127) +[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L127) ___ @@ -708,7 +708,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L59) +[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L59) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L16) ___ @@ -951,7 +951,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L78) +[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L78) ___ @@ -971,7 +971,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L109) +[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L109) ___ @@ -1274,7 +1274,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) ___ @@ -1300,7 +1300,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L24) +[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L24) ___ @@ -1357,7 +1357,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L186) +[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L186) ___ @@ -1391,7 +1391,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/2a66020/src/adapters/ws/server.ts#L176) +[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L176) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index 4b4004223..de0fc5d42 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/2a66020/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/75f1ced/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/2a66020/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/75f1ced/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/2a66020/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/75f1ced/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/2a66020/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/75f1ced/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index 31796b7ae..cb6ab98bc 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -105,7 +105,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) ## Properties @@ -115,7 +115,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L27) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L29) +[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L29) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L30) +[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L30) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L25) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L28) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L26) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L31) +[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L31) ___ @@ -255,7 +255,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) ## Methods @@ -386,7 +386,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L245) +[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L245) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) ___ @@ -552,7 +552,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) ___ @@ -1058,7 +1058,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) ___ @@ -1080,7 +1080,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L255) +[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L255) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index 02fa05d11..d1c1337eb 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index f07c430e0..0924a6f0a 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/2a66020/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index f1ee63717..a62e133c4 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L307) +[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L307) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L294) +[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L294) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L224) +[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L224) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L195) +[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L195) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L173) +[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L173) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L162) +[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L162) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L208) +[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L208) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/2a66020/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index ec2c5cd2c..f835b0153 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -97,7 +97,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L51) +[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L51) ## Properties @@ -107,7 +107,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L31) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L28) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L34) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L30) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L27) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L32) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L33) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L35) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L26) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L36) +[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L36) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L29) ___ @@ -295,7 +295,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L113) +[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L113) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L89) +[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L89) • `set` **channel**(`value`): `void` @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L93) +[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L93) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L125) +[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L125) • `set` **cluster**(`value`): `void` @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L129) +[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L129) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L105) +[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L105) • `set` **connection**(`value`): `void` @@ -385,7 +385,7 @@ ___ #### Defined in -[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L109) +[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L109) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L81) +[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L81) • `set` **headers**(`value`): `void` @@ -415,7 +415,7 @@ ___ #### Defined in -[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L85) +[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L85) ___ @@ -429,7 +429,7 @@ ___ #### Defined in -[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L117) +[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L117) • `set` **params**(`value`): `void` @@ -445,7 +445,7 @@ ___ #### Defined in -[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L121) +[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L121) ___ @@ -459,7 +459,7 @@ ___ #### Defined in -[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L73) +[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L73) • `set` **payload**(`value`): `void` @@ -475,7 +475,7 @@ ___ #### Defined in -[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L77) +[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L77) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L133) +[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L133) • `set` **query**(`value`): `void` @@ -505,7 +505,7 @@ ___ #### Defined in -[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L137) +[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L137) ___ @@ -519,7 +519,7 @@ ___ #### Defined in -[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L97) +[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L97) • `set` **serverName**(`value`): `void` @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L101) +[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L101) ## Methods @@ -712,7 +712,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L194) +[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L194) ___ @@ -728,7 +728,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L201) +[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L201) ___ @@ -812,7 +812,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L222) +[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L222) ___ @@ -828,7 +828,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L215) +[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L215) ___ @@ -1268,7 +1268,7 @@ Sends the message back to the server/broker. #### Defined in -[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L149) +[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L149) ___ @@ -1284,7 +1284,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L208) +[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L208) ___ @@ -1300,7 +1300,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L178) ___ @@ -1351,7 +1351,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/2a66020/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L186) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index d4089c315..ccb68c116 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index f07ded86a..329dc2e7f 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L168) +[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L168) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L71) +[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L71) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L58) +[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L58) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L126) +[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L126) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L113) +[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L113) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L161) +[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L161) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/2a66020/src/lib/wsHttpAuth.ts#L97) +[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L97) ___ diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index c3b8374be..0837e42a3 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L35) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L33) +[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L33) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L34) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index a16e162ca..65014288a 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L54) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L55) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L53) +[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L53) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L58) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L56) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L57) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index 08e22ba13..8061c4f57 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L20) +[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L20) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L23) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L22) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L21) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index f15e2a056..5e01ec179 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L29) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L27) +[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L27) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L28) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index 985321a09..14029c95f 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:5](https://github.com/asyncapi/glee/blob/2a66020/src/docs.ts#L5) +[src/docs.ts:5](https://github.com/asyncapi/glee/blob/75f1ced/src/docs.ts#L5) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index b9d84a887..bdb89cdd0 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:37](https://github.com/asyncapi/glee/blob/2a66020/src/index.ts#L37) +[src/index.ts:37](https://github.com/asyncapi/glee/blob/75f1ced/src/index.ts#L37) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 0f71b906e..9082da530 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -80,7 +80,7 @@ #### Defined in -[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L11) +[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L11) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L38) +[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L38) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L98) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L153) +[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L153) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L130) +[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L130) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L61) +[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L61) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L105) +[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L105) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L149) +[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L149) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L120) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L114) +[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L114) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L147) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L146) +[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L146) ___ @@ -307,7 +307,7 @@ ___ #### Defined in -[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L138) +[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L138) ___ @@ -329,7 +329,7 @@ ___ #### Defined in -[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L79) +[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L79) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L8) ___ @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L94) +[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L94) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L90) +[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L90) ___ @@ -381,7 +381,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L9) ___ @@ -391,7 +391,7 @@ ___ #### Defined in -[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L7) +[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L7) ___ @@ -413,7 +413,7 @@ ___ #### Defined in -[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L67) +[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L67) ___ @@ -423,4 +423,4 @@ ___ #### Defined in -[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/2a66020/src/lib/index.d.ts#L50) +[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L50) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 716cbeb6d..7bfe034a8 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L17) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/2a66020/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 71ad75b3d..1f97ac35e 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/2a66020/src/lib/asyncapiFile.ts#L5) +[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/asyncapiFile.ts#L5) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 6cbe38416..b6f7bcd22 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/2a66020/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index e10fb12cc..59668ce64 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/2a66020/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index deaa17f5d..19e21b280 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -28,7 +28,7 @@ #### Defined in -[src/lib/configs.ts:102](https://github.com/asyncapi/glee/blob/2a66020/src/lib/configs.ts#L102) +[src/lib/configs.ts:102](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/configs.ts#L102) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/lib/configs.ts:120](https://github.com/asyncapi/glee/blob/2a66020/src/lib/configs.ts#L120) +[src/lib/configs.ts:120](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/configs.ts#L120) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/configs.ts:21](https://github.com/asyncapi/glee/blob/2a66020/src/lib/configs.ts#L21) +[src/lib/configs.ts:21](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/configs.ts#L21) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 7974721a0..9fb71f2c2 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/2a66020/src/lib/docs.ts#L5) +[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/docs.ts#L5) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index d4c26b3ef..d73a7e2a8 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/2a66020/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 87c8dfd60..1777927c4 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/2a66020/src/lib/functions.ts#L53) +[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/functions.ts#L53) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/2a66020/src/lib/functions.ts#L55) +[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/functions.ts#L55) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/2a66020/src/lib/functions.ts#L84) +[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/functions.ts#L84) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index a5c652baa..114c45621 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/2a66020/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/2a66020/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/2a66020/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 516264cba..983769230 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L206) +[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L206) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L195) +[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L195) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L180) +[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L180) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L232) +[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L232) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L228) +[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L228) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/2a66020/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 7be22754c..c804ed349 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/2a66020/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index 6eba21806..4bb0e62b9 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/2a66020/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index 3c8f00476..f0cbcbbc6 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/2a66020/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/2a66020/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/2a66020/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/2a66020/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index 8596c8f10..10f50d4f6 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -33,7 +33,7 @@ #### Defined in -[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L118) +[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L118) ___ @@ -55,7 +55,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L52) +[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L52) ___ @@ -78,7 +78,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L22) +[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L22) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L122) +[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L122) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L137) +[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L137) ___ @@ -143,7 +143,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L81) +[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L81) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L148) +[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L148) ___ @@ -188,4 +188,4 @@ Object #### Defined in -[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/2a66020/src/lib/util.ts#L93) +[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L93) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index 54e57c302..758b4f0e2 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index 9a84ed798..c1fb7aa50 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index 899a3a678..115f17cea 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index df45e9e97..409025dbd 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 86b5d42e5..ddcf4845a 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_logger.md b/docs/reference/modules/middlewares_logger.md index b7ca49890..4f26a9088 100644 --- a/docs/reference/modules/middlewares_logger.md +++ b/docs/reference/modules/middlewares_logger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/logger.ts#L5) +[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/logger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index d034953b9..18db40a19 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index 62ead3e83..270f7971d 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 3052f7f9b..9a9f087fc 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/2a66020/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 7ca451362..686285a55 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/2a66020/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/75f1ced/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index 69893e0d5..f5dac68ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.26.1", + "version": "0.26.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.26.1", + "version": "0.26.2", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.10.14", diff --git a/package.json b/package.json index 500ef3250..1eee9abd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.26.1", + "version": "0.26.2", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From 9b632418e606fbac8556a8f8260268665b2d66bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20M=C3=A9ndez?= Date: Mon, 4 Sep 2023 17:36:55 +0200 Subject: [PATCH 12/24] docs: add missing docs key to config file document (#513) --- docs/config-file.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config-file.md b/docs/config-file.md index ba8a57883..713df350a 100644 --- a/docs/config-file.md +++ b/docs/config-file.md @@ -18,10 +18,11 @@ This function must return an object with the following shape: export default async function () { return { glee: {}, + docs: {}, + cluster: {}, kafka: {}, websocket: {}, mqtt: {}, - cluster: {}, http: {} } } From c94c694fad5d23e92e586e2b701890f55fa981f1 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 7 Sep 2023 13:52:04 +0200 Subject: [PATCH 13/24] fix: update @asyncapi/generator to 1.11.0 version (#515) --- package-lock.json | 224 ++++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 218 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5dac68ef..acccce445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.26.2", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.10.14", + "@asyncapi/generator": "^1.11.0", "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", @@ -118,14 +118,15 @@ } }, "node_modules/@asyncapi/generator": { - "version": "1.10.14", - "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.10.14.tgz", - "integrity": "sha512-Hkle+Ix4g6aDxP3BidGJTtIio1RmVnyiH9CuEMbpKpikgU3dowxYwcsx8H57BawAQrSKrk1r/VU9IzwZ0Fz4VQ==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.11.0.tgz", + "integrity": "sha512-+CAgDRR3eDMvoV9tMCL9njBCmXw3PASw7FQtYzLnemFPnM5PypHlYFrNVY6Aqd7qqSjKuoEeW+srYHBSoWd/Dg==", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.3", "@asyncapi/generator-react-sdk": "^1.0.0", "@asyncapi/openapi-schema-parser": "^3.0.4", "@asyncapi/parser": "^2.1.0", + "@asyncapi/protobuf-schema-parser": "3.0.0", "@asyncapi/raml-dt-schema-parser": "^4.0.4", "@npmcli/arborist": "^2.2.4", "ajv": "^8.12.0", @@ -612,6 +613,106 @@ "tiny-merge-patch": "^0.1.2" } }, + "node_modules/@asyncapi/protobuf-schema-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.0.tgz", + "integrity": "sha512-kjoLrll611K+xYC/iBUlSnZsCHbrhL999ItVHZhObUOjUB991XgonqbSAaihiiDXTYgceOLhJKAN5llkV/LOOA==", + "dependencies": { + "@asyncapi/parser": "^2.1.0", + "@types/protocol-buffers-schema": "^3.4.1", + "protocol-buffers-schema": "^3.6.0" + } + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/@asyncapi/parser": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "dependencies": { + "@asyncapi/specs": "^5.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + } + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "dependencies": { + "@types/json-schema": "^7.0.11" + } + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "peerDependencies": { + "ajv": "^8.0.1" + } + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/@asyncapi/protobuf-schema-parser/node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, "node_modules/@asyncapi/raml-dt-schema-parser": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.4.tgz", @@ -4353,6 +4454,14 @@ "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==", "dev": true }, + "node_modules/@types/protocol-buffers-schema": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@types/protocol-buffers-schema/-/protocol-buffers-schema-3.4.1.tgz", + "integrity": "sha512-CBpqIDa1+/F3Z5EL8Uz/t+1eygIinJiMS37KP8O9TN+n38OlckYQhU+t/vYpsF7XhSDuiZS0zAJyfRrAeDKDUw==", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@types/qs": { "version": "6.9.7", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", @@ -13206,6 +13315,11 @@ "react-is": "^16.13.1" } }, + "node_modules/protocol-buffers-schema": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz", + "integrity": "sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==" + }, "node_modules/proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", @@ -16898,14 +17012,15 @@ } }, "@asyncapi/generator": { - "version": "1.10.14", - "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.10.14.tgz", - "integrity": "sha512-Hkle+Ix4g6aDxP3BidGJTtIio1RmVnyiH9CuEMbpKpikgU3dowxYwcsx8H57BawAQrSKrk1r/VU9IzwZ0Fz4VQ==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.11.0.tgz", + "integrity": "sha512-+CAgDRR3eDMvoV9tMCL9njBCmXw3PASw7FQtYzLnemFPnM5PypHlYFrNVY6Aqd7qqSjKuoEeW+srYHBSoWd/Dg==", "requires": { "@asyncapi/avro-schema-parser": "^3.0.3", "@asyncapi/generator-react-sdk": "^1.0.0", "@asyncapi/openapi-schema-parser": "^3.0.4", "@asyncapi/parser": "^2.1.0", + "@asyncapi/protobuf-schema-parser": "3.0.0", "@asyncapi/raml-dt-schema-parser": "^4.0.4", "@npmcli/arborist": "^2.2.4", "ajv": "^8.12.0", @@ -17321,6 +17436,88 @@ "tiny-merge-patch": "^0.1.2" } }, + "@asyncapi/protobuf-schema-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.0.0.tgz", + "integrity": "sha512-kjoLrll611K+xYC/iBUlSnZsCHbrhL999ItVHZhObUOjUB991XgonqbSAaihiiDXTYgceOLhJKAN5llkV/LOOA==", + "requires": { + "@asyncapi/parser": "^2.1.0", + "@types/protocol-buffers-schema": "^3.4.1", + "protocol-buffers-schema": "^3.6.0" + }, + "dependencies": { + "@asyncapi/parser": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "requires": { + "@asyncapi/specs": "^5.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + } + }, + "@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "requires": { + "@types/json-schema": "^7.0.11" + } + }, + "ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "requires": {} + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "requires": { + "argparse": "^2.0.1" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + } + } + }, "@asyncapi/raml-dt-schema-parser": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.4.tgz", @@ -20145,6 +20342,14 @@ "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==", "dev": true }, + "@types/protocol-buffers-schema": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@types/protocol-buffers-schema/-/protocol-buffers-schema-3.4.1.tgz", + "integrity": "sha512-CBpqIDa1+/F3Z5EL8Uz/t+1eygIinJiMS37KP8O9TN+n38OlckYQhU+t/vYpsF7XhSDuiZS0zAJyfRrAeDKDUw==", + "requires": { + "@types/node": "*" + } + }, "@types/qs": { "version": "6.9.7", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", @@ -26836,6 +27041,11 @@ "react-is": "^16.13.1" } }, + "protocol-buffers-schema": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.6.0.tgz", + "integrity": "sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==" + }, "proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", diff --git a/package.json b/package.json index 1eee9abd6..b2453ba14 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.10.14", + "@asyncapi/generator": "^1.11.0", "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", From 4ad330dcd5ca90c59c117d2a585cc6d1977f9a5d Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 7 Sep 2023 13:57:53 +0200 Subject: [PATCH 14/24] chore(release): v0.26.3 (#516) --- .../classes/adapters_cluster_redis.default.md | 28 +++---- .../classes/adapters_http_client.default.md | 30 ++++---- .../classes/adapters_http_server.default.md | 38 +++++----- .../classes/adapters_kafka.default.md | 34 ++++----- .../classes/adapters_mqtt.default.md | 50 ++++++------- .../classes/adapters_socket_io.default.md | 36 ++++----- .../classes/adapters_ws_client.default.md | 38 +++++----- .../classes/adapters_ws_server.default.md | 56 +++++++------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 40 +++++----- docs/reference/classes/lib_cluster.default.md | 26 +++---- .../classes/lib_connection.default.md | 26 +++---- docs/reference/classes/lib_glee.default.md | 46 ++++++------ docs/reference/classes/lib_message.default.md | 74 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 +++++----- .../classes/lib_wsHttpAuth.default.md | 30 ++++---- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 42 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 2 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 6 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 16 ++-- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- docs/reference/modules/middlewares_logger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 49 files changed, 399 insertions(+), 399 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 37240c303..b3dc9695a 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index da4caaa4a..abd15f85d 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -86,7 +86,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) ## Properties @@ -170,7 +170,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) ___ @@ -188,7 +188,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) ___ @@ -206,7 +206,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) ___ @@ -224,7 +224,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) ___ @@ -242,7 +242,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) ___ @@ -260,7 +260,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) ___ @@ -278,7 +278,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) ## Methods @@ -329,7 +329,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/client.ts#L12) +[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/client.ts#L12) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/client.ts#L73) +[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/client.ts#L73) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) ___ @@ -524,7 +524,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/client.ts#L9) +[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/client.ts#L9) ___ @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) ___ @@ -1074,7 +1074,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/client.ts#L22) +[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/client.ts#L22) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index 5798f8cb6..f650aea01 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L10) +[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L10) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) ## Methods @@ -317,7 +317,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L135) +[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L135) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L24) +[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L24) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L181) +[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L181) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L175) +[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L175) ___ @@ -424,7 +424,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L16) +[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L16) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) ___ @@ -598,7 +598,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L12) +[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L12) ___ @@ -1122,7 +1122,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) ___ @@ -1148,7 +1148,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/http/server.ts#L20) +[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L20) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index cefc1cc4c..b9b744a4c 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -88,7 +88,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) ## Properties @@ -98,7 +98,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/kafka/index.ts#L8) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/kafka/index.ts#L7) ___ @@ -192,7 +192,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) ___ @@ -264,7 +264,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) ___ @@ -282,7 +282,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) ___ @@ -300,7 +300,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/kafka/index.ts#L95) ___ @@ -373,7 +373,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/kafka/index.ts#L13) ___ @@ -502,7 +502,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) ___ @@ -547,7 +547,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/kafka/index.ts#L9) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) ___ @@ -1097,7 +1097,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index a7ce67075..d0e6fabe1 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -96,7 +96,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) ## Properties @@ -106,7 +106,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L29) +[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L29) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L30) +[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L30) ___ @@ -200,7 +200,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) ___ @@ -218,7 +218,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) ___ @@ -236,7 +236,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) ___ @@ -254,7 +254,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) ___ @@ -272,7 +272,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) ___ @@ -290,7 +290,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) ___ @@ -308,7 +308,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L151) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L229) +[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L229) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L245) +[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L245) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L206) +[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L206) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L118) +[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L118) ___ @@ -450,7 +450,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L36) +[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L36) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) ___ @@ -623,7 +623,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L44) +[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L44) ___ @@ -643,7 +643,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L64) +[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L64) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L95) +[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L95) ___ @@ -765,7 +765,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L32) ___ @@ -1207,7 +1207,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) ___ @@ -1233,7 +1233,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L40) +[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L40) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/mqtt/index.ts#L128) +[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L128) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 68f392bde..ce951641d 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -89,7 +89,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) ## Properties @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L6) ___ @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L20) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L97) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L78) ___ @@ -397,7 +397,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L12) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) ___ @@ -571,7 +571,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L8) ___ @@ -1095,7 +1095,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) ___ @@ -1121,7 +1121,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index ce0b85c77..9c9629cad 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L15) +[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L15) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) ## Methods @@ -306,7 +306,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L29) +[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L29) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L112) +[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L112) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L99) +[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L99) ___ @@ -398,7 +398,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L21) +[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L21) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) ___ @@ -572,7 +572,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L77) +[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L77) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L17) ___ @@ -1110,7 +1110,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) ___ @@ -1136,7 +1136,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/client.ts#L25) +[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L25) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index a26f2b130..c03156472 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) ## Properties @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L197) +[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L197) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L287) +[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L287) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L265) +[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L265) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L145) +[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L145) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L54) +[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L54) ___ @@ -438,7 +438,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L43) +[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L43) ___ @@ -458,7 +458,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L20) +[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L20) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L37) +[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L37) ___ @@ -567,7 +567,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L28) +[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L28) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) ___ @@ -674,7 +674,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) ___ @@ -688,7 +688,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L127) +[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L127) ___ @@ -708,7 +708,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L59) +[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L59) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L16) ___ @@ -951,7 +951,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L78) +[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L78) ___ @@ -971,7 +971,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L109) +[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L109) ___ @@ -1274,7 +1274,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) ___ @@ -1300,7 +1300,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L24) +[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L24) ___ @@ -1357,7 +1357,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L186) +[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L186) ___ @@ -1391,7 +1391,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/75f1ced/src/adapters/ws/server.ts#L176) +[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L176) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index de0fc5d42..bda1caafe 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/75f1ced/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/c94c694/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/75f1ced/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/c94c694/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/75f1ced/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/c94c694/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/75f1ced/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/c94c694/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index cb6ab98bc..471dd2c00 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -105,7 +105,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) ## Properties @@ -115,7 +115,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L27) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L29) +[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L29) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L30) +[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L30) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L25) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L28) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L26) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L31) +[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L31) ___ @@ -255,7 +255,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) ## Methods @@ -386,7 +386,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L245) +[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L245) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) ___ @@ -552,7 +552,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) ___ @@ -1058,7 +1058,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) ___ @@ -1080,7 +1080,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L255) +[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L255) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index d1c1337eb..731d9416a 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 0924a6f0a..442fb55dd 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index a62e133c4..942eb85f2 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L307) +[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L307) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L294) +[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L294) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L224) +[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L224) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L195) +[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L195) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L173) +[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L173) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L162) +[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L162) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L208) +[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L208) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index f835b0153..19d18010d 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -97,7 +97,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L51) +[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L51) ## Properties @@ -107,7 +107,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L31) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L28) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L34) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L30) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L27) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L32) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L33) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L35) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L26) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L36) +[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L36) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L29) ___ @@ -295,7 +295,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L113) +[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L113) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L89) +[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L89) • `set` **channel**(`value`): `void` @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L93) +[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L93) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L125) +[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L125) • `set` **cluster**(`value`): `void` @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L129) +[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L129) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L105) +[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L105) • `set` **connection**(`value`): `void` @@ -385,7 +385,7 @@ ___ #### Defined in -[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L109) +[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L109) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L81) +[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L81) • `set` **headers**(`value`): `void` @@ -415,7 +415,7 @@ ___ #### Defined in -[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L85) +[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L85) ___ @@ -429,7 +429,7 @@ ___ #### Defined in -[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L117) +[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L117) • `set` **params**(`value`): `void` @@ -445,7 +445,7 @@ ___ #### Defined in -[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L121) +[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L121) ___ @@ -459,7 +459,7 @@ ___ #### Defined in -[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L73) +[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L73) • `set` **payload**(`value`): `void` @@ -475,7 +475,7 @@ ___ #### Defined in -[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L77) +[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L77) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L133) +[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L133) • `set` **query**(`value`): `void` @@ -505,7 +505,7 @@ ___ #### Defined in -[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L137) +[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L137) ___ @@ -519,7 +519,7 @@ ___ #### Defined in -[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L97) +[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L97) • `set` **serverName**(`value`): `void` @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L101) +[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L101) ## Methods @@ -712,7 +712,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L194) +[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L194) ___ @@ -728,7 +728,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L201) +[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L201) ___ @@ -812,7 +812,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L222) +[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L222) ___ @@ -828,7 +828,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L215) +[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L215) ___ @@ -1268,7 +1268,7 @@ Sends the message back to the server/broker. #### Defined in -[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L149) +[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L149) ___ @@ -1284,7 +1284,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L208) +[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L208) ___ @@ -1300,7 +1300,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L178) ___ @@ -1351,7 +1351,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L186) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index ccb68c116..8f645b1ca 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index 329dc2e7f..735c46351 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L168) +[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L168) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L71) +[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L71) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L58) +[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L58) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L126) +[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L126) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L113) +[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L113) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L161) +[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L161) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/wsHttpAuth.ts#L97) +[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L97) ___ diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 0837e42a3..8ba79b00b 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L35) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L33) +[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L33) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L34) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 65014288a..2b7964a98 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L54) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L55) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L53) +[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L53) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L58) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L56) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L57) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index 8061c4f57..aec7a0b41 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L20) +[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L20) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L23) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L22) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L21) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index 5e01ec179..a7458ff41 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L29) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L27) +[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L27) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L28) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index 14029c95f..bd40fa22f 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:5](https://github.com/asyncapi/glee/blob/75f1ced/src/docs.ts#L5) +[src/docs.ts:5](https://github.com/asyncapi/glee/blob/c94c694/src/docs.ts#L5) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index bdb89cdd0..011655eba 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:37](https://github.com/asyncapi/glee/blob/75f1ced/src/index.ts#L37) +[src/index.ts:37](https://github.com/asyncapi/glee/blob/c94c694/src/index.ts#L37) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 9082da530..ab4cdecc4 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -80,7 +80,7 @@ #### Defined in -[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L11) +[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L11) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L38) +[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L38) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L98) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L153) +[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L153) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L130) +[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L130) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L61) +[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L61) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L105) +[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L105) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L149) +[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L149) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L120) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L114) +[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L114) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L147) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L146) +[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L146) ___ @@ -307,7 +307,7 @@ ___ #### Defined in -[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L138) +[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L138) ___ @@ -329,7 +329,7 @@ ___ #### Defined in -[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L79) +[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L79) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L8) ___ @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L94) +[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L94) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L90) +[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L90) ___ @@ -381,7 +381,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L9) ___ @@ -391,7 +391,7 @@ ___ #### Defined in -[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L7) +[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L7) ___ @@ -413,7 +413,7 @@ ___ #### Defined in -[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L67) +[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L67) ___ @@ -423,4 +423,4 @@ ___ #### Defined in -[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/index.d.ts#L50) +[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L50) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 7bfe034a8..3d5d46396 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L17) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 1f97ac35e..384c44ffb 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/asyncapiFile.ts#L5) +[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/c94c694/src/lib/asyncapiFile.ts#L5) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index b6f7bcd22..177f32711 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index 59668ce64..cc772ac65 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/c94c694/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 19e21b280..62d8890be 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -28,7 +28,7 @@ #### Defined in -[src/lib/configs.ts:102](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/configs.ts#L102) +[src/lib/configs.ts:102](https://github.com/asyncapi/glee/blob/c94c694/src/lib/configs.ts#L102) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/lib/configs.ts:120](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/configs.ts#L120) +[src/lib/configs.ts:120](https://github.com/asyncapi/glee/blob/c94c694/src/lib/configs.ts#L120) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/configs.ts:21](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/configs.ts#L21) +[src/lib/configs.ts:21](https://github.com/asyncapi/glee/blob/c94c694/src/lib/configs.ts#L21) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 9fb71f2c2..44d490d99 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/docs.ts#L5) +[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/c94c694/src/lib/docs.ts#L5) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index d73a7e2a8..98dd9c066 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/c94c694/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 1777927c4..3a9eb0b59 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/functions.ts#L53) +[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/c94c694/src/lib/functions.ts#L53) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/functions.ts#L55) +[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/c94c694/src/lib/functions.ts#L55) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/functions.ts#L84) +[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/c94c694/src/lib/functions.ts#L84) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index 114c45621..33038947d 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/c94c694/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/c94c694/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 983769230..91aa1e9b2 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L206) +[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L206) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L195) +[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L195) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L180) +[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L180) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L232) +[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L232) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L228) +[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L228) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index c804ed349..7a89327a1 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index 4bb0e62b9..e20356a0b 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/c94c694/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index f0cbcbbc6..3a52a49c9 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/c94c694/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/c94c694/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/c94c694/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/c94c694/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index 10f50d4f6..24b9167da 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -33,7 +33,7 @@ #### Defined in -[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L118) +[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L118) ___ @@ -55,7 +55,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L52) +[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L52) ___ @@ -78,7 +78,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L22) +[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L22) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L122) +[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L122) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L137) +[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L137) ___ @@ -143,7 +143,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L81) +[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L81) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L148) +[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L148) ___ @@ -188,4 +188,4 @@ Object #### Defined in -[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/75f1ced/src/lib/util.ts#L93) +[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L93) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index 758b4f0e2..7e8321987 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index c1fb7aa50..dc090f6b8 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index 115f17cea..e78d7af66 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 409025dbd..610eca88c 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index ddcf4845a..3ed2b1c5d 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_logger.md b/docs/reference/modules/middlewares_logger.md index 4f26a9088..4a54b5dbd 100644 --- a/docs/reference/modules/middlewares_logger.md +++ b/docs/reference/modules/middlewares_logger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/logger.ts#L5) +[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/logger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 18db40a19..8054df288 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index 270f7971d..b095aefc5 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 9a9f087fc..5a9022176 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/75f1ced/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 686285a55..2bdbd25e0 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/75f1ced/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/c94c694/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index acccce445..4a0d62901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.26.2", + "version": "0.26.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.26.2", + "version": "0.26.3", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.11.0", diff --git a/package.json b/package.json index b2453ba14..a780b4f91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.26.2", + "version": "0.26.3", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From aaa489f3ecf45d0142ddc1937b342b984aee2a57 Mon Sep 17 00:00:00 2001 From: Godwin Alexander Date: Thu, 14 Sep 2023 12:09:54 +0100 Subject: [PATCH 15/24] fix: fix config resolution (#517) --- .../client/{functions => func}/index.ts | 0 .../trendingAnimeListRecieverController.ts | 0 .../server/auth/trendingAnimeServer.ts | 2 +- examples/kafka-test/package-lock.json | 43 ++---- src/lib/configs.ts | 24 ++- test/lib/config.spec.ts | 145 +++++++++++++++--- 6 files changed, 156 insertions(+), 58 deletions(-) rename examples/anime-http/client/{functions => func}/index.ts (100%) rename examples/anime-http/client/{functions => func}/trendingAnimeListRecieverController.ts (100%) diff --git a/examples/anime-http/client/functions/index.ts b/examples/anime-http/client/func/index.ts similarity index 100% rename from examples/anime-http/client/functions/index.ts rename to examples/anime-http/client/func/index.ts diff --git a/examples/anime-http/client/functions/trendingAnimeListRecieverController.ts b/examples/anime-http/client/func/trendingAnimeListRecieverController.ts similarity index 100% rename from examples/anime-http/client/functions/trendingAnimeListRecieverController.ts rename to examples/anime-http/client/func/trendingAnimeListRecieverController.ts diff --git a/examples/anime-http/server/auth/trendingAnimeServer.ts b/examples/anime-http/server/auth/trendingAnimeServer.ts index 7773225a3..d0690aa62 100644 --- a/examples/anime-http/server/auth/trendingAnimeServer.ts +++ b/examples/anime-http/server/auth/trendingAnimeServer.ts @@ -13,7 +13,7 @@ export async function serverAuth({ authProps, done }) { console.log("token", authProps.getToken()) console.log("userpassword", authProps.getUserPass()) - done(false) + done(true) } export async function clientAuth({ serverName }) { diff --git a/examples/kafka-test/package-lock.json b/examples/kafka-test/package-lock.json index 3556fffd0..d3405f8e4 100644 --- a/examples/kafka-test/package-lock.json +++ b/examples/kafka-test/package-lock.json @@ -15,12 +15,12 @@ }, "../..": { "name": "@asyncapi/glee", - "version": "0.10.17", + "version": "0.26.2", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.9.14", - "@asyncapi/html-template": "^0.24.10", - "@asyncapi/markdown-template": "^1.1.1", + "@asyncapi/generator": "^1.10.14", + "@asyncapi/html-template": "^0.28.4", + "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", "@types/jest": "^27.4.0", "@types/qs": "^6.9.7", @@ -36,8 +36,9 @@ "emojis": "^1.0.10", "eslint-plugin-github": "^4.3.5", "eslint-plugin-security": "^1.4.0", + "got": "^12.5.3", "kafkajs": "^2.2.3", - "mqtt": "^4.2.6", + "mqtt": "^4.3.7", "path-to-regexp": "^6.2.0", "qs": "^6.11.0", "redis": "^4.0.2", @@ -55,10 +56,6 @@ "glee": "dist/cli/index.js" }, "devDependencies": { - "@semantic-release/commit-analyzer": "^8.0.1", - "@semantic-release/github": "^7.0.4", - "@semantic-release/npm": "^7.0.6", - "@semantic-release/release-notes-generator": "^9.0.1", "@tsconfig/node14": "^1.0.1", "@types/async": "^3.2.11", "@types/debug": "^4.1.7", @@ -68,20 +65,18 @@ "@typescript-eslint/eslint-plugin": "^5.9.0", "@typescript-eslint/parser": "^5.9.0", "all-contributors-cli": "^6.14.2", - "conventional-changelog-conventionalcommits": "^4.4.0", "eslint": "^8.6.0", "eslint-plugin-jest": "^23.8.2", - "eslint-plugin-sonarjs": "^0.5.0", + "eslint-plugin-sonarjs": "^0.19.0", "fs-extra": "^10.1.0", "jest": "^27.4.7", "jest-extended": "^1.2.0", "jsdoc-to-markdown": "^5.0.3", "markdown-toc": "^1.2.0", "rimraf": "^3.0.2", - "semantic-release": "^17.2.2", "ts-jest": "^27.1.2", "tsc-watch": "^4.5.0", - "typedoc": "^0.22.10", + "typedoc": "^0.23.28", "typedoc-plugin-markdown": "^3.11.8", "unixify": "^1.0.0" }, @@ -7599,14 +7594,10 @@ "@asyncapi/glee": { "version": "file:../..", "requires": { - "@asyncapi/generator": "^1.9.14", - "@asyncapi/html-template": "^0.24.10", - "@asyncapi/markdown-template": "^1.1.1", + "@asyncapi/generator": "^1.10.14", + "@asyncapi/html-template": "^0.28.4", + "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", - "@semantic-release/commit-analyzer": "^8.0.1", - "@semantic-release/github": "^7.0.4", - "@semantic-release/npm": "^7.0.6", - "@semantic-release/release-notes-generator": "^9.0.1", "@tsconfig/node14": "^1.0.1", "@types/async": "^3.2.11", "@types/debug": "^4.1.7", @@ -7623,7 +7614,6 @@ "better-ajv-errors": "^0.7.0", "bufferutil": "^4.0.3", "chalk": "^4.1.1", - "conventional-changelog-conventionalcommits": "^4.4.0", "cross-spawn": "^7.0.3", "debug": "^4.3.1", "dotenv": "^10.0.0", @@ -7633,24 +7623,24 @@ "eslint-plugin-github": "^4.3.5", "eslint-plugin-jest": "^23.8.2", "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.5.0", + "eslint-plugin-sonarjs": "^0.19.0", "fs-extra": "^10.1.0", + "got": "^12.5.3", "jest": "^27.4.7", "jest-extended": "^1.2.0", "jsdoc-to-markdown": "^5.0.3", "kafkajs": "^2.2.3", "markdown-toc": "^1.2.0", - "mqtt": "^4.2.6", + "mqtt": "^4.3.7", "path-to-regexp": "^6.2.0", "qs": "^6.11.0", "redis": "^4.0.2", "rimraf": "^3.0.2", - "semantic-release": "^17.2.2", "socket.io": "^4.1.2", "terminal-image": "^2.0.0", "ts-jest": "^27.1.2", "tsc-watch": "^4.5.0", - "typedoc": "^0.22.10", + "typedoc": "^0.23.28", "typedoc-plugin-markdown": "^3.11.8", "typescript": "^4.5.4", "unixify": "^1.0.0", @@ -11351,8 +11341,7 @@ } }, "mqtt": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-4.3.4.tgz", + "version": "https://registry.npmjs.org/mqtt/-/mqtt-4.3.4.tgz", "integrity": "sha512-yAVDfVHz3Cjn6K68z54mf7fTni/AWsPhiEsRwZSvet2wO47R6NFUn2psWxYIph2JxWtL3ZKa/da8pjJKSaXPdQ==", "requires": { "commist": "^1.0.0", diff --git a/src/lib/configs.ts b/src/lib/configs.ts index 0e594245c..9ea4cf027 100644 --- a/src/lib/configs.ts +++ b/src/lib/configs.ts @@ -5,6 +5,8 @@ import { logErrorLine, logWarningMessage } from './logger.js' interface Config { functionsDir?: string + lifecycleDir?: string + authDir?: string } let GLEE_DIR: string @@ -29,9 +31,9 @@ export async function initializeConfigs( ) GLEE_FUNCTIONS_DIR = path.resolve( GLEE_DIR, - config.functionsDir || 'functions' + config.lifecycleDir || 'functions' ) - GLEE_AUTH_DIR = path.resolve(GLEE_DIR, config.functionsDir || 'auth') + GLEE_AUTH_DIR = path.resolve(GLEE_DIR, config.authDir || 'auth') GLEE_CONFIG_FILE_PATH_TS = path.resolve(GLEE_DIR, 'glee.config.ts') GLEE_CONFIG_FILE_PATH_JS = path.resolve(GLEE_DIR, 'glee.config.js') @@ -76,7 +78,7 @@ function isFileReadable(filePath: string) { /** * Loads the configuration from glee project. */ -async function loadConfigsFromFile() { +export async function loadConfigsFromFile() { if (!isFileReadable(GLEE_CONFIG_FILE_PATH)) return try { let { default: projectConfigs } = await import( @@ -87,10 +89,18 @@ async function loadConfigsFromFile() { } if (!projectConfigs) return - GLEE_DIR = projectConfigs.glee?.gleeDir || GLEE_DIR - GLEE_LIFECYCLE_DIR = projectConfigs.glee?.lifecycleDir ?? GLEE_LIFECYCLE_DIR - GLEE_FUNCTIONS_DIR = projectConfigs.glee?.functionsDir ?? GLEE_FUNCTIONS_DIR - GLEE_AUTH_DIR = projectConfigs.glee?.authDir ?? GLEE_AUTH_DIR + GLEE_DIR = projectConfigs.glee?.gleeDir + ? path.resolve(GLEE_PROJECT_DIR, projectConfigs.glee?.gleeDir) + : GLEE_DIR + GLEE_FUNCTIONS_DIR = projectConfigs.glee?.functionsDir + ? path.resolve(GLEE_DIR, projectConfigs.glee?.functionsDir) + : GLEE_FUNCTIONS_DIR + GLEE_LIFECYCLE_DIR = projectConfigs.glee?.lifecycleDir + ? path.resolve(GLEE_DIR, projectConfigs.glee?.lifecycleDir) + : GLEE_LIFECYCLE_DIR + GLEE_AUTH_DIR = projectConfigs.glee?.authDir + ? path.resolve(GLEE_DIR, projectConfigs.glee?.authDir) + : GLEE_AUTH_DIR ASYNCAPI_FILE_PATH = projectConfigs.glee?.asyncapiFilePath ?? ASYNCAPI_FILE_PATH return projectConfigs diff --git a/test/lib/config.spec.ts b/test/lib/config.spec.ts index 7ff72fdec..1e3e7854a 100644 --- a/test/lib/config.spec.ts +++ b/test/lib/config.spec.ts @@ -1,34 +1,133 @@ import fs from 'fs' import path from 'path' -import { findSpecFile } from '../../src/lib/configs.js' +import { + findSpecFile, + loadConfigsFromFile, + initializeConfigs, + getConfigs, +} from '../../src/lib/configs.js' const yamlPath = path.resolve('./asyncapi.yaml') const jsonPath = path.resolve('./asyncapi.json') + +const gleePath = './.glee' +const configFile = '/glee.config.js' +const configsPath = path.join(gleePath, configFile) +const [lifecycleDir, functionDir, authDir] = ['./lifecy', './func', './authSec'] +// const cwd = process.cwd() + describe('Tests resolving the AsyncAPI file path.', () => { - afterEach(async () => { - const promises = [jsonPath, yamlPath].map(async (file) => fs.unlinkSync(file)) - await Promise.allSettled(promises) - }) + afterEach(async () => { + const promises = [jsonPath, yamlPath].map(async (file) => + fs.unlinkSync(file) + ) + await Promise.allSettled(promises) + }) - test('Should return undefined if AsyncAPI file doesn\'t exists.', async () => { - expect(findSpecFile("")).toBe(undefined) - }) + test("Should return undefined if AsyncAPI file doesn't exists.", async () => { + expect(findSpecFile('')).toBe(undefined) + }) - test('Should return undefined if there are multiple AsyncAPI spec files.', async () => { - fs.writeFileSync(jsonPath, '') - fs.writeFileSync(yamlPath, '') - expect(findSpecFile("")).toBe(undefined) - }) + test('Should return undefined if there are multiple AsyncAPI spec files.', async () => { + fs.writeFileSync(jsonPath, '') + fs.writeFileSync(yamlPath, '') + expect(findSpecFile('')).toBe(undefined) + }) - test('Should fails if asyncapi.json is a folder.', async () => { - fs.mkdirSync(jsonPath) - expect(findSpecFile("")).toBe(undefined) - fs.rmdirSync(jsonPath) - }) + test('Should fails if asyncapi.json is a folder.', async () => { + fs.mkdirSync(jsonPath) + expect(findSpecFile('')).toBe(undefined) + fs.rmdirSync(jsonPath) + }) + + test('Should succeed in finding AsyncAPI spec if there is only one.', async () => { + fs.writeFileSync(jsonPath, '') + const resultingPath = findSpecFile('') + expect(resultingPath).toBe(jsonPath) + }) +}) + +describe('Test resolving the config file path when no config is initialized', () => { + beforeEach(async () => {}) + + test('getConfigs function should return undefined for configs', () => { + expect(getConfigs().GLEE_CONFIG_FILE_PATH).toBe(undefined) + expect(getConfigs().ASYNCAPI_FILE_PATH).toBe(undefined) + }) + + test('getConfigs function should return undefined for config file properties', () => { + expect(getConfigs().GLEE_LIFECYCLE_DIR).toBeUndefined() + expect(getConfigs().GLEE_FUNCTIONS_DIR).toBeUndefined() + expect(getConfigs().GLEE_AUTH_DIR).toBeUndefined() + }) - test('Should succeed in finding AsyncAPI spec if there is only one.', async () => { - fs.writeFileSync(jsonPath, '') - const resultingPath = findSpecFile('') - expect(resultingPath).toBe(jsonPath) + test('if no config file is found return undefined', async () => { + expect(await loadConfigsFromFile()).toBeUndefined() + }) +}) + +describe('check config features when config is initialized', () => { + beforeEach(async () => { + fs.writeFileSync(yamlPath, '') + const conf = `export default async function () { + return { + glee: { // Glee core configurations + lifecycleDir: '${lifecycleDir}', + functionsDir: '${functionDir}', + authDir: '${authDir}' + } + } + }` + fs.mkdirSync(gleePath) + fs.writeFileSync(configsPath, conf) + await initializeConfigs() + }) + + afterEach(async () => { + const promises = [configsPath, yamlPath].map(async (file) => + fs.unlinkSync(file) + ) + await Promise.allSettled(promises) + fs.rmSync(gleePath, { + recursive: true, + force: true, }) -}) \ No newline at end of file + }) + + test('loadConfigFromFile should return defined value when there is a config file', async () => { + expect(await loadConfigsFromFile()).toBeDefined() + }) + + test('Should read config data from the current working directory', () => { + console.log('config_file_path', getConfigs()) + expect(getConfigs().GLEE_PROJECT_DIR).toBe(process.cwd()) + }) + + test('expect glee dir to be /.glee in current working directory', () => { + expect(getConfigs().GLEE_DIR).toBe(path.join(process.cwd(), gleePath)) + }) + + test('GLEE_CONFIG_FILE_PATH should be glee.config.js', () => { + expect(getConfigs().GLEE_CONFIG_FILE_PATH).toBe( + path.join(process.cwd(), configsPath) + ) + }) + + test('lifecycle folder should be same as set in config file', () => { + expect(getConfigs().GLEE_LIFECYCLE_DIR).toBe( + path.join(process.cwd(), gleePath, lifecycleDir) + ) + }) + + test('function folder should be same as set in config file', () => { + expect(getConfigs().GLEE_FUNCTIONS_DIR).toBe( + path.join(process.cwd(), gleePath, functionDir) + ) + }) + + test('Auth folder should be same as set in config file', () => { + expect(getConfigs().GLEE_AUTH_DIR).toBe( + path.join(process.cwd(), gleePath, authDir) + ) + }) +}) From c25a2fe92be8cf131234c83f0f927a796ec226af Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Sep 2023 13:15:44 +0200 Subject: [PATCH 16/24] chore(release): v0.26.4 (#519) --- .../classes/adapters_cluster_redis.default.md | 28 +++---- .../classes/adapters_http_client.default.md | 30 ++++---- .../classes/adapters_http_server.default.md | 38 +++++----- .../classes/adapters_kafka.default.md | 34 ++++----- .../classes/adapters_mqtt.default.md | 50 ++++++------- .../classes/adapters_socket_io.default.md | 36 ++++----- .../classes/adapters_ws_client.default.md | 38 +++++----- .../classes/adapters_ws_server.default.md | 56 +++++++------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 40 +++++----- docs/reference/classes/lib_cluster.default.md | 26 +++---- .../classes/lib_connection.default.md | 26 +++---- docs/reference/classes/lib_glee.default.md | 46 ++++++------ docs/reference/classes/lib_message.default.md | 74 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 +++++----- .../classes/lib_wsHttpAuth.default.md | 30 ++++---- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 42 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 2 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 23 +++++- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 16 ++-- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- docs/reference/modules/middlewares_logger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 49 files changed, 416 insertions(+), 399 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index b3dc9695a..85aa32640 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index abd15f85d..2bf619e91 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -86,7 +86,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) ## Properties @@ -170,7 +170,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) ___ @@ -188,7 +188,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) ___ @@ -206,7 +206,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) ___ @@ -224,7 +224,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) ___ @@ -242,7 +242,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) ___ @@ -260,7 +260,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) ___ @@ -278,7 +278,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) ## Methods @@ -329,7 +329,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/client.ts#L12) +[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/client.ts#L12) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/client.ts#L73) +[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/client.ts#L73) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) ___ @@ -524,7 +524,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/client.ts#L9) +[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/client.ts#L9) ___ @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) ___ @@ -1074,7 +1074,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/client.ts#L22) +[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/client.ts#L22) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index f650aea01..3de870302 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L10) +[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L10) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) ## Methods @@ -317,7 +317,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L135) +[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L135) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L24) +[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L24) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L181) +[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L181) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L175) +[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L175) ___ @@ -424,7 +424,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L16) +[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L16) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) ___ @@ -598,7 +598,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L12) +[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L12) ___ @@ -1122,7 +1122,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) ___ @@ -1148,7 +1148,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/http/server.ts#L20) +[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L20) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index b9b744a4c..94000fa5f 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -88,7 +88,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) ## Properties @@ -98,7 +98,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/kafka/index.ts#L8) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/kafka/index.ts#L7) ___ @@ -192,7 +192,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) ___ @@ -264,7 +264,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) ___ @@ -282,7 +282,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) ___ @@ -300,7 +300,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/kafka/index.ts#L95) ___ @@ -373,7 +373,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/kafka/index.ts#L13) ___ @@ -502,7 +502,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) ___ @@ -547,7 +547,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/kafka/index.ts#L9) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) ___ @@ -1097,7 +1097,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index d0e6fabe1..a4a3109d7 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -96,7 +96,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) ## Properties @@ -106,7 +106,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L29) +[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L29) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L30) +[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L30) ___ @@ -200,7 +200,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) ___ @@ -218,7 +218,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) ___ @@ -236,7 +236,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) ___ @@ -254,7 +254,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) ___ @@ -272,7 +272,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) ___ @@ -290,7 +290,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) ___ @@ -308,7 +308,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L151) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L229) +[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L229) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L245) +[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L245) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L206) +[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L206) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L118) +[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L118) ___ @@ -450,7 +450,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L36) +[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L36) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) ___ @@ -623,7 +623,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L44) +[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L44) ___ @@ -643,7 +643,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L64) +[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L64) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L95) +[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L95) ___ @@ -765,7 +765,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L32) ___ @@ -1207,7 +1207,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) ___ @@ -1233,7 +1233,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L40) +[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L40) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/mqtt/index.ts#L128) +[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L128) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index ce951641d..8325b4586 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -89,7 +89,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) ## Properties @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L6) ___ @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L20) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L97) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L78) ___ @@ -397,7 +397,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L12) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) ___ @@ -571,7 +571,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L8) ___ @@ -1095,7 +1095,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) ___ @@ -1121,7 +1121,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index 9c9629cad..b829b8c9d 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L15) +[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L15) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) ## Methods @@ -306,7 +306,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L29) +[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L29) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L112) +[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L112) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L99) +[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L99) ___ @@ -398,7 +398,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L21) +[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L21) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) ___ @@ -572,7 +572,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L77) +[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L77) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L17) ___ @@ -1110,7 +1110,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) ___ @@ -1136,7 +1136,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/client.ts#L25) +[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L25) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index c03156472..313d73603 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) ## Properties @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L197) +[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L197) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L287) +[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L287) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L265) +[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L265) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L145) +[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L145) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L54) +[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L54) ___ @@ -438,7 +438,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L43) +[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L43) ___ @@ -458,7 +458,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L20) +[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L20) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L37) +[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L37) ___ @@ -567,7 +567,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L28) +[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L28) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) ___ @@ -674,7 +674,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) ___ @@ -688,7 +688,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L127) +[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L127) ___ @@ -708,7 +708,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L59) +[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L59) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L16) ___ @@ -951,7 +951,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L78) +[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L78) ___ @@ -971,7 +971,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L109) +[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L109) ___ @@ -1274,7 +1274,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) ___ @@ -1300,7 +1300,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L24) +[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L24) ___ @@ -1357,7 +1357,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L186) +[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L186) ___ @@ -1391,7 +1391,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/c94c694/src/adapters/ws/server.ts#L176) +[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L176) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index bda1caafe..8f8739b99 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/c94c694/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/aaa489f/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/c94c694/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/aaa489f/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/c94c694/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/aaa489f/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/c94c694/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/aaa489f/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index 471dd2c00..bebaddd65 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -105,7 +105,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) ## Properties @@ -115,7 +115,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L27) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L29) +[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L29) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L30) +[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L30) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L25) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L28) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L26) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L31) +[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L31) ___ @@ -255,7 +255,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) ## Methods @@ -386,7 +386,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L245) +[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L245) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) ___ @@ -552,7 +552,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) ___ @@ -1058,7 +1058,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) ___ @@ -1080,7 +1080,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L255) +[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L255) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index 731d9416a..2286b0a4d 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 442fb55dd..9d0ee72ac 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/c94c694/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 942eb85f2..93394f63c 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L307) +[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L307) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L294) +[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L294) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L224) +[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L224) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L195) +[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L195) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L173) +[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L173) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L162) +[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L162) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L208) +[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L208) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/c94c694/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index 19d18010d..d12e363e6 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -97,7 +97,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L51) +[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L51) ## Properties @@ -107,7 +107,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L31) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L28) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L34) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L30) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L27) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L32) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L33) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L35) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L26) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L36) +[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L36) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L29) ___ @@ -295,7 +295,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L113) +[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L113) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L89) +[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L89) • `set` **channel**(`value`): `void` @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L93) +[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L93) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L125) +[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L125) • `set` **cluster**(`value`): `void` @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L129) +[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L129) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L105) +[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L105) • `set` **connection**(`value`): `void` @@ -385,7 +385,7 @@ ___ #### Defined in -[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L109) +[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L109) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L81) +[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L81) • `set` **headers**(`value`): `void` @@ -415,7 +415,7 @@ ___ #### Defined in -[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L85) +[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L85) ___ @@ -429,7 +429,7 @@ ___ #### Defined in -[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L117) +[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L117) • `set` **params**(`value`): `void` @@ -445,7 +445,7 @@ ___ #### Defined in -[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L121) +[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L121) ___ @@ -459,7 +459,7 @@ ___ #### Defined in -[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L73) +[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L73) • `set` **payload**(`value`): `void` @@ -475,7 +475,7 @@ ___ #### Defined in -[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L77) +[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L77) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L133) +[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L133) • `set` **query**(`value`): `void` @@ -505,7 +505,7 @@ ___ #### Defined in -[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L137) +[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L137) ___ @@ -519,7 +519,7 @@ ___ #### Defined in -[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L97) +[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L97) • `set` **serverName**(`value`): `void` @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L101) +[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L101) ## Methods @@ -712,7 +712,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L194) +[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L194) ___ @@ -728,7 +728,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L201) +[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L201) ___ @@ -812,7 +812,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L222) +[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L222) ___ @@ -828,7 +828,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L215) +[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L215) ___ @@ -1268,7 +1268,7 @@ Sends the message back to the server/broker. #### Defined in -[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L149) +[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L149) ___ @@ -1284,7 +1284,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L208) +[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L208) ___ @@ -1300,7 +1300,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L178) ___ @@ -1351,7 +1351,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/c94c694/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L186) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index 8f645b1ca..75ff53212 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index 735c46351..9a7b2cf99 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L168) +[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L168) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L71) +[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L71) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L58) +[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L58) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L126) +[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L126) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L113) +[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L113) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L161) +[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L161) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/c94c694/src/lib/wsHttpAuth.ts#L97) +[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L97) ___ diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 8ba79b00b..35a290285 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L35) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L33) +[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L33) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L34) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 2b7964a98..24f9eebfe 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L54) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L55) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L53) +[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L53) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L58) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L56) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L57) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index aec7a0b41..5c1f387b2 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L20) +[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L20) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L23) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L22) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L21) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index a7458ff41..778baaf1a 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L29) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L27) +[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L27) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L28) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index bd40fa22f..b40a4ccd6 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:5](https://github.com/asyncapi/glee/blob/c94c694/src/docs.ts#L5) +[src/docs.ts:5](https://github.com/asyncapi/glee/blob/aaa489f/src/docs.ts#L5) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index 011655eba..2a46c84be 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:37](https://github.com/asyncapi/glee/blob/c94c694/src/index.ts#L37) +[src/index.ts:37](https://github.com/asyncapi/glee/blob/aaa489f/src/index.ts#L37) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index ab4cdecc4..c9457fe1e 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -80,7 +80,7 @@ #### Defined in -[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L11) +[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L11) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L38) +[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L38) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L98) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L153) +[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L153) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L130) +[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L130) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L61) +[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L61) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L105) +[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L105) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L149) +[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L149) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L120) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L114) +[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L114) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L147) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L146) +[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L146) ___ @@ -307,7 +307,7 @@ ___ #### Defined in -[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L138) +[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L138) ___ @@ -329,7 +329,7 @@ ___ #### Defined in -[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L79) +[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L79) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L8) ___ @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L94) +[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L94) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L90) +[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L90) ___ @@ -381,7 +381,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L9) ___ @@ -391,7 +391,7 @@ ___ #### Defined in -[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L7) +[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L7) ___ @@ -413,7 +413,7 @@ ___ #### Defined in -[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L67) +[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L67) ___ @@ -423,4 +423,4 @@ ___ #### Defined in -[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/c94c694/src/lib/index.d.ts#L50) +[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L50) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 3d5d46396..74d690fd2 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L17) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/c94c694/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 384c44ffb..ab8fe4445 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/c94c694/src/lib/asyncapiFile.ts#L5) +[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/asyncapiFile.ts#L5) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 177f32711..d2953914d 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/c94c694/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index cc772ac65..4d885b161 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/c94c694/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 62d8890be..6fbe68116 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -9,6 +9,7 @@ - [findSpecFile](lib_configs.md#findspecfile) - [getConfigs](lib_configs.md#getconfigs) - [initializeConfigs](lib_configs.md#initializeconfigs) +- [loadConfigsFromFile](lib_configs.md#loadconfigsfromfile) ## Functions @@ -28,7 +29,7 @@ #### Defined in -[src/lib/configs.ts:102](https://github.com/asyncapi/glee/blob/c94c694/src/lib/configs.ts#L102) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/configs.ts#L112) ___ @@ -42,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:120](https://github.com/asyncapi/glee/blob/c94c694/src/lib/configs.ts#L120) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/configs.ts#L130) ___ @@ -62,4 +63,20 @@ ___ #### Defined in -[src/lib/configs.ts:21](https://github.com/asyncapi/glee/blob/c94c694/src/lib/configs.ts#L21) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/configs.ts#L23) + +___ + +### loadConfigsFromFile + +▸ **loadConfigsFromFile**(): `Promise`<`any`\> + +Loads the configuration from glee project. + +#### Returns + +`Promise`<`any`\> + +#### Defined in + +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 44d490d99..0d4360f0d 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/c94c694/src/lib/docs.ts#L5) +[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/docs.ts#L5) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index 98dd9c066..c727a611b 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/c94c694/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 3a9eb0b59..63b7e7e58 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/c94c694/src/lib/functions.ts#L53) +[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/functions.ts#L53) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/c94c694/src/lib/functions.ts#L55) +[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/functions.ts#L55) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/c94c694/src/lib/functions.ts#L84) +[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/functions.ts#L84) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index 33038947d..df0c1ed25 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/c94c694/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/c94c694/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/c94c694/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 91aa1e9b2..d04350a5e 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L206) +[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L206) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L195) +[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L195) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L180) +[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L180) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L232) +[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L232) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L228) +[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L228) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/c94c694/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 7a89327a1..90c2b9592 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/c94c694/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index e20356a0b..3c67cac75 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/c94c694/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index 3a52a49c9..e64a55c27 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/c94c694/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/c94c694/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/c94c694/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/c94c694/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index 24b9167da..8abb4a1b3 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -33,7 +33,7 @@ #### Defined in -[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L118) +[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L118) ___ @@ -55,7 +55,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L52) +[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L52) ___ @@ -78,7 +78,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L22) +[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L22) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L122) +[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L122) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L137) +[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L137) ___ @@ -143,7 +143,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L81) +[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L81) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L148) +[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L148) ___ @@ -188,4 +188,4 @@ Object #### Defined in -[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/c94c694/src/lib/util.ts#L93) +[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L93) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index 7e8321987..2f654f2f3 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index dc090f6b8..8dd170321 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index e78d7af66..5a72a1001 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 610eca88c..d2eff80f8 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 3ed2b1c5d..9daf1be55 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_logger.md b/docs/reference/modules/middlewares_logger.md index 4a54b5dbd..3ec8c100e 100644 --- a/docs/reference/modules/middlewares_logger.md +++ b/docs/reference/modules/middlewares_logger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/logger.ts#L5) +[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/logger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 8054df288..9408dc1e3 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index b095aefc5..4cc60eb27 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 5a9022176..47aaa0619 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/c94c694/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 2bdbd25e0..5b516a6ae 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/c94c694/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/aaa489f/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index 4a0d62901..ae1dc0856 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.26.3", + "version": "0.26.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.26.3", + "version": "0.26.4", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.11.0", diff --git a/package.json b/package.json index a780b4f91..406635bef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.26.3", + "version": "0.26.4", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From 42c5a071fe6b71f72d42f06ece1520107b1c8cb7 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Sep 2023 15:36:24 +0200 Subject: [PATCH 17/24] fix: update @asyncapi/generator to 1.12.0 version (#520) --- package-lock.json | 842 +++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 762 insertions(+), 82 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae1dc0856..8017afcc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.26.4", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.11.0", + "@asyncapi/generator": "^1.12.0", "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", @@ -118,17 +118,14 @@ } }, "node_modules/@asyncapi/generator": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.11.0.tgz", - "integrity": "sha512-+CAgDRR3eDMvoV9tMCL9njBCmXw3PASw7FQtYzLnemFPnM5PypHlYFrNVY6Aqd7qqSjKuoEeW+srYHBSoWd/Dg==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.12.0.tgz", + "integrity": "sha512-HES4zWOhzT7fugPT4D2RjZtEh7+RgE7GWJZvI/u2BmAT4sknSk2AdEWU7CxHY4cVsKQ1ruTqBfVuFSt926H4uQ==", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.3", - "@asyncapi/generator-react-sdk": "^1.0.0", - "@asyncapi/openapi-schema-parser": "^3.0.4", - "@asyncapi/parser": "^2.1.0", - "@asyncapi/protobuf-schema-parser": "3.0.0", - "@asyncapi/raml-dt-schema-parser": "^4.0.4", + "@asyncapi/generator-react-sdk": "^0.2.23", + "@asyncapi/parser": "2.1.0", "@npmcli/arborist": "^2.2.4", + "@smoya/multi-parser": "3.0.0", "ajv": "^8.12.0", "chokidar": "^3.4.0", "commander": "^6.1.0", @@ -359,28 +356,59 @@ "semver": "bin/semver" } }, - "node_modules/@asyncapi/generator/node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.3.tgz", - "integrity": "sha512-XprbDYPFJ0nc963hPCjbEmM3iu6ypKg/70EFVl0MZJCLbLw/+gBbPy95uV3Qaofm5UQgSI+aTobGhc8rMre4VA==", + "node_modules/@asyncapi/generator/node_modules/@asyncapi/generator-react-sdk": { + "version": "0.2.25", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-0.2.25.tgz", + "integrity": "sha512-zmVdNaMPTDoUHnAIp33+dkGspEuLIi3BaaHFXY5lmL1XmaD9bU1rK/HLpNKhV32Os6Wp50CuskOwDsoRCeSGow==", "dependencies": { - "@asyncapi/parser": "^2.1.0", - "@types/json-schema": "^7.0.11", - "avsc": "^5.7.6" + "@asyncapi/parser": "^1.15.1", + "@babel/core": "7.12.9", + "@babel/preset-env": "^7.12.7", + "@babel/preset-react": "^7.12.7", + "@rollup/plugin-babel": "^5.2.1", + "babel-plugin-source-map-support": "^2.1.3", + "prop-types": "^15.7.2", + "react": "^17.0.1", + "rollup": "^2.60.1", + "source-map-support": "^0.5.19" } }, - "node_modules/@asyncapi/generator/node_modules/@asyncapi/openapi-schema-parser": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.4.tgz", - "integrity": "sha512-nfZbL3dTpIQ3K+/V05FBpgOPi7dDWZkqZG8e7pKwtNhwZ0YLBFWTw6RpocztlBlcieFggxZqLm4BT5I1cQbK+Q==", + "node_modules/@asyncapi/generator/node_modules/@asyncapi/generator-react-sdk/node_modules/@asyncapi/parser": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.18.1.tgz", + "integrity": "sha512-7sU9DajLV+vA2vShTYmD5lbtbTY6TOcGxB4Z4IcpRp8x5pejOsN32iU05eIYCnuamsi5SMscFxoi6fIO2vPK3Q==", "dependencies": { - "@asyncapi/parser": "^2.1.0", - "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", - "ajv": "^8.11.0", - "ajv-errors": "^3.0.0", - "ajv-formats": "^2.1.1" + "@apidevtools/json-schema-ref-parser": "^9.0.6", + "@asyncapi/specs": "^4.1.1", + "@fmvilas/pseudo-yaml-ast": "^0.3.1", + "ajv": "^6.10.1", + "js-yaml": "^3.13.1", + "json-to-ast": "^2.1.0", + "lodash.clonedeep": "^4.5.0", + "node-fetch": "^2.6.0", + "tiny-merge-patch": "^0.1.2" + } + }, + "node_modules/@asyncapi/generator/node_modules/@asyncapi/generator-react-sdk/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, + "node_modules/@asyncapi/generator/node_modules/@asyncapi/generator-react-sdk/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, "node_modules/@asyncapi/generator/node_modules/@asyncapi/parser": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", @@ -405,6 +433,14 @@ "webapi-parser": "^0.5.0" } }, + "node_modules/@asyncapi/generator/node_modules/@asyncapi/parser/node_modules/@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "dependencies": { + "@types/json-schema": "^7.0.11" + } + }, "node_modules/@asyncapi/generator/node_modules/@asyncapi/parser/node_modules/js-yaml": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", @@ -416,12 +452,42 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/@asyncapi/generator/node_modules/@asyncapi/specs": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", - "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "node_modules/@asyncapi/generator/node_modules/@babel/core": { + "version": "7.12.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", + "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", "dependencies": { - "@types/json-schema": "^7.0.11" + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.12.5", + "@babel/helper-module-transforms": "^7.12.1", + "@babel/helpers": "^7.12.5", + "@babel/parser": "^7.12.7", + "@babel/template": "^7.12.7", + "@babel/traverse": "^7.12.9", + "@babel/types": "^7.12.7", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@asyncapi/generator/node_modules/@babel/core/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "bin": { + "semver": "bin/semver" } }, "node_modules/@asyncapi/generator/node_modules/ajv": { @@ -3820,6 +3886,131 @@ "@sinonjs/commons": "^1.7.0" } }, + "node_modules/@smoya/multi-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-3.0.0.tgz", + "integrity": "sha512-HtA/Png8FQ2vwiKKMSOqNkYGERUFqieeekwtuMsImmgnaiacyq97itehbep179qO/TvHb+3luRZAJ433fHgIxg==", + "dependencies": { + "@asyncapi/avro-schema-parser": "^3.0.3", + "@asyncapi/openapi-schema-parser": "^3.0.4", + "@asyncapi/protobuf-schema-parser": "^3.0.0", + "@asyncapi/raml-dt-schema-parser": "^4.0.4", + "parserv2": "npm:@asyncapi/parser@^2.1.0", + "parserv3": "npm:@asyncapi/parser@^2.2.0-next-major-spec.2" + } + }, + "node_modules/@smoya/multi-parser/node_modules/@asyncapi/avro-schema-parser": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.3.tgz", + "integrity": "sha512-XprbDYPFJ0nc963hPCjbEmM3iu6ypKg/70EFVl0MZJCLbLw/+gBbPy95uV3Qaofm5UQgSI+aTobGhc8rMre4VA==", + "dependencies": { + "@asyncapi/parser": "^2.1.0", + "@types/json-schema": "^7.0.11", + "avsc": "^5.7.6" + } + }, + "node_modules/@smoya/multi-parser/node_modules/@asyncapi/openapi-schema-parser": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.4.tgz", + "integrity": "sha512-nfZbL3dTpIQ3K+/V05FBpgOPi7dDWZkqZG8e7pKwtNhwZ0YLBFWTw6RpocztlBlcieFggxZqLm4BT5I1cQbK+Q==", + "dependencies": { + "@asyncapi/parser": "^2.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1" + } + }, + "node_modules/@smoya/multi-parser/node_modules/@asyncapi/parser": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "dependencies": { + "@asyncapi/specs": "^5.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + } + }, + "node_modules/@smoya/multi-parser/node_modules/@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "dependencies": { + "@types/json-schema": "^7.0.11" + } + }, + "node_modules/@smoya/multi-parser/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@smoya/multi-parser/node_modules/ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "peerDependencies": { + "ajv": "^8.0.1" + } + }, + "node_modules/@smoya/multi-parser/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@smoya/multi-parser/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/@smoya/multi-parser/node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, "node_modules/@socket.io/component-emitter": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", @@ -12978,27 +13169,209 @@ "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "engines": { - "node": ">=8" + "node_modules/parserv2": { + "name": "@asyncapi/parser", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "dependencies": { + "@asyncapi/specs": "^5.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" } }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "engines": { - "node": ">=0.10.0" + "node_modules/parserv2/node_modules/@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "dependencies": { + "@types/json-schema": "^7.0.11" } }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "engines": { + "node_modules/parserv2/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/parserv2/node_modules/ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "peerDependencies": { + "ajv": "^8.0.1" + } + }, + "node_modules/parserv2/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/parserv2/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/parserv2/node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/parserv3": { + "name": "@asyncapi/parser", + "version": "2.2.0-next-major-spec.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.2.0-next-major-spec.2.tgz", + "integrity": "sha512-KkS+sPCHFFPZrFzzx4UGiYDrDfJI583AksLFg6QUKwr5Wjq8o7cIC3Hel2ptaRVv5x1nJz0o6QzFeY7VIWCc1g==", + "dependencies": { + "@asyncapi/specs": "^6.0.0-next-major-spec.6", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + } + }, + "node_modules/parserv3/node_modules/@asyncapi/specs": { + "version": "6.0.0-next-major-spec.7", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.7.tgz", + "integrity": "sha512-rorau4qa1rjlIz4vGy3MuzQKSyKyJWuRa3DbFKopixDCjnAOIScVDc/M6/T8X9Ay+GQhebcYrbiPT4JUvWbFAA==", + "dependencies": { + "@types/json-schema": "^7.0.11" + } + }, + "node_modules/parserv3/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/parserv3/node_modules/ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "peerDependencies": { + "ajv": "^8.0.1" + } + }, + "node_modules/parserv3/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/parserv3/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/parserv3/node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "engines": { "node": ">=8" } }, @@ -17012,17 +17385,14 @@ } }, "@asyncapi/generator": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.11.0.tgz", - "integrity": "sha512-+CAgDRR3eDMvoV9tMCL9njBCmXw3PASw7FQtYzLnemFPnM5PypHlYFrNVY6Aqd7qqSjKuoEeW+srYHBSoWd/Dg==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.12.0.tgz", + "integrity": "sha512-HES4zWOhzT7fugPT4D2RjZtEh7+RgE7GWJZvI/u2BmAT4sknSk2AdEWU7CxHY4cVsKQ1ruTqBfVuFSt926H4uQ==", "requires": { - "@asyncapi/avro-schema-parser": "^3.0.3", - "@asyncapi/generator-react-sdk": "^1.0.0", - "@asyncapi/openapi-schema-parser": "^3.0.4", - "@asyncapi/parser": "^2.1.0", - "@asyncapi/protobuf-schema-parser": "3.0.0", - "@asyncapi/raml-dt-schema-parser": "^4.0.4", + "@asyncapi/generator-react-sdk": "^0.2.23", + "@asyncapi/parser": "2.1.0", "@npmcli/arborist": "^2.2.4", + "@smoya/multi-parser": "3.0.0", "ajv": "^8.12.0", "chokidar": "^3.4.0", "commander": "^6.1.0", @@ -17046,26 +17416,55 @@ "typescript": "^4.9.3" }, "dependencies": { - "@asyncapi/avro-schema-parser": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.3.tgz", - "integrity": "sha512-XprbDYPFJ0nc963hPCjbEmM3iu6ypKg/70EFVl0MZJCLbLw/+gBbPy95uV3Qaofm5UQgSI+aTobGhc8rMre4VA==", - "requires": { - "@asyncapi/parser": "^2.1.0", - "@types/json-schema": "^7.0.11", - "avsc": "^5.7.6" - } - }, - "@asyncapi/openapi-schema-parser": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.4.tgz", - "integrity": "sha512-nfZbL3dTpIQ3K+/V05FBpgOPi7dDWZkqZG8e7pKwtNhwZ0YLBFWTw6RpocztlBlcieFggxZqLm4BT5I1cQbK+Q==", + "@asyncapi/generator-react-sdk": { + "version": "0.2.25", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-0.2.25.tgz", + "integrity": "sha512-zmVdNaMPTDoUHnAIp33+dkGspEuLIi3BaaHFXY5lmL1XmaD9bU1rK/HLpNKhV32Os6Wp50CuskOwDsoRCeSGow==", "requires": { - "@asyncapi/parser": "^2.1.0", - "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", - "ajv": "^8.11.0", - "ajv-errors": "^3.0.0", - "ajv-formats": "^2.1.1" + "@asyncapi/parser": "^1.15.1", + "@babel/core": "7.12.9", + "@babel/preset-env": "^7.12.7", + "@babel/preset-react": "^7.12.7", + "@rollup/plugin-babel": "^5.2.1", + "babel-plugin-source-map-support": "^2.1.3", + "prop-types": "^15.7.2", + "react": "^17.0.1", + "rollup": "^2.60.1", + "source-map-support": "^0.5.19" + }, + "dependencies": { + "@asyncapi/parser": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-1.18.1.tgz", + "integrity": "sha512-7sU9DajLV+vA2vShTYmD5lbtbTY6TOcGxB4Z4IcpRp8x5pejOsN32iU05eIYCnuamsi5SMscFxoi6fIO2vPK3Q==", + "requires": { + "@apidevtools/json-schema-ref-parser": "^9.0.6", + "@asyncapi/specs": "^4.1.1", + "@fmvilas/pseudo-yaml-ast": "^0.3.1", + "ajv": "^6.10.1", + "js-yaml": "^3.13.1", + "json-to-ast": "^2.1.0", + "lodash.clonedeep": "^4.5.0", + "node-fetch": "^2.6.0", + "tiny-merge-patch": "^0.1.2" + } + }, + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + } } }, "@asyncapi/parser": { @@ -17092,6 +17491,14 @@ "webapi-parser": "^0.5.0" }, "dependencies": { + "@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "requires": { + "@types/json-schema": "^7.0.11" + } + }, "js-yaml": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", @@ -17102,12 +17509,34 @@ } } }, - "@asyncapi/specs": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", - "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "@babel/core": { + "version": "7.12.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", + "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", "requires": { - "@types/json-schema": "^7.0.11" + "@babel/code-frame": "^7.10.4", + "@babel/generator": "^7.12.5", + "@babel/helper-module-transforms": "^7.12.1", + "@babel/helpers": "^7.12.5", + "@babel/parser": "^7.12.7", + "@babel/template": "^7.12.7", + "@babel/traverse": "^7.12.9", + "@babel/types": "^7.12.7", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.1", + "json5": "^2.1.2", + "lodash": "^4.17.19", + "resolve": "^1.3.2", + "semver": "^5.4.1", + "source-map": "^0.5.0" + }, + "dependencies": { + "semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" + } } }, "ajv": { @@ -19781,6 +20210,113 @@ "@sinonjs/commons": "^1.7.0" } }, + "@smoya/multi-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-3.0.0.tgz", + "integrity": "sha512-HtA/Png8FQ2vwiKKMSOqNkYGERUFqieeekwtuMsImmgnaiacyq97itehbep179qO/TvHb+3luRZAJ433fHgIxg==", + "requires": { + "@asyncapi/avro-schema-parser": "^3.0.3", + "@asyncapi/openapi-schema-parser": "^3.0.4", + "@asyncapi/protobuf-schema-parser": "^3.0.0", + "@asyncapi/raml-dt-schema-parser": "^4.0.4", + "parserv2": "npm:@asyncapi/parser@^2.1.0", + "parserv3": "npm:@asyncapi/parser@^2.2.0-next-major-spec.2" + }, + "dependencies": { + "@asyncapi/avro-schema-parser": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.3.tgz", + "integrity": "sha512-XprbDYPFJ0nc963hPCjbEmM3iu6ypKg/70EFVl0MZJCLbLw/+gBbPy95uV3Qaofm5UQgSI+aTobGhc8rMre4VA==", + "requires": { + "@asyncapi/parser": "^2.1.0", + "@types/json-schema": "^7.0.11", + "avsc": "^5.7.6" + } + }, + "@asyncapi/openapi-schema-parser": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.4.tgz", + "integrity": "sha512-nfZbL3dTpIQ3K+/V05FBpgOPi7dDWZkqZG8e7pKwtNhwZ0YLBFWTw6RpocztlBlcieFggxZqLm4BT5I1cQbK+Q==", + "requires": { + "@asyncapi/parser": "^2.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1" + } + }, + "@asyncapi/parser": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "requires": { + "@asyncapi/specs": "^5.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + } + }, + "@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "requires": { + "@types/json-schema": "^7.0.11" + } + }, + "ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "requires": {} + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "requires": { + "argparse": "^2.0.1" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + } + } + }, "@socket.io/component-emitter": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", @@ -26803,6 +27339,150 @@ "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" }, + "parserv2": { + "version": "npm:@asyncapi/parser@2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", + "requires": { + "@asyncapi/specs": "^5.1.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + }, + "dependencies": { + "@asyncapi/specs": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.1.0.tgz", + "integrity": "sha512-yffhETqehkim43luMnPKOwzY0D0YtU4bKpORIXIaid6p5Y5kDLrMGJaEPkNieQp03HMjhjFrnUPtT8kvqe0+aQ==", + "requires": { + "@types/json-schema": "^7.0.11" + } + }, + "ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "requires": {} + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "requires": { + "argparse": "^2.0.1" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + } + } + }, + "parserv3": { + "version": "npm:@asyncapi/parser@2.2.0-next-major-spec.2", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.2.0-next-major-spec.2.tgz", + "integrity": "sha512-KkS+sPCHFFPZrFzzx4UGiYDrDfJI583AksLFg6QUKwr5Wjq8o7cIC3Hel2ptaRVv5x1nJz0o6QzFeY7VIWCc1g==", + "requires": { + "@asyncapi/specs": "^6.0.0-next-major-spec.6", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "@stoplight/json-ref-resolver": "^3.1.5", + "@stoplight/spectral-core": "^1.16.1", + "@stoplight/spectral-functions": "^1.7.2", + "@stoplight/spectral-parsers": "^1.0.2", + "@types/json-schema": "^7.0.11", + "@types/urijs": "^1.19.19", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1", + "avsc": "^5.7.5", + "js-yaml": "^4.1.0", + "jsonpath-plus": "^7.2.0", + "node-fetch": "2.6.7", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + }, + "dependencies": { + "@asyncapi/specs": { + "version": "6.0.0-next-major-spec.7", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.7.tgz", + "integrity": "sha512-rorau4qa1rjlIz4vGy3MuzQKSyKyJWuRa3DbFKopixDCjnAOIScVDc/M6/T8X9Ay+GQhebcYrbiPT4JUvWbFAA==", + "requires": { + "@types/json-schema": "^7.0.11" + } + }, + "ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz", + "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==", + "requires": {} + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "requires": { + "argparse": "^2.0.1" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } + } + } + }, "path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", diff --git a/package.json b/package.json index 406635bef..59d32cfb4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.11.0", + "@asyncapi/generator": "^1.12.0", "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", From ec5b767ca6063c73b823d99c9b541aab83ad9834 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Sep 2023 15:42:47 +0200 Subject: [PATCH 18/24] chore(release): v0.26.5 (#521) --- .../classes/adapters_cluster_redis.default.md | 28 +++---- .../classes/adapters_http_client.default.md | 30 ++++---- .../classes/adapters_http_server.default.md | 38 +++++----- .../classes/adapters_kafka.default.md | 34 ++++----- .../classes/adapters_mqtt.default.md | 50 ++++++------- .../classes/adapters_socket_io.default.md | 36 ++++----- .../classes/adapters_ws_client.default.md | 38 +++++----- .../classes/adapters_ws_server.default.md | 56 +++++++------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 40 +++++----- docs/reference/classes/lib_cluster.default.md | 26 +++---- .../classes/lib_connection.default.md | 26 +++---- docs/reference/classes/lib_glee.default.md | 46 ++++++------ docs/reference/classes/lib_message.default.md | 74 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 +++++----- .../classes/lib_wsHttpAuth.default.md | 30 ++++---- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 42 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 2 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 8 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 16 ++-- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- docs/reference/modules/middlewares_logger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 49 files changed, 400 insertions(+), 400 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 85aa32640..9344df2f8 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 2bf619e91..160947ccd 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -86,7 +86,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) ## Properties @@ -170,7 +170,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) ___ @@ -188,7 +188,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) ___ @@ -206,7 +206,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) ___ @@ -224,7 +224,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) ___ @@ -242,7 +242,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) ___ @@ -260,7 +260,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) ___ @@ -278,7 +278,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) ## Methods @@ -329,7 +329,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/client.ts#L12) +[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/client.ts#L12) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/client.ts#L73) +[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/client.ts#L73) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) ___ @@ -524,7 +524,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/client.ts#L9) +[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/client.ts#L9) ___ @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) ___ @@ -1074,7 +1074,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/client.ts#L22) +[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/client.ts#L22) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index 3de870302..d0b99557c 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L10) +[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L10) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) ## Methods @@ -317,7 +317,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L135) +[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L135) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L24) +[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L24) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L181) +[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L181) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L175) +[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L175) ___ @@ -424,7 +424,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L16) +[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L16) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) ___ @@ -598,7 +598,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L12) +[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L12) ___ @@ -1122,7 +1122,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) ___ @@ -1148,7 +1148,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/http/server.ts#L20) +[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L20) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index 94000fa5f..265dcc5e1 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -88,7 +88,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) ## Properties @@ -98,7 +98,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/kafka/index.ts#L8) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/kafka/index.ts#L7) ___ @@ -192,7 +192,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) ___ @@ -264,7 +264,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) ___ @@ -282,7 +282,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) ___ @@ -300,7 +300,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/kafka/index.ts#L95) ___ @@ -373,7 +373,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/kafka/index.ts#L13) ___ @@ -502,7 +502,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) ___ @@ -547,7 +547,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/kafka/index.ts#L9) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) ___ @@ -1097,7 +1097,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index a4a3109d7..a91a6d156 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -96,7 +96,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) ## Properties @@ -106,7 +106,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L29) +[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L29) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L30) +[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L30) ___ @@ -200,7 +200,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) ___ @@ -218,7 +218,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) ___ @@ -236,7 +236,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) ___ @@ -254,7 +254,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) ___ @@ -272,7 +272,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) ___ @@ -290,7 +290,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) ___ @@ -308,7 +308,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L151) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L229) +[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L229) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L245) +[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L245) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L206) +[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L206) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L118) +[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L118) ___ @@ -450,7 +450,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L36) +[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L36) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) ___ @@ -623,7 +623,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L44) +[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L44) ___ @@ -643,7 +643,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L64) +[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L64) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L95) +[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L95) ___ @@ -765,7 +765,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L32) ___ @@ -1207,7 +1207,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) ___ @@ -1233,7 +1233,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L40) +[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L40) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/mqtt/index.ts#L128) +[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L128) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 8325b4586..d2a4607ea 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -89,7 +89,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) ## Properties @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L6) ___ @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L20) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L97) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L78) ___ @@ -397,7 +397,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L12) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) ___ @@ -571,7 +571,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L8) ___ @@ -1095,7 +1095,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) ___ @@ -1121,7 +1121,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index b829b8c9d..452a06441 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L15) +[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L15) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) ## Methods @@ -306,7 +306,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L29) +[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L29) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L112) +[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L112) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L99) +[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L99) ___ @@ -398,7 +398,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L21) +[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L21) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) ___ @@ -572,7 +572,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L77) +[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L77) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L17) ___ @@ -1110,7 +1110,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) ___ @@ -1136,7 +1136,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/client.ts#L25) +[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L25) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index 313d73603..d33944086 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) ## Properties @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L197) +[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L197) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L287) +[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L287) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L265) +[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L265) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L145) +[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L145) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L54) +[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L54) ___ @@ -438,7 +438,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L43) +[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L43) ___ @@ -458,7 +458,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L20) +[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L20) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L37) +[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L37) ___ @@ -567,7 +567,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L28) +[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L28) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) ___ @@ -674,7 +674,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) ___ @@ -688,7 +688,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L127) +[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L127) ___ @@ -708,7 +708,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L59) +[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L59) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L16) ___ @@ -951,7 +951,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L78) +[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L78) ___ @@ -971,7 +971,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L109) +[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L109) ___ @@ -1274,7 +1274,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) ___ @@ -1300,7 +1300,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L24) +[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L24) ___ @@ -1357,7 +1357,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L186) +[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L186) ___ @@ -1391,7 +1391,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/aaa489f/src/adapters/ws/server.ts#L176) +[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L176) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index 8f8739b99..2afe77d67 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/aaa489f/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/42c5a07/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/aaa489f/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/42c5a07/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/aaa489f/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/42c5a07/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/aaa489f/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/42c5a07/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index bebaddd65..00d447fa1 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -105,7 +105,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) ## Properties @@ -115,7 +115,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L27) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L29) +[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L29) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L30) +[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L30) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L25) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L28) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L26) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L31) +[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L31) ___ @@ -255,7 +255,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) ## Methods @@ -386,7 +386,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L245) +[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L245) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) ___ @@ -552,7 +552,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) ___ @@ -1058,7 +1058,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) ___ @@ -1080,7 +1080,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L255) +[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L255) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index 2286b0a4d..fb8762f95 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 9d0ee72ac..b7fbdd0fd 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 93394f63c..3195135ac 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L307) +[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L307) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L294) +[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L294) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L224) +[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L224) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L195) +[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L195) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L173) +[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L173) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L162) +[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L162) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L208) +[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L208) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index d12e363e6..552fe6dca 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -97,7 +97,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L51) +[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L51) ## Properties @@ -107,7 +107,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L31) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L28) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L34) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L30) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L27) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L32) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L33) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L35) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L26) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L36) +[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L36) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L29) ___ @@ -295,7 +295,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L113) +[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L113) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L89) +[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L89) • `set` **channel**(`value`): `void` @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L93) +[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L93) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L125) +[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L125) • `set` **cluster**(`value`): `void` @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L129) +[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L129) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L105) +[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L105) • `set` **connection**(`value`): `void` @@ -385,7 +385,7 @@ ___ #### Defined in -[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L109) +[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L109) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L81) +[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L81) • `set` **headers**(`value`): `void` @@ -415,7 +415,7 @@ ___ #### Defined in -[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L85) +[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L85) ___ @@ -429,7 +429,7 @@ ___ #### Defined in -[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L117) +[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L117) • `set` **params**(`value`): `void` @@ -445,7 +445,7 @@ ___ #### Defined in -[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L121) +[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L121) ___ @@ -459,7 +459,7 @@ ___ #### Defined in -[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L73) +[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L73) • `set` **payload**(`value`): `void` @@ -475,7 +475,7 @@ ___ #### Defined in -[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L77) +[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L77) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L133) +[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L133) • `set` **query**(`value`): `void` @@ -505,7 +505,7 @@ ___ #### Defined in -[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L137) +[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L137) ___ @@ -519,7 +519,7 @@ ___ #### Defined in -[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L97) +[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L97) • `set` **serverName**(`value`): `void` @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L101) +[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L101) ## Methods @@ -712,7 +712,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L194) +[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L194) ___ @@ -728,7 +728,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L201) +[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L201) ___ @@ -812,7 +812,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L222) +[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L222) ___ @@ -828,7 +828,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L215) +[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L215) ___ @@ -1268,7 +1268,7 @@ Sends the message back to the server/broker. #### Defined in -[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L149) +[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L149) ___ @@ -1284,7 +1284,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L208) +[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L208) ___ @@ -1300,7 +1300,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L178) ___ @@ -1351,7 +1351,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L186) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index 75ff53212..d06b32bdd 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index 9a7b2cf99..d2aa462e7 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L168) +[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L168) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L71) +[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L71) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L58) +[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L58) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L126) +[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L126) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L113) +[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L113) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L161) +[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L161) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/wsHttpAuth.ts#L97) +[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L97) ___ diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 35a290285..34f8157a2 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L35) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L33) +[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L33) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L34) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 24f9eebfe..5fe0c5311 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L54) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L55) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L53) +[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L53) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L58) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L56) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L57) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index 5c1f387b2..4e60e16dd 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L20) +[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L20) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L23) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L22) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L21) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index 778baaf1a..fdc592614 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L29) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L27) +[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L27) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L28) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index b40a4ccd6..bc07aacea 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:5](https://github.com/asyncapi/glee/blob/aaa489f/src/docs.ts#L5) +[src/docs.ts:5](https://github.com/asyncapi/glee/blob/42c5a07/src/docs.ts#L5) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index 2a46c84be..fcb4d6ebe 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:37](https://github.com/asyncapi/glee/blob/aaa489f/src/index.ts#L37) +[src/index.ts:37](https://github.com/asyncapi/glee/blob/42c5a07/src/index.ts#L37) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index c9457fe1e..43b30be24 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -80,7 +80,7 @@ #### Defined in -[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L11) +[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L11) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L38) +[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L38) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L98) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L153) +[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L153) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L130) +[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L130) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L61) +[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L61) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L105) +[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L105) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L149) +[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L149) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L120) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L114) +[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L114) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L147) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L146) +[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L146) ___ @@ -307,7 +307,7 @@ ___ #### Defined in -[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L138) +[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L138) ___ @@ -329,7 +329,7 @@ ___ #### Defined in -[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L79) +[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L79) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L8) ___ @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L94) +[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L94) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L90) +[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L90) ___ @@ -381,7 +381,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L9) ___ @@ -391,7 +391,7 @@ ___ #### Defined in -[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L7) +[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L7) ___ @@ -413,7 +413,7 @@ ___ #### Defined in -[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L67) +[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L67) ___ @@ -423,4 +423,4 @@ ___ #### Defined in -[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/index.d.ts#L50) +[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L50) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 74d690fd2..c802b7ad1 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L17) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index ab8fe4445..5fcb04004 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/asyncapiFile.ts#L5) +[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/asyncapiFile.ts#L5) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index d2953914d..7c7bb5e02 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index 4d885b161..d25a6c388 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 6fbe68116..a931a34bc 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -29,7 +29,7 @@ #### Defined in -[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/configs.ts#L112) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/configs.ts#L112) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/configs.ts#L130) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/configs.ts#L130) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/configs.ts#L23) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/configs.ts#L23) ___ @@ -79,4 +79,4 @@ Loads the configuration from glee project. #### Defined in -[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/configs.ts#L81) +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 0d4360f0d..a09132399 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/docs.ts#L5) +[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/docs.ts#L5) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index c727a611b..725037fc6 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 63b7e7e58..695565c94 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/functions.ts#L53) +[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/functions.ts#L53) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/functions.ts#L55) +[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/functions.ts#L55) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/functions.ts#L84) +[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/functions.ts#L84) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index df0c1ed25..f11b41c88 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index d04350a5e..1e5c6c9fc 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L206) +[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L206) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L195) +[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L195) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L180) +[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L180) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L232) +[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L232) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L228) +[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L228) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 90c2b9592..7399aa0a4 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index 3c67cac75..87008b296 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index e64a55c27..79dcf8645 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index 8abb4a1b3..062f05ef3 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -33,7 +33,7 @@ #### Defined in -[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L118) +[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L118) ___ @@ -55,7 +55,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L52) +[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L52) ___ @@ -78,7 +78,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L22) +[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L22) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L122) +[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L122) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L137) +[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L137) ___ @@ -143,7 +143,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L81) +[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L81) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L148) +[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L148) ___ @@ -188,4 +188,4 @@ Object #### Defined in -[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/aaa489f/src/lib/util.ts#L93) +[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L93) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index 2f654f2f3..45a5d5da1 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index 8dd170321..564530710 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index 5a72a1001..af23ee8b3 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index d2eff80f8..c4e6f330d 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 9daf1be55..ec1ea16d6 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_logger.md b/docs/reference/modules/middlewares_logger.md index 3ec8c100e..96584f18a 100644 --- a/docs/reference/modules/middlewares_logger.md +++ b/docs/reference/modules/middlewares_logger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/logger.ts#L5) +[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/logger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 9408dc1e3..9cd0f940b 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index 4cc60eb27..d8864c1ab 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 47aaa0619..a51e23106 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/aaa489f/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 5b516a6ae..6c241d6de 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/aaa489f/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/42c5a07/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index 8017afcc4..1a176da74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.26.4", + "version": "0.26.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.26.4", + "version": "0.26.5", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.12.0", diff --git a/package.json b/package.json index 59d32cfb4..aecae0f8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.26.4", + "version": "0.26.5", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From 97a4b44625a7c9ff36cc8722b67897c20c86a5df Mon Sep 17 00:00:00 2001 From: Afzal Ansari Date: Tue, 19 Sep 2023 11:56:05 +0530 Subject: [PATCH 19/24] docs: adds getting started guide (#483) --- assets/glee_resp.png | Bin 0 -> 41081 bytes assets/glee_struct.png | Bin 0 -> 10910 bytes docs/getting-started.md | 142 ++++++++++++++++++++++++++++++++++++++++ docs/glee-template.md | 89 +++++++++++++++++++++++++ 4 files changed, 231 insertions(+) create mode 100644 assets/glee_resp.png create mode 100644 assets/glee_struct.png create mode 100644 docs/getting-started.md create mode 100644 docs/glee-template.md diff --git a/assets/glee_resp.png b/assets/glee_resp.png new file mode 100644 index 0000000000000000000000000000000000000000..c1301e52dd500442cdb9beeb7662bb8d5f316188 GIT binary patch literal 41081 zcmce-Wn7!V_a_RaK=Brb0)bMX6ff?DQe0Xn?gU6F?ocF1afjksv=nzIxJ&T>!QEXF zY(xLQ-Oqh-U+mtyyU&}Dc_uSw&K&)oL&zs(89Z!CY!nm}JULk@RTPvb(q$&Gcy~?J6j~HHDTyy`Y5NNvp2Qa|4<}@^uhD#2pH})*!t|atJ|mY>da9y2CiPq5H*Ixr zZE!X5PLwXeE0So^F&e3nU$P1$AEkc%&6e_)i(m{@dYkl>GsZ~6X3)8T{WT{Y4n&;K z=!smg*@sw!w-}9x6UZDScD8V_;vwz{%Kz*Z#<%t2@rfxS{4#?c{P^55eJUq?9K%9E zxBT}G<^S%0PZ9p~;zMgeM`nlN`PN;G*Un_KT)+Xlm%e8BwqPy^X{Gy#Q85{5AVay4 zBOUtASqR^5Wh0{hiM>Bgs33-CM2v$6WlY1=7A*KFP%yGY`dqqkzhs|unIh|V~v|6VDI|I zQgLFhWgi!xhIeOP?zU-^R^LBswyc=e>9@nBM|qOAM)uB9in!;VN-sYhDu~xoy4Yp#5G^^>+hOV(u3QC|6Uo=;Y2OSyOm~y-Yi#t z?;9QHitvZ_ZgRKmC#g>(Pr_R`%9Z5Clq5)@m!lUkR*Mr^s}a6z=_v9jRPUe3mS5gq zi6*kmyRSM0*riw8KwWWXTzbmba<{})gYqs_=B-vdD>cfw<^`X`lKRY@R2RLE2Eq)tqas>pOiqZ z3X|Jm9XB@8SJYdeVk55RMQ6DbleE3is3=cb%*6C+kMw@@k5K(RjY}g~?4+LdH$Kydtrd*&^AmC4p3oMx<>YIl z6b>-ko0v`0l$DU6>91PlWOZ51^bA=a5^-?k)`qyTekQ~0YvZyKV;LWC-bp9HNQQ#W z-n?Ob?fxx_($i21`RrX0(O@?oY{zF z&bGtw4)gQ29nQ8mB@GEOX{Ag>E2g;HNxa<6{q}=d|FQlM`i{265=;#oABoAfN(RGC(sue0bfa0)_Wd@5^HS24Iu`_OQwI<9m9 z&CkqsV}W!i+wyEi&^+eht%!(EPEn2?Cai6&1_y%?4tGy->+5$#bD`olh{`FVrtk2b zu<@}lq2>&5$4Mx+^2DVYe9c@_KKH%x>Q5uaUi@yA6Ws~>15fni7mkXm1WsEi-08cW z*9>NBHM1eRv*<HPCX<9S9Ju`0g}E$}8J#e3r)Hx=9NEAJ#V8*le=W4yF)Hd?U< z4R0I(6NrURIbMx?W~<)&bZIS!Wgd@f;ZgmY=TjAeBYSPBDRK!G*PU90WLKLttU7Ta z^G{j1-MYftQ!@PqWg0AKnRCs5W?~Tflkm$G&L*9=ar&qd*}m{0n|R7uo{$N$wm!_v z|75y)fhxvfK*SjyO1;O4hIUNs&V`x-?Rr|Q#G=f40=YCHy)jJvnE#M8TwC#VRZ9<_ zgQAcTr8WZ#_vPxbt!vwle2k>2$%*O|%F-{HK+cMVHdvZuU;)9}&3t=m2TX=B+7ut8 zZGu~o=xGiw%I7@fCD1}}iq3|7PV3K>7eGVtYLWc3Ce=?&xwhk7#8<+N4*`Y_!ySDz1RFmDEzmHA3=tMp9aDDG|uc z{cj!hF48p3xIxU783k#|ufplY1|nUXa8w3qqzEETRaBrqBX=yJU3R)0KBgNp4|-BpRMi zh_VV-jskUyweZ?_I9xjJ=JlWb(EwxCv-TnU&+3|y4AU}OS@`HM3_>^9fKWif7NH8rL7MF~&y_o%xurR+Cs8{7x2>!C`(OU>t2ozsNR z!i>K=FsAac8Efgbed`SLy%TzA#Be|B#AlYzeZ*b_IeeyH{szerJhk_J7tjdzuG%Qt z+7DgbpVI5UtHI>B+^OM} zKlWz@f__z8y*q?EiLe35#djpAe(_}o;WAAde_FAjCCT@F{hS*0Fr3&yv8^u1Gm(r{ z-%gss=)iXZm5QxvgRlJRrLsvib?08k2FAW}8e9AJ6q*cqlJJ>bytjv56)m8Sz-ojB z%4Xz>XgVxCU>^z=>mpESv*5M2Uh)s|tQ$$gI*$@6BnlYVm(OL=YBBgwN$8f$HqZHG3$oeW6aClFRRcVp8jD~ zAH!S&g8~yp0l-+2^x?}1jYwVz7wdcGAGpb*m7rD5+FH=x-$Rs&XsDe1ZY=1ot9FE2 z)@_FsFGx@i)h+wK3MY^ZG7^1cbX@C+{kdxb1==ebwj_KuR^E4$^~$fonqsA|;?h2b##0 zgh01-6YoXHFnVizlRJUiQzbYpG+qnht}W2L%o#5VBuzv~4In z07J&B#WkkXoOV*(&!?s~GZUU96>^-y8a+h<bH1gv)T!h(Zk?`GaKe@s2otn$Yp z0J}Q@4FbZ5g?Vi|I{EcSVJdowExk8OS4MZ8;-#DAOTH54&BPkv<*`D7ks)&Trq)V& zl5;p%ZkiG1fAW2OSZx4az*3b>fm{f zf>v~dYyKl{8%j@GqIFqv3sJ*yW!Rne?NRGu0-254DQ{O0 zdA_3cC3;(pZ)d74*&gk?>fjT~;*XEcv9;{mMa<^o*sCQn?CF1hpk^8Un?;E7e{|qE ztf-)>)bjZwsTRkS0d-#;TT8?K>+3cT$s=`AuThBqi_RzS+aHhlKQ-W2RxJ_77-2Cn zCtYQ(goUk&PlntA>!;(^i2d%D7nlU@0$vEkh(#h|VkueKXA-115nsOylE}Mn362V8 zMpc1E9S&g)gVUNfK1qy9lxy|Bh-gM%;M1H=e*5*0QT)Gt(MeT*^&OtZp5YfRBQN#$ z^W&uC*T^abZV5)YZw{HQG|rJarB3q&JYGbMj;g9df`5?6{(`FyUx~FQOzib*sb7sW zU!~|JB_-K)4Xn#;ri+<-BLQVK*^j4u8X6krl;*pHiBfXh*9X{uxy{G{(9Q}w#H}&fO*PVUh@UHZ?5;nPi?UQS;B#)9L{AcN#T=ZO^z%$10F> z*HbECZNVS=O}#1unM@u!o03-!wimZBr7*6sPA)jKToq_98?96)n$2*EyLztLtC$0* zGJSziPh>I{lbYJUtBnO^p?)rWqEgDh#vcV6!W()y79hW7B!wGipbT;}ph=BOZb_1)lN8B(u?q4%T|?@G_UB)<-*yZ016gRUDl7gdVVvNMYl|1k zYyg>&yt;@ROT{WHh>1T#7i=($j;l%zCx~@-K8XuITsoY8D8pQ8E2*pPe0DTa(lS3~ z)?HK732a7uerMZyD{zNK^=((b+@-76cvOjQO>6dvCDn;ni)r4bFOc;tBfP!lE6<1C zmT-P=v8upX_W2;|E~-t245O*~8~1g%WOl(QNO4A?u98sPi!LX{#%S&sGdX!G<78BM zrP9j!+<3gXUx07aX#JS^H3dP1k@=Iv`$+DE+1G689eon^;c2On)==CY*f+gj8Q;GB zZnx)nSu|(?21Ejz&e9F-zP(P_>&+BFMuw^<6CbV1$E#ZlfRaM00=)<42Km`&!b!@dRg6v$iVkO|&}w74&NMP)1T6SX ztZ3pc{dAqImr$L3Sh(jl9@Zg=J-$U$l7=*b<32y5FP*^IH=5&CLc< zLh!ZbxRwi|xJ zmE293Ai1*$tg;CJSYHBea!l_<9G|BTni1r5E+`t@l0HCJ#d}i2XbQlo4h6bOUMN}! zZsEbD?uU8X@0hQx44unI2JDUZW;+2k2VQmtpw8I|fQhweI#gfKw8kr1E{ccALJzm@ z5-`-2ch9-K5HF)_LzgjLneHr4+X|#9v>*fWR-AAprK*Hc&#_9*K!n_J3a8jX|DPlu*2hQ01BW~}@qC>p4ngm4{aKeRdM#}6 z6E+31)7&&f`h1{IX|$swXHwdV(W6WTQ`-MZ5L7y80?b7PDTR%sRE*ot#p*Kv!&$!^ z`|K6Xr-7pEkwJSkW9PeL{x)dl(Pjoa^K_5eKh{qTI2(_{krTuH;R0&&0qC{H*uNy& zR5tz;B`Z+t-x8$MLBG5%=Oc?TbdQ76gP-M*`e|r2?)eLR1EP+j^$@a5kd>9|s|doO zWm%hGuOxH@5GU=Ea;+WM7GI-la93zZ9eMH0m3bf0S+ZvlD!G&kBw|s2?ga(@Whk0GU1_h@@h#A)PVZN1nEdhK{NSROhu}UN z-SdjgKmIksEHCTmL*KAy-AEfdH&sY~H14F`oo27E%U$DBQY;o|tidcxy*)tQrgBPW zeScY;A?Z)*6MN{Hnyl!j+Ou+j)f}aFs#VBDw9vP%9_DE>(Zy4os5r>UiAyxWGiYsY zq9+tVHx$~AH5Ar#W|CsWQ&P`wsRiV`)BlPRI$~sE#M9F3UCUwm^$YHYf;^*e?Y`os z;;9)mCA=wWq@k^JqVxU)fLUgkTS(I#>Ic-fkU(e_(E{oT>g^9sP0n8`7Bi%8giY8V z3;?H2iD4sOvpaCJF&K@OZV5*jHdYo}ee-NL*6Mi!aojUhi4=)EkrBG53}OoiUey|cv%vzf46}>} zfg(d~_-(DG8O=u;*+=Q}r((+pz{#@L#+FTD`OYkA*Zs`1g!KfUJnFh0=dw>7E4j>F z51L@_S_jPM@>jw)6ZpZ3o=J4nZA16;;tiH4S1|tgx=Y`&H5uIILIi^S)N24ooTkg` z3V)Rhj6XD)SdTyPziP{LR0;m(PfQsWx_g7)*=CNetMF2K-;yIZaPi zP%w48Pn==~3r=@wE<9X8M{*K~qb=f!^f}0&`;(3MrALT!y{wXBA{%FLD+_)lyP_bc zeFKcVLcd&B)ehda@|B=z+&+GE$efOyUrM;qC^{kpPlk!*u=qBV?fx#HJ``}Oa%Y$P zcha|0!$zkkV4*?J&B}$!I2wp32!w`REjy@jPfb-V6<1OGEN{5kAPbj^U7V#VNs3+h&vwkHOLdaE~s4)&lhNQ^&JX^fZg#g`XiGN8?jHIJ3 zk#_>nc>@KCh?t@*Al5-pML(l7T)?Y)pw>ZAg_&Ias6OHntw7~ z5Hx7Ly%Dy+sF&1DnT7cF7R42vt6z4wi~Rb{NpEEz^oS7{7X-EUuQ1QM_D`+B9J^~Y zs`3Lhy)4V)(m>k}an!1HV^zk1t`XVQtID?gLt6Q40A5)6C>lxqQi0dM`F0ir)DBcEU7+U{y{5mU=F~g z_mxw_B-$tk9?b=PEg<3Sms9GUw|!D2-L+gkZ+{-%K0Ey&*tB3^^%+abwPr2+@N;(w zJ~9W&_2zzdz#gyQy0 z8p<{w+P3u?=@A?SN)`zIqx%=KRHzX=_l z@SXA}1gu6Pkk__} zwZQj__S!tbPqMp?YIf{Nqkg$E#vmbuOfA_2Ea|~Z0gsEe1wv^2a5j@co0zRwkqo6< zrGfdTBeNT-M=#C=TBJZvc&2|&p6^aS6L5!klMyan`*yEg*9`B|l>Gs2lWB3=YtRWU z>FgG#w>$QP5#PVFq|_L%jcdLUbavM1e@LI3TcqB%sC)euR@rn9x{SH}?HA47d zxo!1uouNf!JUYQoaWE3n>GP%|=y)m?2ZyQCQKg6Wjr=jq;$S3)*k%d8#<7OW>=*1o zyl^isQKIiZ%Plm(jOGL;myS{PGZ6>nfqw3Gn5q2tF`$PlFEGDAHa|V1_{esBs>RGJ z;PtdIk@qtOFT++&%dmGcAu9H7VDbwrC<`IXdrRY`xx zq3H4bE`D!MG*(+hq{rtlhP*Y-Gwv1_k`zC*@-499U3WJLM`ICL``qQRd~A?8mjjeg zPpmE2SYtr4c(j|#I>*o09myz)-ro$Ysl-8|9c}0JeLCEk$ziQ6&%Yo=Vz*8QXIj;A z*X&<`6W*#;ZsW#|H+^yVAFu;2#;@kFawv=PMhlrV1qVO%`ClJ+U(=3&H8}nV4Ad+7 zhfcKCjid{^c3Y3AZJayk8YWXQ* zQpzmzBXXT(Is!Hwo&qIH-4YT8q`y7&BB7*|L{7G<)u0ktZ&b_EAHS0&^i%`IFClP(}0(m zHv&pQGE?8!rW#uHg%=h|-Tr$o!2RjzpegtS{b8;$KvSbQOD>LasueUcp>hVTx7XCW zoJL#_6B9peHb-8{Q5?%tOP1OMjp8vN1(CI96LdVlcnuTCU#w*+lUy(G@+OIa)$MvblTJ00*Ml~cJG1`Hg6k6>Mpx(V%hhM04<{ryM2QXv{{xgX zPqwh*&vjGU>5duRDY3DHG~_}*$8w}ARu1X}y%0_{M_5>Rg=3Xdw$1IO>B4C0e}aSi zu2e7D=f-JLr^1R*2zzl`p&`6BUcsNK_1Bw9pgIOx(10#&7PAk zUHS1!9Ok}3#)E(rD2m4_m4@v=P8My{FtcMYuTOA0tL!LaT~;&_?O`RK@(-&JeHD1Z zkzdYS7VU>DwC6QJPj6$f8f41ZAR!<=R@0<2oj@<5vR?mQec2IR9PN1Yk>51r z>gi#;kvl~bvp;o_byz-@9%zx6t>u%d>4GZ3x?=iP7qN*<1G&>p5$w}<+7KfFe1$2X z9zZLVAJl#}TE)N=#l)D?M2E6|cqk5BIaol{1*0*v+luqP%=Iut51KCgxcXI!@pHDo*YC`f*#i zag7M&V|uJ|(JllHo!Vsp!S~i>MElB1Q8ZQo%591|l7D(bYgmB-Jwu>reS?H31*7e1 z;^Lf5&caMoeSqmW{jeM*S!c-|CbzwX5Dk4GR~!bA9UQG|8)3X&J=4#HYRfptB;Mz9 zZy)Y)@U%h={IQv&O?tICAiN@v+tri`EpUXXcMe@fp%WlRCKAeKiSYqbv~OJBE9qi= zdoaIrQVh)lQt|qd*Y3yxsNu{mO_nCAq{_6Y@PJD2j=x|3!u{oez0*adjUE*mh7v8a z8)weKK;GMH`V_t5;66tgJm!}CcM1se6H&-ASv;yWhqo3RI zAO=b24bwFAil4u^G&?N=55v#4SW39g^Y@tH4geHsCnmq*h>+W*6{t8kwog2g_ICid zu^X-m0M$`-RSe@Xb_r zyRP7{J;U2IfW6CJ&%(xLp=RyApFzv_lLE3thbsbbU#O;mF;bEZ)8a&dn~GGC?6}}% zRE#B8fc0E8UG_(u!;q-n9jAAkVi~?zSf00IGBpB(kGDQSA~da0Y|KbAW2hZ(%w%th zE8UAp;bKX*r(w3rhGF>wk5ykb+;tV{Yt;p9^Z=~JQ=~6H-!&nt{U+UGC8BN%>$X?# z3&|#U%AK8!I>Rh2=?qXZgKpC#MQD&k9lmHH7>$fB?JHm7JEhnRL)l#o{zHA6W-)Mx zG^D*tXI#5gfO@7>M1xJG{UDt2ZE3U4d@Yi)@;-Jo& zRB&#~h?}fD+!6%gQ?Ev-7d^wm%d?!l-MhW@jHD4Auw>Er%PNwlQKIvLib~N_@(I}O zP_WhBt8;TWb+*pcHsTUe>L>3MfC6FvP<59mTuLZ0V&j6F(i^qWFsDSdjOFhepf2kjik%$8S26 zNDW8hwEIi@PHceo4rz4uT&m13z9AOex4N&8fdzi%Xwc|Zk&Cu_5CLGb%@?iM?LwUr z9eu3O5yVQ0^8tJd%t+>sDudjowAkLM;vdSK(RTg4wjo+?e^#bE_+&FX6`N8}G&C8zB z_@OilAR;#rdagyYM=Cn(XuDD2grF+sE+`lC!qzU@wcIq_$3`Rd1``Po!sPbr?FT|2$ zOEo0LW{*t>O$o1<^!U2jEv$``@kxM5Tz0TwAd-zI~j|9;Y``4-S^V*JqRl}KIGcy|D;SgSk$ zb6ZnFymp!2iQOlef$zCF?lw3QGv9xjJ&$(0w{gjdrX8UcjyU=&hoW3Er`Q$l;5sPa zivJC6GVtfxQ_R47hrvL*HSL%9Jr~FA(ZlIP41L2rVy|Hx963++Bk^z8KXiNny@ z)~F*=P>NSpq@<+@DJcgcZCe|xnxfvlbAxk$S2zX})vhmQL@wr+zKzrd2YViU0Th=E za|!s@kt6e**h|Q8?h6`?2!(c>r2LSYLXw=xuwKj98j(mDgQjNPUHO#J`dkJn(c0*4 zN6^{;p%Va?ZwlIW}@yRM&aVbMddKEWY^o(K_%*H-wmyj26d9?hSjH9HYCO~0J zz%9!Cq;cjQmobL+%quyAp028v=+NXP`PJ&TBOC9QjOVe3KUQ@>G=+LFOE;UpZQr`P z9L%Zj{GpeLTt0(ekF{J?dR!f1?`?`-QOQJ7{Q@iEZjEMw6qNCokA5a3B#i$8%AB^| zR`%TB;56Nqy>U5&wnMpq+Y3$n91z6YhK2@DL>X9}6_We&tefHKN1hefiHYY;%Tw3z z`uf(G7enr6^M!9D*g6DUtAAslsd*qn?B1p6lC^duzYi|wPpE{tnvR+~ZS$2|tmdm2 zKv?)#4Xc&AY2siSO5R3+`x4!{&Gr7cMC-cSjYN0g)LZl6jNzk9_rNjnyB$|?L1bu! zQH&_0MM_&z(np`NXy>vLhCTloZOsIumi&+x<~|%zlLUHFqVIyZ?!Ft<&D&q@`7b=t z@_4>bhQr6=R@-!O66D_@TS-zeV=K#V`p zOE%X1S}(FZ3EOapy1m^x-=D&1S{PZlf_dl~0n#1}v{JGhK^TUOv0W;puIy$?VTX(5Tf04R~fH~kOr6K?+z`FUJ$p&r- z35j~WQXOzs6f*nr`eGfo*>wkwy?NiVll${(hP+a%t#$&ubM6g;b_bFP`M z+rFo4eAs6NvtA>AfRzQ?SQ^nd##MRZ@8LTc4`nliJLqu9i`Kt0Fxu>CS+@oILfyHw z(ggvXJSQ}=OgXHRWhuOvz0Fvxi<}f9HbX{noF9Jf=uOqCZ)^3FYc5K)Zkmf<5I=f%k}`<$T2F-B!|{iF#gr}p8OJ68 z4(ah|F{`|S0@7duGX&Avj=)#K8E&U?2}l7~O6A*VyT7A?LLhT@>YI>EH@{Sy#*o!j z6IHcEdV0~8@q-box49=^=U;9>nyqHgak!yUml|3~5_jOr#GhU&2JYcc9jrW{N0JU9r=%zIzNP=5ZOZix2z26*mx>N=xeB=qg$wc5>I zQI!8N^8cZk;eY2(XzNRHewUexaW%|coMm{eP^u$CzE`hm zcJgT!W}A-MT)menfW0iu8s()uM-NAE`NW6I8MQL|M?B({s;+Xz+eX&c55oVWH)FD* zG~};Mc#@!hZ?-Uz_AOnin2`1iNeB|=kQL2|bjBn10(Y$4(Zcz!?9cuRQXNk@fBd)9 z5>Hm7^D}D?>9Hbx79D9GhU%}vN3S;=&OHwRg4NEie=*ga?eIDOd2CV1b-?=#w5FSM zARRrlUO#02lS(*Q_=s}EyhW~ZLE!?<=(Ne&80MEOvUD}2=OOlF_^H?QA@q?5vn_;F@4lA6?MQ1o$L;TJUQY0^3A zyXbm+vP~e*#)yZok1fZJCHJg;m~Y+sUt{@>CI{UsJHCxwI)& zs~`W7h!o65%3Z}r{7Y7eSxa-J@5KLhN5yv1nc{Kc`1`MKk*|<1|DPb)ZSS|KE1Gep zMaj`41e>h~x9w1KVrKR4_(~-6*2RDNIe&PLp!beFMehXS`eBx?CfAXUk2!4A={wH+ z9@#spPdv|bT|;CgC{l@sc6+@ALp}RfT5`##Hu@UcWh z{GiG4rljIWLVk4XnWBE8WHD_wLJsTb3>)ej1m2oq5t66lGWWy3HRI_U@}dn633H z*q$fKkQE+Yve7gxF&qpL4m3Qs8Fv09b_sxXzdZ6DSi=8u8$vo;$TWJj*UrYaB5Ta< zc%LvjO^AXMB2Ll2w&mb{rYA#F|4VQsk4bhmsps}~!dILQd8HQ5DTls9$5LljoWzM> zyU?^bUOyLh5Mw%$dUh~ZlU)n?_%z^$5f6Up_i{?@XBJd`FJQm_;63A$Qh5;l%R%S27jTGCJGBJK+>>JhV<+J9}gFQ z%;iuHE2TYC*d_!AE%Eqx`z2&S!VQSuf_P(V^RE74?0(kDRaQVW3(PsWcH=%G^Dd!yrAN6(pmAY-x~J0H7!d6MmF{1 zXC42$!(nTx!{^E;7 zH2IYo=CY>3*+Tp)+n3f>;@|t_4JnVpm03Kv0?>Ej_p{uH04mX1dv32%;0siQqw4kjYXDq@-uud}#(cp0Ij=KpJ)rj%tr+ zU!I7jRvj7cu(F)Ht}c18XoQ;m>+IWJL(F5oQIFfI^Xz|+#aMJip-WW{7P#i zpH^_O1N`Ey~*)lh+s<$%Fdf2wD9^RgRxD;_I2y zsBIJ@DbEQtrYrK%^l8$EqX=&%@|_+1IC%WTEftBDU;7;4=83iO{94Ba`Kl5<<9*hi zRg;6(p5Alza4*=p>g%P8WovKD#Ovrb#Sx-&VVki%g>9`|V9u~F;Bno&*hWZe_q)i zK}7o<2|=!w?9TVBP1WlpPK;ZxXIB2qWOA6uxQGe=neCqSZ|W1ewk35#U->}#?z@vC z--8YLpxENT4xxYK!yPlkZgP2eqm?c%bHr%6OY?2|;)_qb2~UP?N2Hvloop)!JGVOSI35pQpCxaF*AZGEtZuMK7bGe%Go)ytpegSA*4Cf0~cn zOf`!4w-NPRBPQB?5qE*3*efrY&-#fI?~|w&YA}T^3KT5SIKK+o;iK8u+@@bT@K`YG zQgj`IGP0V^q;-T46JC8pxDN+zI^MlSGW042XLgsjwFS5+9=;oOXto9wL-sQ|2n)m zhpsyOjR&iN#S0mgjFS1)-G&@X^YX=tXgb^VckAa^&2aEmrbSc3RpU{496cCx(A5JI zwioF%Op~hLc*=BTWj5cFmu6$c-vmv`=;3bXx?T0Xxz_$2MSlZh_2!N{7lPwNf9mM; zp_hT`k_A0h(|s(67qf@qjqKTsDHrvrfF-?t?tFsH@=GtxJlDB;O33Yo3Vb4S@!7G# zhEAgx!eFs}17$72bL6s-J^yVw&B`#Zxbe|MXL5ok9y>WQ>Wvw6+J|Q7H(lyoct4tk zFN-(L37RwNvMpq$ztpwf{NUU2%_!l#+NwgfvHp>EThiTbUON&=&;In-Irf(~$%svr zp4w(*N~UoF8z6J()p-WkFFmK@y6EnAhA@8D*VlY(MDj(p+dgQ!c+0O&WKKJiAV*F` zbN{OYcgdp+(t0io+4>dqR!l&py^+$`Sm{53W}#U`M2{A$CLoODUyJOz$I+M!lm3Mm zjR3=8_+Q9S$YOy()Pd(>mn`Ej>b5B5AHxpdEzmVF^&!?W;;*ZklZCU5Ux z5`tkP6*v=(&Ud>R!)XT~!tP#g0}rB74pzW!7jAae1ff*7utjb}iiT@D{X#mSn2*pO^^>`y4G=#Zaus*GfzxRNqMzj1n@M7`#6Z7`;RWm9Hrg) zF)E+;HAUIJnC=RB=bEi?J$;(_*2pKV=w3g9%krjb7-PxYSy=rc%%W~QmJpxnI%Vsj zHX==x7S{d{(L@1)3yn~(j1G=#dsJGnA{Kf^!GHbmhhGxud=FeWTqs7+W>y2u00Sgf zs7A)iXd$@bKSz>Abx*)R;gd4W2`%Sh#>|Arl7~zu*7WoU%zi$iI_#@_oY5O*p^?Rd zhFi<|nD1VhtBCH-84jh*y+-yN4ehU_o(W};Iceqj!`o)(4c++qvn2Qm>JUy@*noIe z9`hB`Vn0U;z({?LX+6`&oUO!e1+!zPg;mQvEn%bM_gEp*nT>dF@6t8D!)2KHw>s|P z@B9%FGHfvDo_YQv_@#{D-H*CK$)j}Ft2MG2fbq$a7z0N=8-&W~26E5KOw;OV*;?US76F05D^KvRvcr-tHQ%G%QYKmF` z_k_h@E7HZROxV_FWE54g72!o}Ij)!`>dGp|w79cm`e5k~KV#WwoU4PhRa4+!9@!{u zjez>}TYMSOdL4jOlK1fQ51!F$M|PO5ZqZHNcPxl=D-~d7(A|Sxf8a+2D0o+R8kWm2 zQ{$s16Y21784@}YeR;B#i>iOvTrpr2p)IxOyB7cOrfR9r?nX|dr4~M4y5H)sU^U{f z{MQ~|&y%{NO<3pC>cHmO1j-6*adu#=tkT^qNE`!jZOX#$+7#z2{&iqJlT;$k1qKE_ z%LHFj*fxzmVS+>04z#@I@nH8SFT~gb@cCW0MqM$W=am#2g9Tf4(O6$5Bgz4HE{%JsgfLK z^Uec{0R&L}MnB{5GuGq{v&aBfSir#4le|b$K@ zF9w@sLLhgdhk)6L8Wmj7X!O;#mn*-wtd?8|NF1T!MG8SCE#35~0*9m{NwsE5Kh}t+z6aUWV$`B`X(i-@c-UB$>$fj|?;Id6rr5>ZLd@4?HoMWUb0psVy%U?! z2H4RZe^eS@oH&4WnmEjKGtl;mS1tx*!+~E+;7eqzI$rGy1pvhje}C;PulsXLF^mrV9%9gVi%yj$#|*b!gl+zwIi9kWbI zWVP9K3COtWFPzU|-_v+|v)tV*@0an|8!+@xV0!iiN&Aunfp`)5;1!Mg+F!vUddFO- z^{W$oSeb3LQr1fYVTPM)W6f+tHhUvKZq=KAS_PS~h}*#Adsg%+2lPV1pMkW7*y_p3 zOyqY9+YZMOjIH}KR9AtY(wu!PaB3^y>s$32UO!LQT#J~&!jA41)9pCk!^jY}6#ar# zi+?px_~_L**_*1kiZx7=xEk_FI{C0S%;=%kpR978zG24D3n%AXo%usCGCY5Fe3di$ zeGy+o#1}^kKlWlnpb@-NKh81fo8I(W?{iE{cci4I`NGQ%eP54jS~NXMl#vEj?V2!v zqi?wWZGpYoy(5tO)r?sM{Crji1V+@^N)0?*re_5Z-HC~FBb}TIJzm>Tv3ME$Wrh89)8RdJ0}(#$;0)s1Io2n&tQ|( z0Cf9;gx|08s4DO`ZGN4Ye`o(iE?wrl-@9(ES%A4f|M-0QEL_qEG|e!j~}@On({ zhj+EhN0{8#-r_fq+YvmYf7eWuUNwC(LFX~7((+93h9FvN0rjKcYg=KD6gUr4s6e%& zc+j7n?ALqGLbRu->>32p5tjXB9H(<}j(_wPS3cFawNNp0oC#1oCEQ+lN|9$uLh8?! z7(UTjWwuW2J4SL9*k;i_Cz{Iuwi6y{&aLuxRQ@F@ zLHgQm&NY4Ym1-m@YOkEouGF4P2L)`GKR;KaMt{&9@fg@qPBnQIhdGv*g3Rn`cR+kc zu5{-Jje5hw?9%59d1)_xQ1?o2F8crdLtg@;`kS6gAkpr7EtJiHX?Ma!r1e4v6`x8} zIip=_+2R83R_{0LJw0cl`CXc)+YJ2Ha^$S#PkniC_^s-(O%LD+-Ol@NRl-4g{GV=r zTSI=GLfhVRcv|(!^<%tw#lQ_1GEdQ@F>Wh}A?gn3-ok2*cy{6ZOF$eF`d9xKoevQW z`<8GP>A!o5-<=J=(58HX@c~|TSk(OIm{Rq7G?4T-YX8IESbwcktDnT0H7Pe&f|my} z`?qVB=U`(I1u<=T^9phAgQhWd*g({T*eVo#UtRyKJB+M%VIu53|JSiTtTcU#F=*K8 zJ7Ef$vwlbX^)gpPT;ex6hTh09S6csvzl2xeQmrNR7`1LkV%|fLfOan($K{|-(*}Oy zFS%qC9)v2^pD~vg!khdQW}8=!8|Wr;m^Ej%{IoO*7>65zrFLz4`)+K^Xvz?hx+{u`rhU}SXhwdbl9jTR5-)O{a&* znFHXhZOFJeGe_i8Y|Yc|mZ-`qz6B76S$|w9?EV<-9Bj#YsH|~{e_(X=C+dyUF`f~7 zB+=)(k7rhUacWl)Nu1e&KdDRxgzbx&tNe9o{g0lt_fCbZW_zlt5+zsLj21GGb(1c_ z5t@46Yd2NhwI;5S+=WE4&?`EqC_7aJBs6eU{kLeztb?5}xJC6o|JUK>&Y!aGMOib(`ysp%8XEX$rh8nOACFm_o;ns)F}sCMD?6 zjD%S$S08$!iQ2lf2dGw7v9fB@^fEDV2(hxgddYFv_}_SY3!u2Vu3Zp90zm=+LU0Hk z+}#o&NU#KgyL;pAgy0e&xP=4>?$S8H-Mw*X+!~keIlS-pPfbnz_ui>nb%*MrnnRz{ z`|Pu9KWnXL*U|+>>pCzp($j2kP_oEwE=HKK@m@Zz6KZGLJDGp#cd1-$<4S$w@9yoa zy+`GI1~xrd8cDJv-qZ`?_SlRQ=k&hB>vd-VPN3HKVcwxAkm7b7l&$f}VVj=h!n{Z5 z_#L$k_7`vT9N>|J^_i(2v+2Kj#2&$T{{i0x{!@1shBB4TJL5V$%N)P}zZ~;iWN5oo zCs+RmT}}QNSGtpdiR+K^Y~Q;1?6QW55&>PIpZXV=cFLPn0hAi}K?5L9>BUeni~Yt6 zAH*&XMbt?HWb2=ACQtwtPfh07d6FyQ+`>>)X`E>3@qcjokpe$do2!>zI22ud$Z=2k z8oErj4mY6WTC4k!H+VSzVBZ%S512DANN|^VpEB%s8-TTRy6O0kqFniYJzji@|AI}^ zJH$Q5ZVkJRtZsHbrB0>2|GAPYU+zEu=DuLk6!xs&z@fUa4HuVkB#%i4yHkQYmKvD< zYE=KzbE%RC!~~f>;X5<&&0SL1uVxO%>L|_6K+TjmaBso%|Wt%@HsOU)VxJSv7gc(>faXnrh?W^;xQhO+KLrC!D$yVjKL zKh>2P%A#5(zQo|#TzMUXzJb49;D7MidpG#{hA9es_$rIJ4h4!fz8eC{w@9qDG1FJq@%tr-?vyrjF zN9nHj{Df!xv~#O$`^kKV;B?4fqizQF;;7Zki+^B&T%{j;oS!%r%HhxUs^>e-KW_`J zY5zMzxk|5Awm%~zc>{9Rbw_^vJ2ux}v|S!xd54sukq`gYiSG4GbLjZ05J3O)iT~MH zNxO7^rZ>5*jnafZIXU^QoH2gc;cbsxai5;Za<|GHa)@<&2@*(XrnXI9PhGjCslJqVPD`QpT z?1%5s&p&_^yNctn)5M9iLP5S^uSY5DHo_+S6=FYjaH;v zLNR(VE~~6&fyyYmH%sp&JyO$F4_z9zQEb-YhcrnSE}?lXU3zgAe}JJ<;mv^7 z?9E{;g|l#-<)=f!zYxqz$8b73@JVk(=`1O8^J#s4w0F0p*}N_MnA#7MysvL$8y2&* zzuy_`Xo8N3DO$kF!tw(U1~OpiF#@cA|4P^pBvn^cSxw$TydK3Ux6bxpXh9xV+PJZ$ z6Ow+kZm!DKYqwQerkHIwZg=I>G)Of=0l|zu-dYltc6OFL;j7;=w->LVuUfaHUxtf% zZY9M@@jWfCut-_Fq1R3%H$TjgB%oU2WE*z#Cf@gOzs2+8zFLig8mxDZw^*8>I&@Ax z6;$5`kM>up1dwKd3dEE8paw^|^8tY_oEoCwti;4&Kq9XP!*VQw_bVzs(MORE0td*r zoFP|7!l@h}mh6$6<{lIAOqk#mWGNI-74VMZqoFTTL)Xz?ugq+cbqB{8eJ-zZ>~d<| z^`I#u0=L*HFYpd+6)P%pc`YS~)Qb~p98+{%XIP*-uX$9WJcoWf*Ac>koqX z!9zL-3okbB6n}~u!IEY9x>(l^_^^-I25*+1CmZ_qqKD5Hocp)53^*dgYD4e5(>OoN zDy?Zf*y{ZKyTnS&^Y+Q4XOEDuZZ<`c`>~SaoS>PR*(_7;-Rg~J&KPJlP)Eo~jL658RFgVhd+^ukLf|K5{2)`m>vi7p70Lj*x2(2_&QZZ_Z+dYNTHK zow1?~1O$oth&@O;0cI4DLvamG`tIp~Q+YgU)?M}&7Lx=v!Yyu6ep3}vWZk4I`KXL# zrflESWqpPR^@}hNGqyY}3JeP9N?Dv#&q} zSuVCSuQa^bysO zioPO*EiarpE<4>w=l>1#^ye13xg6Z>}&Z}r>F+x=1V*=D-zf6mvddG$C* zslDK&f1-yl+35dOP_P&B;6%9kPAwzy-%gP!bm$i}$npus=V|c2O(e3J4qD0Hu0z_3 z%p+SY3;))E>?!=eo${bXk>1SKy2~}h{`r3xHn4yGZ}|TaT>fB#Ba(mbL-f$(AJUF> zByEhx384O;dF6jS`~UhA7ZIEsME)CFW$U{C4pgN#ib%1In>am`+j-a<%VupZf-L9O z@Ng-%&}Ll@5+?yv#D}+aRe5YjVqvsBX`_CeY}sctYgcW37R>x{DH#&R_w=vZ_|y8B zss9r1it;9PZ!9=}__6VBWV)WOM|>`-vP(imf~4oC!(V&KkxkMeO_QGLJxy}8#}uv8 z3&t1RpGAJ5(`AYvJHUC-k_AH@7xX?ALqnr(!$x~}X+YbrD74cfriFvc)(ly}KhzA6 zHl|+}4o-s@WfxTRDY#NnbnakqzILEoSegi#hU#nn$$Xjzp8J7eXAon7c{R!%ha-rk z?Ld}_(-EIpe?OF%Mz43+s5`_1FF{pS3DUKG)#GHd+8-DdjO7(~Q+Y~De{9$}K^(Pb z&1R25JT%o^X?tyk7T(WzkJl8?|5bvyb(aX8@`gT=|L~2VCt6$Ah>?Qn&E!zr@6^UO zNd|5QtI0sVv(>)hx4!VBISpk7ZjqyfoQ~f+uo9Vw^pjIH;j_ub&m`tWU=&r#9+A1Y zsVf=Sb(4I!{KET*p1h%32gbs@0Dqnh^D>rE%k(5J*Do?m6R+2B{9Lq^BF*41-{)>m zGJ=SCTNXPPzYwZ1%SPH?L1N1H?pl z%EOjN#pMm`+g}ZL)%W1X3w#srh4g=CSTUJ~pM6xZh<)?R*L&gICrLnu*Vp4}<7PHw zqwQ2HqzlrU0CO|EYhefR0+aj8ydeMRN3-u_famWIylHa$=qm{1aWEt4lxnhBS@Whv- z7Lhb@9HQZpFB~gV*{vPYjo3vy$6Fm(#E{rtXhEPmkFR&O(EG)tSdaVBub!TX1PZ{^ zlXmQyZhVecZ|+U-_e=UlYI2|vs0DrY^K1^4}^P`W$#4}rumBkxDv#v5Zu=r7Eg75ShwU(XqQUtUgD zk&2Nmt0p0^q6?Le^oNQsrReQgVxoe-FP&VWaG1_(WocXwYM`v|=U3}H#ipsF8m^NaLC{_mKbxH)Z(SI-`o_Oq;ds_~zJf8SzdpUA zKWd&77?hzFQ}BxTx0}k!A)ks3Fy@q#AoJaW!{u47%cJOFUVe;-OglS`KToR~z=h&e8TQFaV`l6@XafR_Pzp?F?@dD1^ z&oC8PB_%3BM^s5Q-@np1Gd5=kd-IJGB@W`P>_0xz%O*zG?j>=~u#MSXyoF=K) zv1kphkl*Ke0+&O6nQ6Fqrok%AuOkT}yPqh*gX>R2?bQEvrXlmOB>h%<<$5b@N(Wjn z^zs{zevhwjYP_)62F!d2!=UKzF1N19bbL_-2JM=9ldiF>VLxOH6G@xA-4a30IRxt8a9N$zE=7*g!4FW$hRu4^gA3Lfr?!JgkZM3SD27# zMwC8NSR&%9BCV@sKf8uuh7EGy;mt?)aroN?5YtFAoWw@uyRTRVVa97--s-Rj+m*(0 zR*34++*i`GZe3WIfB%9}7p>~yGw}qk>H$6Wc~4Sf{O-oUth~k`DM!dyt-H8aD5;zt zg0p-yA~fomg4aE75}hVTsOxVV)92=83*`EbLc_FL(}XnHkSTz0A+u#@cY6ZOjxiyr zuTEM#oR>|3BjL1Ee_egAngVt}hgm2YO_kpkhuirBi_JDRgNHwcRkFvW5W6@cNP_nr3QlIGP${zOZ*RB_6Te~$_1|De>!FV z4;^qQ+eI>%M;@B=0eWIsd*f|1uJLL7FlR zP2v`Adq6mw5Z0%*QG`ANk8^){c+QN;N7(`lUYB$zljx@Y`Fgf@>|8UFSF~T)&n@WzZxEgvMj@W{v2z;(F#V#)bxq zvyIn_Fsj>-{A;kp$hhx)vkRL%+eJfQOUk(|Lwtd<$=dRyIHj0WtanICiL$4c(nMaF zgw$q`!2SA%f`I+-)>hmk*8OYic_#JlLvzF_wG0jowQHUlP9qOv$1+pI4m}~z zt6)%yc!uX>+V(i7R3oW_v%B-B9H(2S*oFHR>7E%Z@~bzTt=?Lk&Lj!?p6Rg~N3@~^ zV^kOFgSI`BFW+6I#CT*~R!|-Ad3_`105=&moT~v(@MY*IfRKBv#wU+tq4f5n^bIoH znVO(zq`B=VKwtVpNH-JW&Y8uJ`hF2wU zp}vJ6xD6g$o;Pdb5=>{QiZ1cYd{9h`eo%-dxNp|R>cw28k{Jz zS3AL0`*`XpXn0G%>Ev4>?(aoYhDSCJ#DffC7cHyZ#QNRZiImDgBV+=W-J2kQMkDYi z2!$9I|GhJ}DM+WIWR%aL9XpF0_3WhmtweLq>JBO#HlPwuDs$SNZ4zc{9@6Yv;(=Hx znZp^ryU*-BvW+On2_D*fF$6b#*6)dAUe*TnLtUCkdxQUqOjzRY8BS`;JjPLJI5Fq< z9S%wb&%3Y(CpOG_t&W!pnrq*pdrMMMqhaOv zf04f@(U#M{dq!D4Cy5NI0b2;r{O&yEeictFp532KrxFmRdq_r65*cg$eW{R~UxuL4 zb5V@tSpgfpi~VG@IM1L3>}n<62#e}AiA{>^CW$rm1KC1joMbv?2Y1xYB6YaH32S<6 z0bt0HSpf4@?ps>v@lP0WL)CaFJRJx7*-O}ogY@}A=jJhFhxaG`x8j1+E_!Bq ze}0UC)myO#Fq;W3yOMHl`@z>;4^RGGoo$+qJne-oWK>dIi*xZsi ziKG}o5j`lm-r@DDBiiBek?@>DX}sSpm#PlJ(U%LxzJi^E`Q?i7CvV2MkGGvtEPH}T z+Sa~OLPPe@H+s%?Ge+lIgtwyV{)0k_XWeOtzL*8opxb;LsiRBGxowVG!y=!?Tp7;h z@XSx-L!mI;`A$LGRvnlTT$*9g}A4W9w78;xpK(|yanW@WvzIu{24q=RDMF>l|>En88sbeVr zpw!S#(Sgs!EgkgptZr=VolN3`lTw7F#(T2uUC zxeVn=Tbdwf3qh80$1%LaaU>gJ?%D+P0Ik4BVHVab@^utcz43h!ilNUjY@#i+s4l53 zeA1s9{`x-DIsXdDO$Rx@2l+bfXS-AIP(+3OsF1{Mr33~`xGf|p+F%2zJ+v=fJ01+e zEq1p^aArv#`WqjSU@P+l;DbxHf5SWYaj#LcZc%5V?%A9j-Q1F|<0hkSgN+IMRcjFr)Ex!O|0O2oUq3Rd`M;^P8I0{UXesX%IlswdG=#6wL3ATpanw zwv*l}obF!>76&}x=LWqfrfe!2?Ymi?EE4A*Yj%G6p0W7GXG4suRGq7o!5?Q&GI>N% z4q?Pdilf~RX-S(~qF<YWkeyKqI)tqV_+kQ0uAXPIH;4rST~vX z8-3@s^t%0`EPQA|TlPJ_Fwx-bK$@sx$^s6w)IBuY>o$j0fy}7e!oaYxoRVEB8~{sj ztCNqZJa=`IuntC1Mz7vjELv}m8pv1&l2ZAGaO4_;LtCbZw?Ilq{PT3CP~})bI`Q@9$0Ea_sUV^4qM&8*AJJ`^q8v3EZ>q%>IaZzi#ql zq%A;F$TI(V%Z`RxO`HJcjcp@v-RqbT^&mkmSHdE9Bh=GQ;hd9i|Nfy!b@+EW1Z&Rj z+g$Z}*aK_YPL^ne+gsC(bKg0u=q1CR%`Xpg=xV;wMLx=z#c&8x>$15Mi_FMFGe6J9 zF6fPEySxv_>QrZH@6zfVs=2?pxn&y=j?hQXb;GoX3=G-~!~4E9qi{TFF8M7-c$>6SFeW4iwiIY5ZP0;411Lz4MK|+K31GK*{Fjyd3=K*)qiAD9UAf zhM>9Hm3;VjC~Ph)F!vb#J=(KY$Q8G+m#mFB%z*i?4qs32Z`>pOXe(zu6Wz1Y&BQI| z)pp1GP8#$Jo8a_x<}5#R2ogz#kCSAEbxQwRQKtZur;~zJjABP+4XG^-?vCeLVPO`% z&&vky5)sX3BnbryW@kSNo3C%F>n79wkS_h~iXo>A3L5MzS~`ldcW6%)=H+qeF|9Ev zm!(DHE1{vH%bF&Q`5|t|+y!#!e3}c7msRp$NB!_@!-8*PHrK2>9+^Ka6m`Rb%TU}c zxJ1H2f&RpHJZ*a!L}aU#OUd40$Q6jc`V^G`C4}40#5MSEu?l=t=jUQ?-ZR<8O9dx@ zVR#D9XROPgw=Y^wc10D`;|!-KmgjWW)7d>4CL(zq9~Xz&bHXI8TGL5UU15at`FRfFB> zp{NefR(nj|Pbw?^2JmxS70C<8%%o7Cpp}Y1k&`dtBBZb5!6xYT!;mP^8Z;U-_rIf0pJ{mm zkunNek>@nv?)Fd9_Lw&5&Q8z4=ah4i?@hectSVH$yM_fH$IlV9rOuTA(av0WaID`J zELNTSyfsi{srcUaqy8zCy?Jij$sq=aXgOBS9;^40H3RfosczbZlh%+!C^^(Upo&L* z6rgGN-SSj;%b=o9R%moi#&YHmG8$&FbK<-*`8DIpxwDLJ=oa*xCPd-QLh1MO4O9Vb zeT~~a!67%wzdu8>jQ*fw#Po1`@A=?0{|zVhC7kspt$>nKd2UhjQ8=Hc(@<;tLZ#40 zW*C_jaGHB#KB}Xcd;t`_?5uzYAimGJlD?~2_O6n4{2Xto81?=(-^A{26axcFE7X<) zEBXABwK-BwVc(tjE9A$24y{B!97z7LnOEt% zMCjv3@NKU;lOl^Cmp#azK{{r)+ZE8ih$`8ox-`LJf}#(()<6=-NwE)dj-J4$cf`cj zk_OVGA>26;TJ`}gZ2`;4J#=6nskq{VW;~{!hZmeviJXYF6_V3Qvl=n#DoeKDr@KKLS-ye3jl~kk4Ahl54HsS}Z6mdcElWYhVgQUmKu~a6O^@0s@V^B-rilJ!qR%z| zAHxm*s}$mYgHZf$oRYx~UEPj1BE0Y^hKZo5Jtq68og8`oEB}Wv!`pC|)oMFegC3xj z?ejN5SyXL)dwuagudn{+bkF_Zgmrci9*YG>PSxsh*a`V3LIWA#Qw1RZc zen+0VUp!XpX_PbbX}X7jzhZN`>mG6S4c5jdr(*{20vzrUZ73q}`Zjz=lcx_y;LsE? z->`;C6#tuj19pu z(bUjuNA*%&&vEGL=BCs^toYe^f^yYvK{nFK>8a5}$cyu%`GoUx7YbtT5N|Xrq&IAA zF&YM*-vB;{g*v<5eZ&>2&1_j7Op$+lZY7&A%R8o_K>!KP2O_(|Ar6}F9Lfbq#q#7^ z%gEe&?vAT{7x}1#-Do-9hW!v_6cL1@4-5=&5Mec+muu{}IrC$ae>9ow$p#pX%oLM!pVigXw>Zn&PEkQ15cKeOTz^+dteEj_x;^qIZFP)x zVT4~gj@UI)K*$Tylih=P7K7INAZy@OhHej3W5@*max05>FSp$J0flT}X1AW(k8#QA z@@2ee0T5m08OYhEt-U?zPoG})H^no@Dhj8l6IXdJJEC2k@AtMNqwGu;6SA?DiHMjh zMB4!jB=^1$fskc)%B#zLnL%|{_FFPQ=WopCxsF=zvIcsO8t*`Lw(}BRUPARte!^GS zMD4y`(HyVz+}D6R3X7vbe#^|9=c-90C+x|y=)>9Ws0t4NCob1azmR-MAjlBWgKmZ_8}G?^!# zJfQ8pG9PNCTHuKA{W@RkOehKGsX6lmsC6_;XCfRjfqG3@UvsY13Qd+M&+8nfMU$ge zGz$xhBvvhz8_je+yX&o4k2HRJ?11@61$A}$I%87cMMp=6G#6pFsa*=Zq-0i#OF`UlIKRZLz;!p|9;U{1v1AhK|TJngLYgC2CAN8sAM_CX)8L$Y#mYn7EI z$SLq`9iOX13?$v9f!VojD0FhJjgxd^eU6B*7onJr(SBHeWjY^Ex4E_DxZZ{SnoYNz zwSHN}M8~vOiI$!|J}YY^9G~I(cAw57`Ag}pecNyyxm=<@Ao))X`{VP@k0#N+b|AfL zYkj!BE$&XdV9~33Y7>(PI1l*U3c^XITp!p!gMgsYYnlnk?NH&D++==j8MNuR^>;%< z3P5-0cD$_kX_9^mN<1HT+=iggsf;$6?_5 ze=B!+_t&pqnxv%rCk~}~Z+HQ5{asPTIluZ0CamRGcAXem9@LS@N%X1>}=Ezbkm)g zrJqHnAYW`NY+d=1=#}QaU-9}rwAXR}bijTHX}&jhZ6B(0<2+(jZYL+VOH7!)o$Z!o zmS<*BLqI@~CB!C<__YU=kb~nzId0!4vFk{CdEFAnQr41f^`GK1`RiACaF#CCRrPD|UR zp%gIPlT*VZjYZm%;R*A&+%1^bt&9<7Vv3lDZ38s49N3vjAIR1sFlLrQam+U$&!Bd9 zEA=Z0$*v_a#YGE%l*-OmhhFmQDmyuGB`FLNQ*kkK7jv9CdZc9335pZVtHN@Gkr) z&x13kHkJ!$tYH(y$le_w89fM1fA{aC^2lnw{V^l0R6} z>7&l$+uaSuNkI*FUJ2R0QAeF<*^@KSW1O|4ec$fjy#z79DSMg@{jO;&BcPz5fH+7> znJr$el;_(c;E$whfEjmM@x7|tzB{(DU2NpdA{B+P^3ZDh*R!_!v%wEnKnau+Ygp95yLa#2r2Ef5mLvU^j@|AEr8I|J zpH7R}_g)@e-`r%L&Xtajm*`b*yH5j~r6@(d9%lCEBZ+>67$FBMh3qrhH#^En^6I|l zp7GS`m7Tw5&iS0VBj&?#GrvXEIJz=OSW|xQzBHUaGm~uK^Zt<$w888#l`Gnr~vqIG5E=ElEn$^e9nzS_iN)02_T9|eb_As4h@}c%y%~* zTI~wQPZU3%Z%K#y-aXmsfYq<~{kBTTx1F!bJ4<kPjSwZL-h}lRk8lOSG@h^}sEi*n`_yz+a z2C1bf@W5q4hu0qB;gROj=*VB(Vl}{ir)O5JUADd@8~oBJ*Vimn&&m`yjYl<>0j~$~W?;-B zmzEd1}4?E1Qgux8(8#v%5uRb#_#8OlnZ z`6`mOi^m%4sc+2YjD5RGY?$+n>vw~C5xUg#^YcDjHm{wb!y8@bbLW%FECzKYJZWIAWW}lb=&fy~EqbOXIM@^CLtN@I7LAL9&qeXPDF8 z9u%_CU~(H;HwG9L*%sZ8HYc_Q$zYfH#R&;2eDlN6#r$Q(HKhh^fhziGE9I|Q zb)0S?TK8IC^Uwa^}uj7Y}-XJ0;CMO-qIRZl0a16Xf zT)R|BKD4+KFspYpYu8dQj;8QMhxI+L?TRN=R#$(GgpR&9KiZHXhPRF<8x{*(N{O-f zrw(#&om~ni43me4=gWc`Pm!##F*P>AO3ScKoJIFtdv|0MF>eHgD6q}SnQ2cnv81g+ z$w$)2z3KU8S7wbT>?o^zz9ib(LN1nzNsW9Lb9GB!2Ll6xzkM4oQey_3pArH`>={%&4w*>^Yhy`Y=SSGE{xaAa}?QUqM4V?Xh_KfSMiG8^>uZ2E5V zcdUT_5rp}0Wl^2Yq6F&4|GcS(*K+O;>IMV&hpWJsu}KQkcz!;nGDg%<`}J>8!Gt#oeWR zf2XUfB$1TxWz)%aGQ`=>F9QZMftKlMYHKl>k&uwwUsaC^Y#&Ag=VKDGtE4`go|rJ| zR%R9il(6maHq%{U1^K7n1L}de$9Fl^{0i4Qw-`_F$wt?Gyl$8fhW9Z`Da)y#V|}%ChV+=1KU2vS`t1Yr;d&vZP|}4t|&weZi=Lw&YS@$4UdeZVG|2%xNd&P zIPF#l!J!EFa$=n=rMUsWn3&;WOT>*jkM3twrHlMvx zaT4ouZ0z;197(zuDmvZ|Rx7|i08-4M&JzcCv)2Xh)$K5|d-w(9xGDjN3`X#MHte&c zyAnN}N^=6ags+*_H#UIz8N8_&miOV};&O0uG~bQS!*U|;D^0H_5^;Hsq*nB0ZNI#2 zt#hq&_a1&{`LpADj%4+snb`?w$({IM?_=z;=&7h<(2Dz^3Y&&+?oWcTWN{8()mY=W@5R@0qLJ+vk)8@ll!L?lF9&IsiSD4X{x9vfz3&@hz*x zd$P^mAfw6cgN8<|<3=y@7GP>Opwq=xEBUOk6yoNeM(z?)Qv(%Syq=;x<22s+qzEryYUfVqCx{BoGvL8}dXsk2BfrLc4C@1y)3nPu#{U
!A7Bq1Hks;+d%DyRSFZShhQ`IkWv;=K z+hQc!Vk3!lpo((wwk|kid81g+S-|s_XVJ~Jx2K2RfRc}okH^M*RBW`Fj#o=di)m0e z9xvNOtr``n)_Qs!{_rX90QhCCqeCcc{<$(gFYk2!_QKTM{Flc2*jTZfV3}A-=i}v; zjJlrlon@3`e1;Q1sZJ3OZ4PLyI2;=W=Zx86}lkJHGq}~(Ik@1W2Ou#1=Ezt@P zxSaP_AkpVw(z5|O3x)KN=>1tafB@hAc$vuzP!f?_C?yhT8LMZaN(kxm=g-a1v54MS z%7nzk?ydHB)-xq}HFx_Xc8>}j8_PgT8w{{etMupMA!Q1=_n0j5adC5phsUgq<$QJ7 zU8t2hMFJ3rlv5K-_%mh&fS)?s|B@JKa4FgGypNL3dbUv20{du1Swi9oFy#l!55kAS zo2B@zPB&cq_NXW?UpmB*@Sb7AH#be2Tbhv?fL&hql03QB@}dg_fY2cC^xTRT7^9So zjN|dqQbu+j`u7Jo*<4$8!<+!1MsuycO#`D&v-ZOCHI6h$ouSxt)Djoy!VEE#1%N}z z&ChRDQCP~zKo)S`#)3hInLnrh*fbr<79RZd40CrX2PF_WSrcsj0^5x0?TD6!MsnWma)?-rSP-uT!;7b;`gi9Y`Pg7;;4JqT zgP`CC@IZV#z}jbY8D;+&FikdPfQ@qAy5*IQCLS(fZ~G+n7NpzM^Q;Z?d~YT*F5745 zorXr^)lOlJccuw&^{;4G$CIVru^QG4!7uX&UcU~xi>Ctsp)Kag*;$K$FZ`{3MyY7; zT)yxWC}q;JSri&>4X8O-K2UT@N45X``>WmY@r&4PX1=GUqPHh9Yk>V8v@1C`_aPSriP_$fyd)P+J_vd5 zs?%so91~;bKt6^@T%>0Z*MK9=wA76ymZQ|orSrMC3-a>1=K!2?d_1nCghgS+GZbb4 zo59bch0=c1(gG}T+=tg`B=b-iwIX%1`G_skTnh$<1tB4i7Kb;l36!nO%+1dLe(kpM zD)XiyE44EHmS4>=F%iG4r;7&m=jNK_k5YGunYfeD(Tl1P+S;Db&_|iDUvH6@>xXNZ zo0-L>rAY%JPnsaQzS?9FfX;G{O%ou!P*gNFIa^Msnc~?($jN;}y!TQA-z8;bmC^p_ z276zzap!L>(Kec2F!lHdy#`_&K*%@7f6LrE3f$qXCMl*nIHyOXrV1)&iJ(>`8v@kO zkrZr245Nd|tQ+a}&<)?Sr|;kM3pn0Cm6Mx46;<|9>W+}UzPmYHg`-48Mad4_bm~r} zeCWO%?L6>Cy1&1#u%AldJ6x!;9v;Oa6-lY6-~b@=!WvBPlK?=ha`o=q1_a8zqZ$-b z|EkB@)i_ypBZf2Y1`fZyl+crors&N1ispH~6E|=Pgn9X3MK%57l_o+`9Ubi&%Z~F@ zZX$7W7D6YAH%MbZET+Je?r>nK5308tOwxz|A`P7RMl0t+b!-tV9E+|BBioCU)j?wJ zldCJVs)RjO3JMIe2)aR8>_| zOOg8e`s5eV`R$du5*Tja0lmGw+{1Pe6QHH?Hm8&J_ec`QOTR~&Ts4of9;9NAM7{9v z@Kg?f8Q0GHNO1dNXY{sqUsg_Wt?P6Hi;U-a=#@6mPACm*2k`v)^G`~qE-q&?&BdJ= zV1sJYHEOfy`j-+vo{5V3>Y_DGG+B%q@890sJObaq&h4o@W*8gd2wl3$qrJ`G`sDh7 z={^l3mHA*`bA*k{zwx6Q7fwzu-paXxew8Y1Su@Id{zy#?haQQ}@mKpZZ>W{2q=v4o zb#?cA27fdYazBb{ecunVKD#_KzYfC%Zu}Rp93V9ClT*FRr=#$`jUq15L%3yq1PZVe z%f)ge6n)tM}wePQBqhM0Jzv4KQ zXRC1EzX)s#ASku8wB&HPc94)f28`~q+?Ngd=)}Pw_B38^zH0MPX-Ubi*yKWEVq`kbI(ig^sJhm&kzQ|_`Q>nf^Bp!) zb`-@h6rbT|Ufzdc?OGxM%byD|T8fH_X$$;jvt@cr3@8%MPwRMX%wxfxyueD$QJ6M3 z?zarLIYfZIX{*ii;lq1=kfF78QB|pAZ%l@OU-MLDjoo6_&wc(cV%#5T_`z_a@n8ID zUnB+7D%nOSCML%x-d@LOxeEK7ylL^eFs?6P0CXDo%m*Od64dcE^n0AzIq}M#8gnZ5 zl}*ge_0NKW(Bx#oj*bpGil$$2xb*ai2JVC(HvvHcU@fFk-@CD~vG&o?ScBP?o80A& zj=-;I*l!14PObGP^d7(5NA8M>5rK7+xu9X}0YoUt?nv0oRG-XW~BP3IRN|^%fi3!#wsyURyr9T<(BQrU-kx zRdU`p8leE2kuaa%p$yQZR9XbfdirfB2uI&U783{kS-w7i9i79(tA)j^rq4Y zy@+%vp_3?8LoX6~HFTu}2!xWmINtmB8~4xs__arp!Oq@m?KR)|yfbU|`w?yzGT}5! zjgVAnNM;}-e=YXRD#qEp4!*?1OF{=6N|0;^Onl_BplHR3W1n3+RNl20tMNx_s#KBY zKoAG-LCq2-+8Rono(nv&w&qr266|mz!GSZxB58d?^3uN2&G!Y0!Bh@2^$fbAx+gyS zbh?3w)v!AMhsE1V}8<8D<*;P=Kkl<+A;68`>!T(74G5&Ys#(aICJl5%KgjlMe44`Y=W$#_SxT#4hR_FPj-_M#gV+yNmUU|9*eU5qahFreXs2zD-VO{3c z>jn=zPbF~81dO*h-{_aqU-o7p;JWlQpG8Cze7>qGQdZ?A8N(`Pw0u%Hw06S_j0%Ph zs}OX5V*~mk<$Z_&zz%S2qDf{nSsf8%U2hIeLD98Y7(jS9^5XFi<-cz#Rb;gLv z3|ESLg|!^YBI?WA95Z?*mD^E!%TmK|w>QmMP!e3gs3{&2N;`<&pp3dMn#%ts>3es# zKmP)=vc9qYuK+vyHKtT|v_@~QP@0rS>d$zX6(TP3l38a=c6RpH?M(Q5PA2=5N!q8E zu)mGT(e6Kr^en%NcmX%&OaIp(mgUt5HOVCZU6Y3Td$8rFA#^Ml0)DCL<%$lVK8fYi z!z`koO!7sh8l~KRPf8^o?^~h>d{PHehXmij0)4FzI#$I6ZjI#`G_+!i@h^zWf<$!{ zWaeS!moHy*nuf}MYy5L>rrCf*gB#SnTM@O+$uHD8uw*`)gAVRW0uZsyZUvpXR&z7Wz_~?S(KIVab7I10990Yx_(0XKI z!bO%j;oIxY5l(C4&aw|29UVXRB!BD*Lq zZd#tsZ5-SqE%q$z9Jra#(Jua68FB|Fd1M80eed3WMs%xUtS+V%i7Uv z+8B?$#3Tr7$y33si7xdGk7p(ws zaCE$Qp-H_bRUCNRyEyZGh|bXIW;gR2o0}F3cLYLmI(q!dO-{qM<~~SaBk(6DM=b6X z>=WrJOOpUM3|wu0XD@F;JvBbg1w(_AH*=cR@{sXvNc zKqtZjJW6lg0O`u*xw|%$uUl~I@N-4Q9OxQouz7rjxVzHYt|-(;=-uH)pbjKF^wyd!iL@OFQ3<||O4)|jBK##U zAY`u-49&Bjs09^*^`s625u6;zrTQ4 z12HBFdb?S5Gyj<+V0)dGSJ2A8+uHK{t%yXTddg}C)@|{VL*PMGnJbR(el8Mnmdj0{=doiK!CPy!0jFcmE=9!}2OZx2iwyq1RVKu_-bhk-P|H|@I`44Rm5 z4orN&_>x{i$$w8btNEMAdPZL}x3i;qNFgI5CN6G^>rYinI`c$LgHxD;d`)^JufS## z3k@Wn-Pq_ma>i>iHAu_Md7YdAc@;(ipzx-q$~ff!3OP{BlTf)7-se_RY$h~_)h|to z-)Z`yrs_-dz0I}wLrqf^gH6hS?}cm6U)s&!k?VX2&HMuqxVWV^9#tUX7$}Il?b9f! z%%~fB4zj`RPlxN?1+>5bBY!L}Pjm$cfbm?&0VbLsWHt$-cGiD>k z9n-T?qXhZ#nWq?JHL`zbsIw)p(SUVC(@z ztlk*S;EH5AbD4oP=#9d3PsI7ZXvo4MB6L=kaK0fS=MPqScg^Y!v}gL?Ehnu$UXl%O z>+gTJ)K|seLjj@4$-xsS$9TB0<)$`Mfbpi)-9kDIiKx zmgir8cy`F_fpaB` zN{-Cr{3-$(LsiGX)2O1M(T*t!5%Dw0Rq9b>zzS4SHFMmnUAKju1xw>c$b{#?>Z3L3^6wX3KQ)se0BC!dv*hc*kEdp0f(e z0VgMi&iS#|#O(nj&;qW+>ew)+G+*lI)gNPHhuPUX>r=))rr3{c1PGodJv*CFXk*{S z9!f{?wA@TChD|C*hv$J%3M@cC3ACgKC8W+)YDpok6JxwCK7Hz6FBr}NR{Q73qpg}4Zy(GD zP#=oxnk{i-ZAp(P&hh+sC)s%XG5_Pod6fG_QJaA8ot(-R_V#MWM4GFz-WOO{SZ+)P zzD|J#gnO{sOM9&-)@FcST3*hDosEp%;oaQ=+>Q0-wpJ=204Cr#L+RM^0uE`ZU$KS- z2cOgURfQD_4Ly#|&E-sdo+yTNHiEHJ(%qPqQ&v7LAOO?{0L=RbRF@7BzBM&~xLgL2 zUihAvz!r*_vD03I5{z*ipY{403y@gU)h!O-3dq(4vcCr2y9FRnah+g=ip~ezCdP5% z)PW^m9z^mdow-{mPz(}-jx~en=qL^jj#HI&$4M8U@Sj!T3|l*sG+Be#IeFTl&+l2M z{C2+7zym^PuZJxCUiZ!IjItixoFfBlr#0(qkZpe!N3T$?nA2dgJgv>l*Cy{3dZTKG z6jSGN9@6oVC~#R*)+K^vyqw&YdRYPXFs$+vfVdASEfoaT;hoJo29T(4yqaq{=dd=Scj9P(&hS7VwEzT@ z&?gNZdR$eROI$}3iwtdGpnN_%Cnu-fkFuV0MC~(T;8s zKik8UxA99iWPGEB3N#1MBr+}^4^PjIrQq8}%KAWld0A-mM%51XRoe;}F821Dw@SG! ziUGNO@u5cXHC3qafUvq30#hPYB`hLhy_P7rPb8k{&oYPLLM}p~P|)u)dmZ0xI}{cZ zp=4}~0Kv_bILvaUzO5+pc_n~!F>Lt7>E=fD^bg05*$MoJ{>sN{QPEKYlJ{oOnOa}Q z$5X)~;j;XNe5C9+f7F{QlAPDw1XM3;9%OI>*VzYJ<23fxD*778ZBz#Fk3>YPp7@)W z61z|tGNDp#OP_rvBzAUoHsyTiYrn?*j7_6-Y)OS_hZEh~_vTIvqe1)9W4_W_H1r*y9wE@9#K-wNLI1vKrC9oEQE z)9D|kt|r-DO-Z(C9=H-=4iHBxd@s0H6W!gtVEN(h^j)znCelPyRJ2s!*I3X}mi`J0 z`NPf_)|3OBzPphT|VOi8O0fh!KH&FZ!(abwY1eF75nynXqb z2Ns{UuRdT^V{kXdc7P1N?Z{o{gWV}Fx}YtTfM~l`X_LQu!!8&67?z3_`Ffov^ft69 zQ?$zTDCzqj+NI5e(X$Zz2aUCnibSB6|2{^)xjpg+^nCgs9(ig9w}w)C8@v4ZGF$Ri z6ERbK<>FE5-BlP~rhhJk<3t>GC+xJ03lu@z3`hPy9&M7yu8**^CyUG`kbysy$C{7I I6kojk7YwFJ<^TWy literal 0 HcmV?d00001 diff --git a/assets/glee_struct.png b/assets/glee_struct.png new file mode 100644 index 0000000000000000000000000000000000000000..73002726b0438513542b435aaaa85a9637c77388 GIT binary patch literal 10910 zcmai)1ymf*m+x^OAUF&R5D2cpU4tcfkl+&B-Q7Jwg3CYxBxpi_AcMQh1a}>DAj|+k zAHV+NUhX@g?t>gHm@?Pcw0W8>;&@8%6h@03PC zVL(w;lzZ!6aIzZY{dO1fczz`yaLnAhBfevchH5QOil#XImYqDQe>7r_iCf>uC=dot zqTtN32^9S@Q|d`5g@}vesjQyqt@D?ZSzg-e?vd}FDJ8SV!@*PRQeo&Dj!~7j9kUV0 z-M<(v-* z?a(=b4LnI~T}+8$wx6>vey(lGXFq15^2itlufuolPs^#vuwqwX-tVuxV17=b-k9?o zeaLT*rXjaD9cR6dJGqO0f3+5Lz1m!{3ph={Ryp!ze5&7{S^K^1A%>Z!za^UVllML2(zE z(z)74Z{F~!?Sa*trStwMnVrl36!YP1>8Uv%Qm1|Lk%OpTwaCZ#b>G(HaDF>-lgc*=)}W&*w=OjT*+WuiEq?Ke&x-s?&ZZxJ#Pyg4HY$D(j>i}r0 zh5jK=VgI(iK$x^)u}|>UkY_yf8%I@TU}to86R3waSF?jI`MYk;%e#=!#|!g@+iU7? z8g$zWUsG3~+1>_<^YSH3s&n@QUu0K@+*8?2&~77rI^WyX$KS$F7vyptIG!34_1e&T zsBcdFIoPx}&^pe_d-?mj;^tJV{RfkPYZTZfN zuc9`4x^@E+iAS0ehi8MIKjy6*Tr^FEwMm@2R+ZKgrq9fXv+&QTypC*LGUE|gKz+Pz zf4HFMgC9M8uUn?;L!yrH&pDw#&Eu=ypVe*`%k&Kl+VLF?qmoI52P9kXV!a{?%PKXV zQ5jX~{XO{c<;9tXZ*f};ugrrw%WfKjOCLAcUd20Q_y9AWjBXz{HPaAp`4_;8ush_lHX&%dvfGaNC0={t zb65MbaFfU>Y&f2^V?@`fBQYZ3afRA<{?gKICO94`^9~cgW0;h)GZ9}#&#l(7Ths4P zoH=~&Q$W(YTOuvLtt-ikohr(4qpKUdq6G84_Lj%)8~;kq02>@yKGgN&BcB!uUMd8yOQX`(LZ6;B~U%Y7Dt_Dhy!-@WeyPxk;?FR5q{P+kyhY z%Qs=YDQ3pu6DNb7AWr!@dg)4aQY(g9=S^k6=EZvA_U2^lsdmZ_0b3(l^G7pD^J1yY z<(IXvrOg9XSj8%3m@RXepN70Ey*k9zTX};ZlftFwo6xW9~+Qp##b2r z*9IcztGIaPA;e4?=f2jY*qlrob{IjNT0wO_OwllRU0e&e;G9;_F)w$HL-Cj$$2Xu@CIzYh& ziYuBLE%w$RT;SB6T~{0zjbB>nPnD17JU%23y;r^)j5KQMz_zw!y;%A5rsJ{2OyB%N zA}9dV_=993&%J~MxfS5gw>r{_&VWMB;-6=sKrXsHEfU9VJwk=3ZIdvQ_){W9H0fRj z_vym7(E^3*5IHL2uVgLUUan+g{U)#UF+2O&wU<#zf-MOhZSP?CW%|J?Dwg65Bgj0P zIO=%B7a6zYj%u6#+e?_}?{(Tc=}>;gkNcs8Lo$+wI|gBwvo6XaLNs|sUBJuS3QUsH zUObsM8Mx(u0?Xp80>%6Gj%~UAj6){sEFmgluCz}LQh})7Lqoz>T zjQ7G-G%|5Ssjd)*{CDMV8+XyE+nZ=AMT7FQ?O6A#d+pDZ{pmJDo``5%4~-5aulDsi zBs|x7qbcgq#CWn|<~R3-cLcB!H{=rt0C-5Ko(8KY*1b$W5xE^E*Jxswx~Ev z5f44j7anrg;$uv8<5u0g^(s5-*xX$#7P`8F->V3HlLVO-Sd#yaCO{nfFYFxzZC-s| zObW!$DRu!gwE%{ECHg*>Xla z?nEmg(@KR2=E4n$^+EF7V{&zDKd>+%($Mr~FzUhsg!b|os&r6uHUoXkC7>Qx~#mTvG z_}1MqmvlBzJ!JTG`_HoA4|#0SRLuKTdBXNe5y`xTBE4 zXB9F(_BY-ck$UEw#e{u6D>s~RO^rd>xoga10!ZPIrodX~;~RqyH2$>1&+K^~Rpv z18hfS?As?z?(7-QBsdoT{F3<1E5zhjmc%XpNV_c(cAMUvO%S9hf3eFgAFnb~HyVI^ zvFzVVkMGfZu{fFhoWqi=#V`3Vr{sI4h}n{yOG(U4(L}?lDz;9Z%f?{){4zIw zq1Z=dxL5R1X)SY7`-4ZS6wpsA*PD`PC12@eIc#q#2=E6T#8|6K(!{Qak=}L@{lB}_ z{~(3`_RB}Tz4lGc;d%Zmnt1+;9NQfub8<^u>DMd%)4gcU`Iwx{s5M~<9eMZ(IOtr4 z0&v6vrtCNUN`Z5pz~3d_xUHrUzDI$kn89}{K(;~~WRuugjoOGT@JVug!x1=m0$Vx5 zeRHk*;@jtJ3A7ku^cK}YjTP9W&WCK-(S&AE9scMs++s!na7?S;+Rg&DG>?Er8Qe;D z+W3b>DDF3eT8(17W^E`%2c5yG;=pc&p(^O%<=Uc8{HLE1?CnD6y>pXW&C0z!vg4kDZWn zb>9%vQ5$n3QtvP9&OZKoL>;bKC{ZI=iW-U~;5F5t+ntgHYdd7l#HxYsrO0WfVK<`( zH&(t=27irK zi%n6)=QJ%DjtD#pS4MG>SRN+-r96v=P$+H*xBo%;8&HZF6@C>V_%d&fs#`w0vB5q` zejixhilK-0W=NiQLYaOoP8?-Lgyx=(wOTYjkTOS#2I48`=*up+P{Qy`O-=jgka5m7 zq{*MQwJYgnLOWhnsg5cobVu^=l^BwEzBsfXRYJ9Oc(os7jpHG*Pwdx`ERY3|6~q1fmy1l|u=inPFL^M9X)Zp++jKB8rOw*mNaVJ2uw+zv)M zOQdiJlrSvi`5C=*=2dXHiW(%U8ZF_bmJ)NWf{bqfWLp-S|Cu1Bd(o|1QLi)N+5}Q6 zirI4qzA2@tPd(gM_e>(o#~8p-QQwkeX?i$GY4@TP`9wIiKIJ`}9_ev|a$TQ+N$BG(0k$oYqzA+ehsIl%R#mM3xF$PNw0I-TMXpQBun?6)r#!!T)RDr=%7F7 z)$t`qH9RMD^dJm8DGYZ2bF^UI%Tq-HUQaV?#E4y>BZ+&xb))9SXSJ_+C?-iPfAWX7rB3%OUYtluw-()Q>N0 zuA~E%SEtLe=OJ*e7c@AAM7{2VW!XF3Yf+T|^?Uma)bp;tD1C~(D`?(ZBCgpPCTde%z_pYa7 z*MipDCQ%JTM}-pP5S!kGakX$*9Dls{kF;StmHtD-bDYs z8L^pkWL^ul&;=dY0cI>nsSLYRX4=z?flQLcleh(8rb zSkoWw?^|j}2g=*)=_-}cdv)I^%w3IgRL9p4IcX=UX%U?&)gZf9H05~00iIS*fKU~p zSrobAjA%HJa??q3IkpViF68?`jZBfM%*EC&Qp`D(m1EyjebcQjJlwYyJn9Vs=o}#uZdpk{as0(rImw~E9I=| z=5p*Bgo-1p-lcZAszY>%LhEqgFY}}B+)^Il?B05#%@ey+((M=9vA2XqM>Lf~;?}R1 zD|{B)x(7@xDg80+#47(v$kB(Imayv+jXyJ{C#QuDN&79B+|5T-4v}84?0V;Zq#{03 zztw8ZQ@CSYaWBguPX1Oi0<_xnJ?`XWj6R%=2|}C`mN|%Saot3-g&DC~7i@ud>&|li~LzuqJJw z694cUSeTbiiG4s=)n;rP*#Pk(38&=TT%+}Fr9@_T5OCzwk2}5C*YJDyeK~;V2(}iA zk#fjVD=`UZndW=L%E`YKF84U)Dpi%eZlBVt?~6-dJv!hRiz` z6-Z`J`(9Vxndf?KxP=t^1yO%vBZ9c5>qUo>5<*dgtL$z2GX=p_UL5wh zd$$bY?Hwm^4{CoGg9XIE`U%hG$`Xmn^bJZVDN5|bt0Nt+VO#H4@?*gUb`b*hyO-QG zzq}WH(WQhzd4Q6yx5B<{knFEDpvD8qz*8zVv8n!4mG~lnq?g-J#ozs5nav18ncKAo zkPK%X&F6BT?)r#Tiom%-e4)pBANJ!!cke))edK}?h@*RHIwt<`EP#qSSAJQs9 z1YxF@MAnxgZn!Fe;FRZEsw1_;&s1DT$^Sbj{AX(8Up7qejQ&hf?E3C1JxAZ7_ezfR z@is|`um~9a374@p2bKPOFqk*@YYIRTS;L{UP zg6?TF&!^I+uH{7Ld7+Fb6n|mvy5o9U<_t-BX%=>3jwzHyMbSk|4qg-bB_Qso&E9FC zfW==qsBgpe?J*Z3mKj>+7KP0=B+E++YF!mV*+o|FDucNQ@Bg?=iTOA!w^dd^LRJhJ zYw7QKgKvpD8ii9Ld-oR&Xky?i#O0yWuV%ou8s-VLp=um~_x6=v6}fq%8svtOvHhF| z1>4lLIgcdPnlY;pH1#uX6loDeM1FLJ4$LJ6?|Zv5=3Xw*YVkpr7*U9$8*jCjdwjLZ z0}ec+f1x5e&t|QDanH-ixzbiV&dKYneb9Q7`J9!=-)U+IXTc&=SkR!9BGYFj+kDOY z{Jkwo`zo1rKG6fl%>gZRWt(!{i|7L%nH73{KRT;?aaN4$pv(Hlzi&8sHRFLMkCW#i zF4xAWZH3hd3d3|*Q?Z?m0Jz0^x?7q8rI*T2IWO%O0)cm&H>69cvkm47df6+MY~1^mllMY0^cT>_C8U1aH< zSAzM8KJMcp>|LRCRi4FkD6}{d7SmiNvYuE(M|lYWP^cdpKBO8m25scC^fmI8bVD+N z^2Gu~-lwDu_#e@Bx~Ofmks2@XlcoBSf|hw*D69Kc$k1WW*_&6_GAe&t?q8ew+ydJx z$$!Ik12#^e>sLbEtvb-wjI#|kM5+AG@AQq&7;u1ur4M9>hs~HlgnMLL;=(1P0kyQ~ zG(xp=6lMVmAG4@1dKpCQ>hmaP=HkU^quCFn{JQhiMVDvJ4|&q+J`*&$-~`G!ijZPh zEUQ9|<=E7YuYWN*FM=AZH?-n`W8ru*N4CI)lMSb`Ls@~MC5DP+26k(lY~mu1yHdsOC~r}JiUW#i2#~2ku)H_*Q3V}ahHrBS^R#_&7;2+>98{Jk zk{4*6C}d?GT||F5?RHrv?3Y(vO(L|eI7uI2CcUEe)x|zywL;riexE$!Vk)C|&%r73 z?~BUXA20KP+Er4pU9igWH5TgZy{Ss~<;x)=L-+N`C4t4|&&K4-E+Lg8@Dr1i;`Xy@~8&@{e5j;&$OCgh9`5 zTF|^*d1qUmsEnnQ_4S~-Nm1xy(r_-tXkh}S|K^ciJISXI55%MY^<<~)T<`Z4Y9SnM zvek>fT6KD*Bds_@B%$r5bRqL7#{XY{2v3n6&O zYF4se4pG!%u*KmIR_K~Sjt}Qa*~LYPX4&Yx^oo#$_k~zoDov5nlKYlE?2dkHMVv2C z6C0*Ut-5jKQ;6p10J~=r7W#yN<;&u5=`A^K&Ld;Qr_JbBVz8j?ZcunS9yBpAHFKS; zxpD1zMPmwY2WjGsqg~XX>nlxH#c>(jP5uX8k(MM(=uHT;t)~OQGa@ z%&e)TWUm*C>=8PDaANZyy0i9mW&p+kWbv+Ds^WqDISd|gd4shs=pFE>{7M&?Yi@TZE-CG zk+}CHdf2Z!K->Mm>@<*4;+J&cxI|CyFQoPQN+B0j1{BA0S(aE8^!N4RKl~bfQOT-S z62L~b56;Ha!k4n}>lxvP9y3 z=L`eLYKHWvPtqFCFa`#+t#ua)6n;k1=+Z^!u~a%l6jo?GZbu!QEC!;APNQ|8(0)~< zBar_@>fWU=Tn`~=9C!Ny2jM2&dh~-0_IlgCJQ+#=LO6oe;>A_F2>@5)2xj;pb>b4N zUl99}RFd2Bs}!Ms7hrkR!VMoP*pt+#m4m^L3md;Gxmt@_lRDT!(4#Ot3n@mQqmN_a z*4m5FBmXDh1S3-=-H<3FZ$yupL1bv*fbu=?{(@H0>rH3gFeL$dDGX+jrJMXuF@K2h zbZUI6tD_rOXe$*V{vZ&+Brkz%3~mw2f)?h4|4&J*6Ve)U<>1G1$GyJthJ#^@au?^l z=0Z<|TYkn+p|-jt5{Z>+=E|iPfX^KL<7~y14V1t`g{Li7)v}CAP&Img<=P|d>S?@+ zX+Km zg<}D^isOaeQ-xp1+6tNuxD<<~EbS=rg5q4IadDB>H6 zWB0+SZqzberR;cB_<8U2=*5&7{oyKwdn=Eba-g8#^$SkENaU@j*$p318{>T5{HCx@ z8Yi|@kgNGMA)8w48}xySGQ0lXTE`>$FH%s+UR#K?ZO@^bG8YO89`iqY0fc#au!ec(L(H8J7V`vAtlTn%dho&{r+UtZ7&EbvCDj;#(wgqJC({@_w_%wKNPSy2vOV2TJ-6;Jj}_=E>3pHG zsa*e%c6cjT;~OPGpJKZn*0_Ot&*ZrausOt#xJC;J8(X0(n-VCPnzJH5z5rkR0Ss;` zFT&Kz!b_0Ht=S6rtDdyv`B6m%@n**;Zc^W_&-zDK-zMg1MVl4GlzY)cykSd>L+$}ZK9=AN7nH}a){_zDL4 z;f@?cqUAScIN_ZHFNJ3+I%)CDT1t&wbU8rFwI&_TwU0)+|4n@`imG^Sg_H^8oY>$T zjpgUwN8=4{{3IgZm?tC=0}s>pI(xdCOl75u!5q|RDo_=vpuKfQcI{X_;d_Kl|7Qt-e$ESK&^Gi-;rujmT8Uh-+!qkL8O+U&E2p z zUSdP_dr%OY&Aez_Uh`7|f%w`=fxRtS$G1$I^Qz3YBkDPwX~EJ3{Z}cZuO6=Bi0j+) zuUfZD8Gh7jr}pK)2o)W-esTu(Hop4I)gte#z}q&n zbiZBPmMxACnWj`vquVY2rzU5g-cu!X^+om0F{m+2EZ~WLpZZt^2-+AtwE$4m@r{V6 zI97X_$nPruBDhnQXa669``1RA!z(u=YW<6J_xaxUspCxiLeGp#K#y@>pbsvbc4>M{ z!(Qm`{bc2d+y7*fMOCeLt~A(aSRczsjZHPQv4wd_G}=`;0MipWgP!MJz3E;3nbphN zE^mEgAtDyZl^fqguPhZZ4C#?4PKz(fep|E+KkbJnJL%uutD?z}d=1E?SNtb4C zQ&`!t@#rwbhc|Bh^wgFTC{AH$9JxeMKjQ!zQIg4yyBTPk3avP-)q#%G10R>sC@HV5 zH(~7zKfjd0rBaqazB2B~=*F0x+V#Cb4^K);>4*9v zqVIk*T;Jd#D9gjCVvs09twpc9u< z)&0Je|CW=JNcaDtJKbMa9iECspF=1Lz2Jz3rH#`6*1RRFy}7D%gLk$K@LMejl8|Jm z+(AWo)V6NUq@>j*SZeE>zDsO$lf~mk)}>v1{#*)26E-leizMLms9-IpZ|uePBWTb- zEg1gw!KnVPkLT_#!hl!DAa@P-eROR4fM=FBhxO@wzgx$=T zItnY~S2>*Wdkf$IiAtL=E$65Zbo*LK9K6zT>p>)q;>Wa|kYzVNFnw~I=?QvZD72OZ z@sq%CR^_TJ(eOz&(5kE$wQMY7#NpNJdK{0A%bUV&)YsY{LQ#yt6GUJz3e*1lanU87 z1$zl@CJjR=O-|hv#O?wG!i7t|zDoVG_3hUkQ|JlE@qT-#UFdr@uIVp$?%0Q`%c+HB z8yME?$nUTRQ9fF!Hr-F&4Y+p3;$|n9ra6S~x)2^Px{T_10#@c<(^rUkO#u@aw)G}_ zzZxys$8Z}5#jZ;Gg~D`_j^*o^#@fAb9~zP(&=T<+C~dJ*anpT`!d*#04W5C=uXTUD zYldlOwyL>8NzW=k9e+b6vKl6#;3B(q@;;@xh>z6g_KIzYcYEgujtrSDr$=5m<_ORz z#fG?wRx@o4^2TL#-O9eqEK~}q!9b==9XVlZe*wdn7U}d!+*(Ol>`LZSqjHR(7vNDh zeqm0#P5=W6Z&7S-QL6h`xmJ0Y|K=b~;S$-6?!<@!Wn4{L9iiSop@+;!q%-=;^alo+ zYBB?*&f0Br(WX>%iLfy`&1z=XqcGje&ezu$qhMZA=~sJWtivtj6V>JeaoIo_15X;C zN*o9SxgKq+iKrOSla7?v#A0ZOl|ftIF(bYeIu@M`sTakZk(!%cDokC=1RbW|R@d<8pmppmRRVBOsFA988Ei|7)TA)|jq zo~BqwZzDzg8H{Q6$y_#}Tcl(RQn?a0+~LOY^_?mP@CZlg#WPat8UOd3tmgOJW`CuU zp0v?!+-2IW=PY96K~tJl&3X7zW +{`asyncapi: '2.1.0' +info: + title: Hello, Glee! + version: 0.1.0 + +servers: + websockets: + url: ws://0.0.0.0:3000 + protocol: ws + +channels: + hello: + publish: + operationId: onHello + message: + $ref: '#/components/messages/hello' + subscribe: + message: + $ref: '#/components/messages/hello' + +components: + messages: + hello: + payload: + type: string`} + + +Let's break it down into pieces: + + +{`info: + title: Hello, Glee! + version: 0.1.0`} + + +The `info` section provides general information about the API, including its title and version. + +Moving on, let's talk about the `servers` section. + + +{`servers: + mosquitto: + url: ws://0.0.0.0:3000 + protocol: ws`} + + +The servers section defines the different servers where the API can be accessed. In this case, there is a single server named "websockets" that uses the WebSocket protocol (`ws`) and listens on the address `ws://0.0.0.0:3000`. + +Now lets move on to the `channels` section. This section is used to describe the event names your API will be publishing and/or subscribing to. + + +{`channels: + hello: + publish: + operationId: onHello + message: + $ref: '#/components/messages/hello' + subscribe: + message: + $ref: '#/components/messages/hello'`} + + +The channels section defines the communication channels available in the API. In this case, there's a channel named "hello". This channel supports both publishing and subscribing. + +The `publish` section specifies that the operation with ID onHello is used for publishing to the `hello` channel. The message structure is referenced from the hello message component. +The `subscribe` section indicates that messages received on the `hello` channel should follow the structure defined in the hello message component. + +Next is the `payload` property under `hello` message component which is used to understand how the event should look like when publishing to that channel: + + +{`components: + messages: + hello: + payload: + type: string`} + + +The components section contains reusable elements, in this case, a definition for the "hello" message. It specifies that the payload of the "hello" message should be of type string. + +## Summary + +In this tutorial, you learned how to create an AsyncAPI specification document via a simple example with a glee template. From 880e5ee59fec69457d2f9ae60b0a13c86d00502f Mon Sep 17 00:00:00 2001 From: Afzal Ansari Date: Mon, 25 Sep 2023 15:34:19 +0530 Subject: [PATCH 20/24] docs: adds an installation guide (#479) --- docs/pages/installation.md | 127 +++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 docs/pages/installation.md diff --git a/docs/pages/installation.md b/docs/pages/installation.md new file mode 100644 index 000000000..cc7e724be --- /dev/null +++ b/docs/pages/installation.md @@ -0,0 +1,127 @@ +--- +title: 'Installation guide' +weight: 30 +--- + +## Glee Installation + +Before installing Glee into your project, make sure you have pre-installed NPM, NodeJs and [AsyncAPI CLI](https://github.com/asyncapi/cli) tools on your system. + +### Automatic Installation + +The best way to get started with Glee is by using AsyncAPI CLI, which sets up everything automatically for you. +To create a project, run: + +```sh +asyncapi new glee +``` + +> For more information on how to install the AsynAPI CLI, you can review the [CLI installation guide](https://www.asyncapi.com/docs/tools/cli/installation). + +On installation, you'll find next steps after your project created: + +``` +Your project "project" has been created successfully! + +Next steps: + + cd project + npm install + npm run dev + +Also, you can already open the project in your favorite editor and start tweaking it +``` + +While making twists to your application, you can follow along with our getting started guide on the relevant page. + +### Manual Installation + +To manually create a new app, create a new folder e.g. `myapp` so the folder structure would look like below; + +``` +├─ functions (required) +│ ├─ onHello.js +│ └─ ... +├─ lifecycle (optional) +│ ├─ onConnect.js +│ └─ ... +├─ .env (optional) +├─ asyncapi.(yaml | yml | json) (required) +├─ glee.config.js (optional) +├─ package.json (required) +``` + +Install the required packages inside a new folder: + +```js +npm init -y +npm install @asyncapi/glee +``` + +Open your package.json file and add the following scripts: + +```js +{ + "scripts": { + "docs": "glee docs", + "dev": "glee dev", + "start": "glee start", + } +} +``` + +These scripts refer to the different stages of developing an application. + +- `glee docs`: This script generates documentation for your project using the "Glee" documentation tool. This documentation includes information about your project's APIs, modules, and usage instructions. + +- `glee dev`: This script is used for starting a development server. It launches a local development server, build your project in development mode, or perform other development-related tasks. + +- `glee start`: This script is responsible for starting your project or application. It is used to launch a production-ready server or application instance. + +#### Creating `asyncapi.yaml` file and other required directories + +Create a yaml file that supports capable of receiving a "hello {name}" message with the protocol as `ws` and the channel name as `hello` the hello API will subscribe to. The operationId property is `onHello` that's the name of function and the payload property is type string publishing to that channel. + +```yaml +asyncapi: 2.6.0 +info: + title: Hello, Glee! + version: 0.1.0 + +servers: + websockets: + url: ws://0.0.0.0:3000 + protocol: ws + +channels: + hello: + publish: + operationId: onHello + message: + $ref: '#/components/messages/hello' + subscribe: + message: + $ref: '#/components/messages/hello' + +components: + messages: + hello: + payload: + type: string +``` + +Create an operation function `onHello.js` inside `myapp/functions`: + +```js +export default async function (event) { + return { + reply: [{ + payload: `Hello from Glee! You said: "${event.payload}".` + }] + } +} + +#### Run the Development Server + +- Run `npm run dev` to start the development server. +- Connect to `ws://localhost:3000/hello` and send a WebSocket request with a payload e.g. {"john"} From 29dcf2bf86ab6911c146f9fca23c19b0bc9ed9e0 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 28 Sep 2023 12:51:35 +0200 Subject: [PATCH 21/24] fix: update @asyncapi/generator to 1.13.0 version (#525) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a176da74..67eee5f6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.26.5", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.12.0", + "@asyncapi/generator": "^1.13.0", "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", @@ -118,9 +118,9 @@ } }, "node_modules/@asyncapi/generator": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.12.0.tgz", - "integrity": "sha512-HES4zWOhzT7fugPT4D2RjZtEh7+RgE7GWJZvI/u2BmAT4sknSk2AdEWU7CxHY4cVsKQ1ruTqBfVuFSt926H4uQ==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.13.0.tgz", + "integrity": "sha512-/BMhghTa1dVbVBleavcDanf5BFIFYY4aa0uThvRa/5R5D/8brErGIa8+RO1ePYn2n+BxlHkU8z0pIT5lpsgvlw==", "dependencies": { "@asyncapi/generator-react-sdk": "^0.2.23", "@asyncapi/parser": "2.1.0", @@ -17385,9 +17385,9 @@ } }, "@asyncapi/generator": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.12.0.tgz", - "integrity": "sha512-HES4zWOhzT7fugPT4D2RjZtEh7+RgE7GWJZvI/u2BmAT4sknSk2AdEWU7CxHY4cVsKQ1ruTqBfVuFSt926H4uQ==", + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.13.0.tgz", + "integrity": "sha512-/BMhghTa1dVbVBleavcDanf5BFIFYY4aa0uThvRa/5R5D/8brErGIa8+RO1ePYn2n+BxlHkU8z0pIT5lpsgvlw==", "requires": { "@asyncapi/generator-react-sdk": "^0.2.23", "@asyncapi/parser": "2.1.0", diff --git a/package.json b/package.json index aecae0f8f..32a5866ce 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.12.0", + "@asyncapi/generator": "^1.13.0", "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", From a10736b1d57961977942cbf1592b405d7cce792f Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 28 Sep 2023 12:58:10 +0200 Subject: [PATCH 22/24] chore(release): v0.26.6 (#526) --- .../classes/adapters_cluster_redis.default.md | 28 +++---- .../classes/adapters_http_client.default.md | 30 ++++---- .../classes/adapters_http_server.default.md | 38 +++++----- .../classes/adapters_kafka.default.md | 34 ++++----- .../classes/adapters_mqtt.default.md | 50 ++++++------- .../classes/adapters_socket_io.default.md | 36 ++++----- .../classes/adapters_ws_client.default.md | 38 +++++----- .../classes/adapters_ws_server.default.md | 56 +++++++------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 40 +++++----- docs/reference/classes/lib_cluster.default.md | 26 +++---- .../classes/lib_connection.default.md | 26 +++---- docs/reference/classes/lib_glee.default.md | 46 ++++++------ docs/reference/classes/lib_message.default.md | 74 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 +++++----- .../classes/lib_wsHttpAuth.default.md | 30 ++++---- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 42 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 2 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 8 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 16 ++-- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- docs/reference/modules/middlewares_logger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 49 files changed, 400 insertions(+), 400 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 9344df2f8..0aa2285bc 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index 160947ccd..d953a1545 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -86,7 +86,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) ## Properties @@ -170,7 +170,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) ___ @@ -188,7 +188,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) ___ @@ -206,7 +206,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) ___ @@ -224,7 +224,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) ___ @@ -242,7 +242,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) ___ @@ -260,7 +260,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) ___ @@ -278,7 +278,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) ## Methods @@ -329,7 +329,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/client.ts#L12) +[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/client.ts#L12) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/client.ts#L73) +[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/client.ts#L73) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) ___ @@ -524,7 +524,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/client.ts#L9) +[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/client.ts#L9) ___ @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) ___ @@ -1074,7 +1074,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/client.ts#L22) +[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/client.ts#L22) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index d0b99557c..c882a2320 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L10) +[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L10) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) ## Methods @@ -317,7 +317,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L135) +[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L135) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L24) +[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L24) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L181) +[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L181) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L175) +[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L175) ___ @@ -424,7 +424,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L16) +[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L16) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) ___ @@ -598,7 +598,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L12) +[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L12) ___ @@ -1122,7 +1122,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) ___ @@ -1148,7 +1148,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/http/server.ts#L20) +[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L20) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index 265dcc5e1..4c8b07252 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -88,7 +88,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) ## Properties @@ -98,7 +98,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/kafka/index.ts#L8) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/kafka/index.ts#L7) ___ @@ -192,7 +192,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) ___ @@ -264,7 +264,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) ___ @@ -282,7 +282,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) ___ @@ -300,7 +300,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/kafka/index.ts#L95) ___ @@ -373,7 +373,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/kafka/index.ts#L13) ___ @@ -502,7 +502,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) ___ @@ -547,7 +547,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/kafka/index.ts#L9) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) ___ @@ -1097,7 +1097,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index a91a6d156..6797b00d4 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -96,7 +96,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) ## Properties @@ -106,7 +106,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L29) +[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L29) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L30) +[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L30) ___ @@ -200,7 +200,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) ___ @@ -218,7 +218,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) ___ @@ -236,7 +236,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) ___ @@ -254,7 +254,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) ___ @@ -272,7 +272,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) ___ @@ -290,7 +290,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) ___ @@ -308,7 +308,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L151) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L229) +[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L229) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L245) +[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L245) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L206) +[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L206) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L118) +[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L118) ___ @@ -450,7 +450,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L36) +[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L36) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) ___ @@ -623,7 +623,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L44) +[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L44) ___ @@ -643,7 +643,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L64) +[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L64) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L95) +[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L95) ___ @@ -765,7 +765,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L32) ___ @@ -1207,7 +1207,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) ___ @@ -1233,7 +1233,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L40) +[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L40) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/mqtt/index.ts#L128) +[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L128) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index d2a4607ea..644e9fca4 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -89,7 +89,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) ## Properties @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L6) ___ @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L20) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L97) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L78) ___ @@ -397,7 +397,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L12) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) ___ @@ -571,7 +571,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L8) ___ @@ -1095,7 +1095,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) ___ @@ -1121,7 +1121,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index 452a06441..910517107 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L15) +[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L15) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) ## Methods @@ -306,7 +306,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L29) +[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L29) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L112) +[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L112) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L99) +[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L99) ___ @@ -398,7 +398,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L21) +[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L21) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) ___ @@ -572,7 +572,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L77) +[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L77) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L17) ___ @@ -1110,7 +1110,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) ___ @@ -1136,7 +1136,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/client.ts#L25) +[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L25) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index d33944086..b4eff3254 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) ## Properties @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L197) +[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L197) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L287) +[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L287) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L265) +[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L265) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L145) +[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L145) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L54) +[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L54) ___ @@ -438,7 +438,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L43) +[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L43) ___ @@ -458,7 +458,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L20) +[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L20) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L37) +[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L37) ___ @@ -567,7 +567,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L28) +[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L28) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) ___ @@ -674,7 +674,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) ___ @@ -688,7 +688,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L127) +[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L127) ___ @@ -708,7 +708,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L59) +[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L59) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L16) ___ @@ -951,7 +951,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L78) +[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L78) ___ @@ -971,7 +971,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L109) +[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L109) ___ @@ -1274,7 +1274,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) ___ @@ -1300,7 +1300,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L24) +[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L24) ___ @@ -1357,7 +1357,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L186) +[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L186) ___ @@ -1391,7 +1391,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/42c5a07/src/adapters/ws/server.ts#L176) +[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L176) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index 2afe77d67..652bdc69f 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/42c5a07/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/29dcf2b/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/42c5a07/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/29dcf2b/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/42c5a07/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/29dcf2b/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/42c5a07/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/29dcf2b/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index 00d447fa1..a047bc146 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -105,7 +105,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) ## Properties @@ -115,7 +115,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L27) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L29) +[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L29) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L30) +[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L30) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L25) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L28) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L26) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L31) +[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L31) ___ @@ -255,7 +255,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) ## Methods @@ -386,7 +386,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L245) +[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L245) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) ___ @@ -552,7 +552,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) ___ @@ -1058,7 +1058,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) ___ @@ -1080,7 +1080,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L255) +[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L255) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index fb8762f95..5af574725 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index b7fbdd0fd..cc13c00ed 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 3195135ac..0c07f6dbf 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L307) +[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L307) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L294) +[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L294) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L224) +[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L224) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L195) +[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L195) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L173) +[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L173) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L162) +[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L162) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L208) +[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L208) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index 552fe6dca..5fd4204c1 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -97,7 +97,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L51) +[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L51) ## Properties @@ -107,7 +107,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L31) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L28) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L34) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L30) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L27) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L32) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L33) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L35) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L26) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L36) +[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L36) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L29) ___ @@ -295,7 +295,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L113) +[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L113) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L89) +[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L89) • `set` **channel**(`value`): `void` @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L93) +[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L93) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L125) +[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L125) • `set` **cluster**(`value`): `void` @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L129) +[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L129) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L105) +[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L105) • `set` **connection**(`value`): `void` @@ -385,7 +385,7 @@ ___ #### Defined in -[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L109) +[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L109) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L81) +[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L81) • `set` **headers**(`value`): `void` @@ -415,7 +415,7 @@ ___ #### Defined in -[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L85) +[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L85) ___ @@ -429,7 +429,7 @@ ___ #### Defined in -[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L117) +[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L117) • `set` **params**(`value`): `void` @@ -445,7 +445,7 @@ ___ #### Defined in -[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L121) +[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L121) ___ @@ -459,7 +459,7 @@ ___ #### Defined in -[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L73) +[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L73) • `set` **payload**(`value`): `void` @@ -475,7 +475,7 @@ ___ #### Defined in -[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L77) +[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L77) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L133) +[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L133) • `set` **query**(`value`): `void` @@ -505,7 +505,7 @@ ___ #### Defined in -[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L137) +[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L137) ___ @@ -519,7 +519,7 @@ ___ #### Defined in -[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L97) +[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L97) • `set` **serverName**(`value`): `void` @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L101) +[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L101) ## Methods @@ -712,7 +712,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L194) +[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L194) ___ @@ -728,7 +728,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L201) +[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L201) ___ @@ -812,7 +812,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L222) +[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L222) ___ @@ -828,7 +828,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L215) +[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L215) ___ @@ -1268,7 +1268,7 @@ Sends the message back to the server/broker. #### Defined in -[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L149) +[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L149) ___ @@ -1284,7 +1284,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L208) +[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L208) ___ @@ -1300,7 +1300,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L178) ___ @@ -1351,7 +1351,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L186) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index d06b32bdd..6bed0e43e 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index d2aa462e7..e493a0d22 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L168) +[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L168) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L71) +[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L71) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L58) +[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L58) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L126) +[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L126) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L113) +[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L113) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L161) +[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L161) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/wsHttpAuth.ts#L97) +[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L97) ___ diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 34f8157a2..8d214978a 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L35) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L33) +[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L33) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L34) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 5fe0c5311..03a0bf9cc 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L54) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L55) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L53) +[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L53) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L58) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L56) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L57) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index 4e60e16dd..a25daa2f5 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L20) +[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L20) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L23) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L22) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L21) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index fdc592614..037d01166 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L29) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L27) +[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L27) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L28) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index bc07aacea..80a2c4379 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:5](https://github.com/asyncapi/glee/blob/42c5a07/src/docs.ts#L5) +[src/docs.ts:5](https://github.com/asyncapi/glee/blob/29dcf2b/src/docs.ts#L5) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index fcb4d6ebe..814256823 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:37](https://github.com/asyncapi/glee/blob/42c5a07/src/index.ts#L37) +[src/index.ts:37](https://github.com/asyncapi/glee/blob/29dcf2b/src/index.ts#L37) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 43b30be24..28e443866 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -80,7 +80,7 @@ #### Defined in -[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L11) +[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L11) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L38) +[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L38) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L98) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L153) +[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L153) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L130) +[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L130) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L61) +[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L61) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L105) +[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L105) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L149) +[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L149) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L120) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L114) +[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L114) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L147) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L146) +[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L146) ___ @@ -307,7 +307,7 @@ ___ #### Defined in -[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L138) +[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L138) ___ @@ -329,7 +329,7 @@ ___ #### Defined in -[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L79) +[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L79) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L8) ___ @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L94) +[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L94) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L90) +[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L90) ___ @@ -381,7 +381,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L9) ___ @@ -391,7 +391,7 @@ ___ #### Defined in -[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L7) +[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L7) ___ @@ -413,7 +413,7 @@ ___ #### Defined in -[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L67) +[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L67) ___ @@ -423,4 +423,4 @@ ___ #### Defined in -[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/index.d.ts#L50) +[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L50) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index c802b7ad1..da5d5304a 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L17) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 5fcb04004..4ab086e80 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/asyncapiFile.ts#L5) +[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/asyncapiFile.ts#L5) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 7c7bb5e02..1c0dbb72f 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index d25a6c388..5d1ddafdf 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index a931a34bc..d5f971bae 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -29,7 +29,7 @@ #### Defined in -[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/configs.ts#L112) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/configs.ts#L112) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/configs.ts#L130) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/configs.ts#L130) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/configs.ts#L23) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/configs.ts#L23) ___ @@ -79,4 +79,4 @@ Loads the configuration from glee project. #### Defined in -[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/configs.ts#L81) +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index a09132399..5c4782413 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/docs.ts#L5) +[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/docs.ts#L5) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index 725037fc6..247029306 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 695565c94..9f24a6304 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/functions.ts#L53) +[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/functions.ts#L53) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/functions.ts#L55) +[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/functions.ts#L55) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/functions.ts#L84) +[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/functions.ts#L84) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index f11b41c88..8f165fb64 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 1e5c6c9fc..c3ccb183f 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L206) +[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L206) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L195) +[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L195) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L180) +[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L180) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L232) +[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L232) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L228) +[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L228) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 7399aa0a4..ab2690583 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index 87008b296..94192d6dc 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index 79dcf8645..6a28883f9 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index 062f05ef3..2b3040a8d 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -33,7 +33,7 @@ #### Defined in -[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L118) +[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L118) ___ @@ -55,7 +55,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L52) +[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L52) ___ @@ -78,7 +78,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L22) +[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L22) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L122) +[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L122) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L137) +[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L137) ___ @@ -143,7 +143,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L81) +[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L81) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L148) +[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L148) ___ @@ -188,4 +188,4 @@ Object #### Defined in -[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/42c5a07/src/lib/util.ts#L93) +[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L93) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index 45a5d5da1..af12b0bf2 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index 564530710..2b327ce6e 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index af23ee8b3..d855de17e 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index c4e6f330d..16f1395f5 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index ec1ea16d6..92b39234c 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_logger.md b/docs/reference/modules/middlewares_logger.md index 96584f18a..b02931a0d 100644 --- a/docs/reference/modules/middlewares_logger.md +++ b/docs/reference/modules/middlewares_logger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/logger.ts#L5) +[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/logger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 9cd0f940b..91079ea8c 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index d8864c1ab..d7665a743 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index a51e23106..2ce199962 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/42c5a07/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 6c241d6de..e204aaa37 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/42c5a07/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/29dcf2b/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index 67eee5f6c..6b6a8dd38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.26.5", + "version": "0.26.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.26.5", + "version": "0.26.6", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.13.0", diff --git a/package.json b/package.json index 32a5866ce..de487f92a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.26.5", + "version": "0.26.6", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module", From e143955b74578ca02ebf055b347931d845fcf779 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 4 Oct 2023 14:51:40 +0200 Subject: [PATCH 23/24] fix: update @asyncapi/generator to 1.13.1 version (#529) --- package-lock.json | 58 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b6a8dd38..fbb79c427 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.26.6", "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.13.0", + "@asyncapi/generator": "^1.13.1", "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", @@ -118,14 +118,14 @@ } }, "node_modules/@asyncapi/generator": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.13.0.tgz", - "integrity": "sha512-/BMhghTa1dVbVBleavcDanf5BFIFYY4aa0uThvRa/5R5D/8brErGIa8+RO1ePYn2n+BxlHkU8z0pIT5lpsgvlw==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.13.1.tgz", + "integrity": "sha512-+6pQE9OlXue79AO0hMJwlzwH48vED/rPGU1NAQlDyuTvo8599JTd3zUPFDafExRn/arQltJPDE+Z5jtNBifXjw==", "dependencies": { "@asyncapi/generator-react-sdk": "^0.2.23", "@asyncapi/parser": "2.1.0", "@npmcli/arborist": "^2.2.4", - "@smoya/multi-parser": "3.0.0", + "@smoya/multi-parser": "^4.0.0", "ajv": "^8.12.0", "chokidar": "^3.4.0", "commander": "^6.1.0", @@ -3887,16 +3887,16 @@ } }, "node_modules/@smoya/multi-parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-3.0.0.tgz", - "integrity": "sha512-HtA/Png8FQ2vwiKKMSOqNkYGERUFqieeekwtuMsImmgnaiacyq97itehbep179qO/TvHb+3luRZAJ433fHgIxg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-4.0.0.tgz", + "integrity": "sha512-NgPxSaB3YqwrIVe7AtQ/wh9I2J0BHR4lP0PdqirYYrc0XXRwdDjIRrywEc2jjECWsL7tuGU/QtGMGIVaJe6ZYA==", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.3", "@asyncapi/openapi-schema-parser": "^3.0.4", "@asyncapi/protobuf-schema-parser": "^3.0.0", "@asyncapi/raml-dt-schema-parser": "^4.0.4", "parserv2": "npm:@asyncapi/parser@^2.1.0", - "parserv3": "npm:@asyncapi/parser@^2.2.0-next-major-spec.2" + "parserv3": "npm:@asyncapi/parser@^3.0.0-next-major-spec.3" } }, "node_modules/@smoya/multi-parser/node_modules/@asyncapi/avro-schema-parser": { @@ -13262,9 +13262,9 @@ }, "node_modules/parserv3": { "name": "@asyncapi/parser", - "version": "2.2.0-next-major-spec.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.2.0-next-major-spec.2.tgz", - "integrity": "sha512-KkS+sPCHFFPZrFzzx4UGiYDrDfJI583AksLFg6QUKwr5Wjq8o7cIC3Hel2ptaRVv5x1nJz0o6QzFeY7VIWCc1g==", + "version": "3.0.0-next-major-spec.3", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.3.tgz", + "integrity": "sha512-LCrAQqJpGxraMyU2k1Nh1X6Q1dz7a/YhTRRFFrQHOEo+TUT/kRdoUkRDP++e58dO7h9MBN+/hZK5TaqE+/jQiw==", "dependencies": { "@asyncapi/specs": "^6.0.0-next-major-spec.6", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", @@ -13286,9 +13286,9 @@ } }, "node_modules/parserv3/node_modules/@asyncapi/specs": { - "version": "6.0.0-next-major-spec.7", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.7.tgz", - "integrity": "sha512-rorau4qa1rjlIz4vGy3MuzQKSyKyJWuRa3DbFKopixDCjnAOIScVDc/M6/T8X9Ay+GQhebcYrbiPT4JUvWbFAA==", + "version": "6.0.0-next-major-spec.8", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.8.tgz", + "integrity": "sha512-WVhzeJepkqO6abDprz9bk9zR/ESidanQncPP7jFRUJQ71ED4/XQMjaSKLE5MB09eUUZoY5EqoccUQJWfc54SMg==", "dependencies": { "@types/json-schema": "^7.0.11" } @@ -17385,14 +17385,14 @@ } }, "@asyncapi/generator": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.13.0.tgz", - "integrity": "sha512-/BMhghTa1dVbVBleavcDanf5BFIFYY4aa0uThvRa/5R5D/8brErGIa8+RO1ePYn2n+BxlHkU8z0pIT5lpsgvlw==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@asyncapi/generator/-/generator-1.13.1.tgz", + "integrity": "sha512-+6pQE9OlXue79AO0hMJwlzwH48vED/rPGU1NAQlDyuTvo8599JTd3zUPFDafExRn/arQltJPDE+Z5jtNBifXjw==", "requires": { "@asyncapi/generator-react-sdk": "^0.2.23", "@asyncapi/parser": "2.1.0", "@npmcli/arborist": "^2.2.4", - "@smoya/multi-parser": "3.0.0", + "@smoya/multi-parser": "^4.0.0", "ajv": "^8.12.0", "chokidar": "^3.4.0", "commander": "^6.1.0", @@ -20211,16 +20211,16 @@ } }, "@smoya/multi-parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-3.0.0.tgz", - "integrity": "sha512-HtA/Png8FQ2vwiKKMSOqNkYGERUFqieeekwtuMsImmgnaiacyq97itehbep179qO/TvHb+3luRZAJ433fHgIxg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@smoya/multi-parser/-/multi-parser-4.0.0.tgz", + "integrity": "sha512-NgPxSaB3YqwrIVe7AtQ/wh9I2J0BHR4lP0PdqirYYrc0XXRwdDjIRrywEc2jjECWsL7tuGU/QtGMGIVaJe6ZYA==", "requires": { "@asyncapi/avro-schema-parser": "^3.0.3", "@asyncapi/openapi-schema-parser": "^3.0.4", "@asyncapi/protobuf-schema-parser": "^3.0.0", "@asyncapi/raml-dt-schema-parser": "^4.0.4", "parserv2": "npm:@asyncapi/parser@^2.1.0", - "parserv3": "npm:@asyncapi/parser@^2.2.0-next-major-spec.2" + "parserv3": "npm:@asyncapi/parser@^3.0.0-next-major-spec.3" }, "dependencies": { "@asyncapi/avro-schema-parser": { @@ -27412,9 +27412,9 @@ } }, "parserv3": { - "version": "npm:@asyncapi/parser@2.2.0-next-major-spec.2", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.2.0-next-major-spec.2.tgz", - "integrity": "sha512-KkS+sPCHFFPZrFzzx4UGiYDrDfJI583AksLFg6QUKwr5Wjq8o7cIC3Hel2ptaRVv5x1nJz0o6QzFeY7VIWCc1g==", + "version": "npm:@asyncapi/parser@3.0.0-next-major-spec.3", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.0-next-major-spec.3.tgz", + "integrity": "sha512-LCrAQqJpGxraMyU2k1Nh1X6Q1dz7a/YhTRRFFrQHOEo+TUT/kRdoUkRDP++e58dO7h9MBN+/hZK5TaqE+/jQiw==", "requires": { "@asyncapi/specs": "^6.0.0-next-major-spec.6", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", @@ -27436,9 +27436,9 @@ }, "dependencies": { "@asyncapi/specs": { - "version": "6.0.0-next-major-spec.7", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.7.tgz", - "integrity": "sha512-rorau4qa1rjlIz4vGy3MuzQKSyKyJWuRa3DbFKopixDCjnAOIScVDc/M6/T8X9Ay+GQhebcYrbiPT4JUvWbFAA==", + "version": "6.0.0-next-major-spec.8", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.0.0-next-major-spec.8.tgz", + "integrity": "sha512-WVhzeJepkqO6abDprz9bk9zR/ESidanQncPP7jFRUJQ71ED4/XQMjaSKLE5MB09eUUZoY5EqoccUQJWfc54SMg==", "requires": { "@types/json-schema": "^7.0.11" } diff --git a/package.json b/package.json index de487f92a..f0c6fa42f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@asyncapi/generator": "^1.13.0", + "@asyncapi/generator": "^1.13.1", "@asyncapi/html-template": "^0.28.4", "@asyncapi/markdown-template": "^1.3.3", "@asyncapi/parser": "^1.13.1", From b06d35ba1c6d6e402223fa257d74042678d89c80 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 4 Oct 2023 14:57:42 +0200 Subject: [PATCH 24/24] chore(release): v0.26.7 (#530) --- .../classes/adapters_cluster_redis.default.md | 28 +++---- .../classes/adapters_http_client.default.md | 30 ++++---- .../classes/adapters_http_server.default.md | 38 +++++----- .../classes/adapters_kafka.default.md | 34 ++++----- .../classes/adapters_mqtt.default.md | 50 ++++++------- .../classes/adapters_socket_io.default.md | 36 ++++----- .../classes/adapters_ws_client.default.md | 38 +++++----- .../classes/adapters_ws_server.default.md | 56 +++++++------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 40 +++++----- docs/reference/classes/lib_cluster.default.md | 26 +++---- .../classes/lib_connection.default.md | 26 +++---- docs/reference/classes/lib_glee.default.md | 46 ++++++------ docs/reference/classes/lib_message.default.md | 74 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 +++++----- .../classes/lib_wsHttpAuth.default.md | 30 ++++---- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 42 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 2 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 8 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 16 ++-- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- docs/reference/modules/middlewares_logger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 49 files changed, 400 insertions(+), 400 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 0aa2285bc..48d617cdf 100644 --- a/docs/reference/classes/adapters_cluster_redis.default.md +++ b/docs/reference/classes/adapters_cluster_redis.default.md @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L46) ## Properties @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter. #### Defined in -[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/e143955/src/adapters/cluster/redis/index.ts#L9) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/e143955/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L108) ## Methods @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/e143955/src/adapters/cluster/redis/index.ts#L24) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/e143955/src/adapters/cluster/redis/index.ts#L67) ___ @@ -325,7 +325,7 @@ Connects to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/e143955/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/e143955/src/adapters/cluster/redis/index.ts#L12) ___ @@ -1009,7 +1009,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/e143955/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/adapters_http_client.default.md b/docs/reference/classes/adapters_http_client.default.md index d953a1545..fe3ded15c 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -86,7 +86,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L41) ## Properties @@ -170,7 +170,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L185) ___ @@ -188,7 +188,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L193) ___ @@ -206,7 +206,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L197) ___ @@ -224,7 +224,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L177) ___ @@ -242,7 +242,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L189) ___ @@ -260,7 +260,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L181) ___ @@ -278,7 +278,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L201) ## Methods @@ -329,7 +329,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/client.ts#L12) +[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/e143955/src/adapters/http/client.ts#L12) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/client.ts#L73) +[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/e143955/src/adapters/http/client.ts#L73) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L214) ___ @@ -524,7 +524,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L230) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/client.ts#L9) +[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/e143955/src/adapters/http/client.ts#L9) ___ @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L205) ___ @@ -1074,7 +1074,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/client.ts#L22) +[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/e143955/src/adapters/http/client.ts#L22) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index c882a2320..bdd1521fb 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L10) +[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/e143955/src/adapters/http/server.ts#L10) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L201) ## Methods @@ -317,7 +317,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L135) +[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/e143955/src/adapters/http/server.ts#L135) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L24) +[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/e143955/src/adapters/http/server.ts#L24) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L181) +[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/e143955/src/adapters/http/server.ts#L181) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L175) +[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/e143955/src/adapters/http/server.ts#L175) ___ @@ -424,7 +424,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L16) +[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/e143955/src/adapters/http/server.ts#L16) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L214) ___ @@ -598,7 +598,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L230) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L12) +[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/e143955/src/adapters/http/server.ts#L12) ___ @@ -1122,7 +1122,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L205) ___ @@ -1148,7 +1148,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/http/server.ts#L20) +[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/e143955/src/adapters/http/server.ts#L20) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index 4c8b07252..7ca7c8842 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -88,7 +88,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L41) ## Properties @@ -98,7 +98,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/e143955/src/adapters/kafka/index.ts#L8) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/e143955/src/adapters/kafka/index.ts#L7) ___ @@ -192,7 +192,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L185) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L193) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L197) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L177) ___ @@ -264,7 +264,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L189) ___ @@ -282,7 +282,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L181) ___ @@ -300,7 +300,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/e143955/src/adapters/kafka/index.ts#L95) ___ @@ -373,7 +373,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/e143955/src/adapters/kafka/index.ts#L13) ___ @@ -502,7 +502,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L214) ___ @@ -547,7 +547,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L230) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/e143955/src/adapters/kafka/index.ts#L9) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L205) ___ @@ -1097,7 +1097,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/e143955/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index 6797b00d4..738f220e6 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -96,7 +96,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L41) ## Properties @@ -106,7 +106,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L29) +[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L29) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L30) +[src/adapters/mqtt/index.ts:30](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L30) ___ @@ -200,7 +200,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L185) ___ @@ -218,7 +218,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L193) ___ @@ -236,7 +236,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L197) ___ @@ -254,7 +254,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L177) ___ @@ -272,7 +272,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L189) ___ @@ -290,7 +290,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L181) ___ @@ -308,7 +308,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L201) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L151) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L229) +[src/adapters/mqtt/index.ts:229](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L229) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L245) +[src/adapters/mqtt/index.ts:245](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L245) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L206) +[src/adapters/mqtt/index.ts:206](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L206) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L118) +[src/adapters/mqtt/index.ts:118](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L118) ___ @@ -450,7 +450,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L36) +[src/adapters/mqtt/index.ts:36](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L36) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L214) ___ @@ -623,7 +623,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L44) +[src/adapters/mqtt/index.ts:44](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L44) ___ @@ -643,7 +643,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L230) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L64) +[src/adapters/mqtt/index.ts:64](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L64) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L95) +[src/adapters/mqtt/index.ts:95](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L95) ___ @@ -765,7 +765,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L32) ___ @@ -1207,7 +1207,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L205) ___ @@ -1233,7 +1233,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L40) +[src/adapters/mqtt/index.ts:40](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L40) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/mqtt/index.ts#L128) +[src/adapters/mqtt/index.ts:128](https://github.com/asyncapi/glee/blob/e143955/src/adapters/mqtt/index.ts#L128) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 644e9fca4..fd53d69b5 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -89,7 +89,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L41) ## Properties @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/e143955/src/adapters/socket.io/index.ts#L6) ___ @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/e143955/src/adapters/socket.io/index.ts#L20) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/e143955/src/adapters/socket.io/index.ts#L97) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/e143955/src/adapters/socket.io/index.ts#L78) ___ @@ -397,7 +397,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/e143955/src/adapters/socket.io/index.ts#L12) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L214) ___ @@ -571,7 +571,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L230) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/e143955/src/adapters/socket.io/index.ts#L8) ___ @@ -1095,7 +1095,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L205) ___ @@ -1121,7 +1121,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/e143955/src/adapters/socket.io/index.ts#L16) ___ diff --git a/docs/reference/classes/adapters_ws_client.default.md b/docs/reference/classes/adapters_ws_client.default.md index 910517107..da9f724e8 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L41) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L15) +[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/client.ts#L15) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L185) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L193) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L197) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L177) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L189) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L181) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L201) ## Methods @@ -306,7 +306,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L29) +[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/client.ts#L29) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L112) +[src/adapters/ws/client.ts:112](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/client.ts#L112) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L99) +[src/adapters/ws/client.ts:99](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/client.ts#L99) ___ @@ -398,7 +398,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L21) +[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/client.ts#L21) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L214) ___ @@ -572,7 +572,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L230) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L77) +[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/client.ts#L77) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/client.ts#L17) ___ @@ -1110,7 +1110,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L205) ___ @@ -1136,7 +1136,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/client.ts#L25) +[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/client.ts#L25) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index b4eff3254..e2cb429fb 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L41) ## Properties @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L185) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L193) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L197) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L177) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L189) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L181) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L201) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L197) +[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L197) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L287) +[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L287) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L265) +[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L265) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L145) +[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L145) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L54) +[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L54) ___ @@ -438,7 +438,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L43) +[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L43) ___ @@ -458,7 +458,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L20) +[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L20) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L37) +[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L37) ___ @@ -567,7 +567,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L28) +[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L28) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L214) ___ @@ -674,7 +674,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L230) ___ @@ -688,7 +688,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L127) +[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L127) ___ @@ -708,7 +708,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L59) +[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L59) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L16) ___ @@ -951,7 +951,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L78) +[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L78) ___ @@ -971,7 +971,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L109) +[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L109) ___ @@ -1274,7 +1274,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L205) ___ @@ -1300,7 +1300,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L24) +[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L24) ___ @@ -1357,7 +1357,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L186) +[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L186) ___ @@ -1391,7 +1391,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/29dcf2b/src/adapters/ws/server.ts#L176) +[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/e143955/src/adapters/ws/server.ts#L176) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index 652bdc69f..388e7d9c6 100644 --- a/docs/reference/classes/errors_glee_error.default.md +++ b/docs/reference/classes/errors_glee_error.default.md @@ -53,7 +53,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/29dcf2b/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/e143955/src/errors/glee-error.ts#L5) ## Properties @@ -63,7 +63,7 @@ Error.constructor #### Defined in -[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/29dcf2b/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/e143955/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/29dcf2b/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/e143955/src/errors/glee-error.ts#L2) ___ @@ -178,7 +178,7 @@ node_modules/@types/node/globals.d.ts:13 #### Defined in -[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/29dcf2b/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/e143955/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/e143955/src/errors/glee-error.ts#L12) ## Methods diff --git a/docs/reference/classes/lib_adapter.default.md b/docs/reference/classes/lib_adapter.default.md index a047bc146..4413df9d8 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -105,7 +105,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L41) +[src/lib/adapter.ts:41](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L41) ## Properties @@ -115,7 +115,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L27) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L29) +[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L29) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L30) +[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L30) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L25) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L28) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L26) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L31) +[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L31) ___ @@ -255,7 +255,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L185) +[src/lib/adapter.ts:185](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L185) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L193) +[src/lib/adapter.ts:193](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L193) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L197) +[src/lib/adapter.ts:197](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L197) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L177) +[src/lib/adapter.ts:177](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L177) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L189) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L181) +[src/lib/adapter.ts:181](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L181) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L201) +[src/lib/adapter.ts:201](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L201) ## Methods @@ -386,7 +386,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L245) +[src/lib/adapter.ts:245](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L245) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L214) +[src/lib/adapter.ts:214](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L214) ___ @@ -552,7 +552,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L230) +[src/lib/adapter.ts:230](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L230) ___ @@ -1058,7 +1058,7 @@ ___ #### Defined in -[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L205) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L205) ___ @@ -1080,7 +1080,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L255) +[src/lib/adapter.ts:255](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L255) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index 5af574725..992842f02 100644 --- a/docs/reference/classes/lib_cluster.default.md +++ b/docs/reference/classes/lib_cluster.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L46) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index cc13c00ed..bbb2ca99b 100644 --- a/docs/reference/classes/lib_connection.default.md +++ b/docs/reference/classes/lib_connection.default.md @@ -47,7 +47,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L28) ## Properties @@ -57,7 +57,7 @@ Instantiates a Glee connection. #### Defined in -[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/e143955/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 0c07f6dbf..ff8ff71f5 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L307) +[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L307) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L294) +[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L294) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L224) +[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L224) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L195) +[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L195) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L173) +[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L173) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L162) +[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L162) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L208) +[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L208) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/e143955/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index 5fd4204c1..986d82c0f 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -97,7 +97,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L51) +[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L51) ## Properties @@ -107,7 +107,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L31) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L28) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L34) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L30) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L27) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L32) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L33) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L35) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L26) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L36) +[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L36) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L29) ___ @@ -295,7 +295,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L113) +[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L113) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L89) +[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L89) • `set` **channel**(`value`): `void` @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L93) +[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L93) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L125) +[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L125) • `set` **cluster**(`value`): `void` @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L129) +[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L129) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L105) +[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L105) • `set` **connection**(`value`): `void` @@ -385,7 +385,7 @@ ___ #### Defined in -[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L109) +[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L109) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L81) +[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L81) • `set` **headers**(`value`): `void` @@ -415,7 +415,7 @@ ___ #### Defined in -[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L85) +[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L85) ___ @@ -429,7 +429,7 @@ ___ #### Defined in -[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L117) +[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L117) • `set` **params**(`value`): `void` @@ -445,7 +445,7 @@ ___ #### Defined in -[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L121) +[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L121) ___ @@ -459,7 +459,7 @@ ___ #### Defined in -[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L73) +[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L73) • `set` **payload**(`value`): `void` @@ -475,7 +475,7 @@ ___ #### Defined in -[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L77) +[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L77) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L133) +[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L133) • `set` **query**(`value`): `void` @@ -505,7 +505,7 @@ ___ #### Defined in -[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L137) +[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L137) ___ @@ -519,7 +519,7 @@ ___ #### Defined in -[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L97) +[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L97) • `set` **serverName**(`value`): `void` @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L101) +[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L101) ## Methods @@ -712,7 +712,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L194) +[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L194) ___ @@ -728,7 +728,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L201) +[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L201) ___ @@ -812,7 +812,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L222) +[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L222) ___ @@ -828,7 +828,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L215) +[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L215) ___ @@ -1268,7 +1268,7 @@ Sends the message back to the server/broker. #### Defined in -[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L149) +[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L149) ___ @@ -1284,7 +1284,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L208) +[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L208) ___ @@ -1300,7 +1300,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L178) ___ @@ -1351,7 +1351,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/e143955/src/lib/message.ts#L186) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index 6bed0e43e..66c7c8a81 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index e493a0d22..f21db5765 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L168) +[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L168) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L71) +[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L71) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L58) +[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L58) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L126) +[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L126) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L113) +[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L113) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L161) +[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L161) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/wsHttpAuth.ts#L97) +[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/e143955/src/lib/wsHttpAuth.ts#L97) ___ diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 8d214978a..66ece0f8a 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L35) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L33) +[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L33) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L34) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 03a0bf9cc..28cd65928 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L54) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L55) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L53) +[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L53) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L58) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L56) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L57) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index a25daa2f5..c41297368 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L20) +[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L20) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L23) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L22) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L21) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index 037d01166..5d1dfccd5 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L29) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L27) +[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L27) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L28) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index 80a2c4379..26c6b2dff 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:5](https://github.com/asyncapi/glee/blob/29dcf2b/src/docs.ts#L5) +[src/docs.ts:5](https://github.com/asyncapi/glee/blob/e143955/src/docs.ts#L5) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index 814256823..be0952d49 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:37](https://github.com/asyncapi/glee/blob/29dcf2b/src/index.ts#L37) +[src/index.ts:37](https://github.com/asyncapi/glee/blob/e143955/src/index.ts#L37) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 28e443866..cf248e9bf 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -80,7 +80,7 @@ #### Defined in -[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L11) +[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L11) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L38) +[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L38) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L98) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L153) +[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L153) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L130) +[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L130) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L61) +[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L61) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L105) +[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L105) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L149) +[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L149) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L120) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L114) +[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L114) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L147) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L146) +[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L146) ___ @@ -307,7 +307,7 @@ ___ #### Defined in -[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L138) +[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L138) ___ @@ -329,7 +329,7 @@ ___ #### Defined in -[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L79) +[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L79) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L8) ___ @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L94) +[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L94) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L90) +[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L90) ___ @@ -381,7 +381,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L9) ___ @@ -391,7 +391,7 @@ ___ #### Defined in -[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L7) +[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L7) ___ @@ -413,7 +413,7 @@ ___ #### Defined in -[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L67) +[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L67) ___ @@ -423,4 +423,4 @@ ___ #### Defined in -[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/index.d.ts#L50) +[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/e143955/src/lib/index.d.ts#L50) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index da5d5304a..ca9f731e9 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L17) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/e143955/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 4ab086e80..850268e90 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/asyncapiFile.ts#L5) +[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/e143955/src/lib/asyncapiFile.ts#L5) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 1c0dbb72f..79e9a54d5 100644 --- a/docs/reference/modules/lib_cluster.md +++ b/docs/reference/modules/lib_cluster.md @@ -27,4 +27,4 @@ #### Defined in -[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/e143955/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index 5d1ddafdf..427822674 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/e143955/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index d5f971bae..4c977d832 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -29,7 +29,7 @@ #### Defined in -[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/configs.ts#L112) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/e143955/src/lib/configs.ts#L112) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/configs.ts#L130) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/e143955/src/lib/configs.ts#L130) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/configs.ts#L23) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/e143955/src/lib/configs.ts#L23) ___ @@ -79,4 +79,4 @@ Loads the configuration from glee project. #### Defined in -[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/configs.ts#L81) +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/e143955/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 5c4782413..79bc25991 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/docs.ts#L5) +[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/e143955/src/lib/docs.ts#L5) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index 247029306..0b323e50c 100644 --- a/docs/reference/modules/lib_experimentalFlags.md +++ b/docs/reference/modules/lib_experimentalFlags.md @@ -16,4 +16,4 @@ #### Defined in -[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/e143955/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 9f24a6304..bc92407e8 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/functions.ts#L53) +[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/e143955/src/lib/functions.ts#L53) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/functions.ts#L55) +[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/e143955/src/lib/functions.ts#L55) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/functions.ts#L84) +[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/e143955/src/lib/functions.ts#L84) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index 8f165fb64..16732d9c6 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/e143955/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/e143955/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/e143955/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index c3ccb183f..64853e2c2 100644 --- a/docs/reference/modules/lib_logger.md +++ b/docs/reference/modules/lib_logger.md @@ -89,7 +89,7 @@ ___ #### Defined in -[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/e143955/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L206) +[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/e143955/src/lib/logger.ts#L206) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L195) +[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/e143955/src/lib/logger.ts#L195) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/e143955/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/e143955/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/e143955/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/e143955/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L180) +[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/e143955/src/lib/logger.ts#L180) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L232) +[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/e143955/src/lib/logger.ts#L232) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L228) +[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/e143955/src/lib/logger.ts#L228) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/e143955/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/e143955/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index ab2690583..de33f680c 100644 --- a/docs/reference/modules/lib_router.md +++ b/docs/reference/modules/lib_router.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/e143955/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index 94192d6dc..697156805 100644 --- a/docs/reference/modules/lib_servers.md +++ b/docs/reference/modules/lib_servers.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/e143955/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index 6a28883f9..5893b9944 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/e143955/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/e143955/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/e143955/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/e143955/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index 2b3040a8d..20b534849 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -33,7 +33,7 @@ #### Defined in -[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L118) +[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/e143955/src/lib/util.ts#L118) ___ @@ -55,7 +55,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L52) +[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/e143955/src/lib/util.ts#L52) ___ @@ -78,7 +78,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L22) +[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/e143955/src/lib/util.ts#L22) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L122) +[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/e143955/src/lib/util.ts#L122) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L137) +[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/e143955/src/lib/util.ts#L137) ___ @@ -143,7 +143,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L81) +[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/e143955/src/lib/util.ts#L81) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L148) +[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/e143955/src/lib/util.ts#L148) ___ @@ -188,4 +188,4 @@ Object #### Defined in -[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/29dcf2b/src/lib/util.ts#L93) +[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/e143955/src/lib/util.ts#L93) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index af12b0bf2..6aa170759 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/e143955/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/e143955/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/e143955/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index 2b327ce6e..87729b454 100644 --- a/docs/reference/modules/middlewares_buffer2string.md +++ b/docs/reference/modules/middlewares_buffer2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/e143955/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index d855de17e..ad7995275 100644 --- a/docs/reference/modules/middlewares_errorLogger.md +++ b/docs/reference/modules/middlewares_errorLogger.md @@ -28,4 +28,4 @@ #### Defined in -[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/e143955/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 16f1395f5..a96ce24fa 100644 --- a/docs/reference/modules/middlewares_existsInAsyncAPI.md +++ b/docs/reference/modules/middlewares_existsInAsyncAPI.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/e143955/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 92b39234c..ea3b6579f 100644 --- a/docs/reference/modules/middlewares_json2string.md +++ b/docs/reference/modules/middlewares_json2string.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/e143955/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_logger.md b/docs/reference/modules/middlewares_logger.md index b02931a0d..a8bcfa24c 100644 --- a/docs/reference/modules/middlewares_logger.md +++ b/docs/reference/modules/middlewares_logger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/logger.ts#L5) +[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/e143955/src/middlewares/logger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 91079ea8c..eca641682 100644 --- a/docs/reference/modules/middlewares_string2json.md +++ b/docs/reference/modules/middlewares_string2json.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/e143955/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index d7665a743..6193e3307 100644 --- a/docs/reference/modules/middlewares_validate.md +++ b/docs/reference/modules/middlewares_validate.md @@ -39,4 +39,4 @@ #### Defined in -[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/e143955/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 2ce199962..92cb35a44 100644 --- a/docs/reference/modules/middlewares_validateConnection.md +++ b/docs/reference/modules/middlewares_validateConnection.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/29dcf2b/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/e143955/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index e204aaa37..c0c1e8c51 100644 --- a/docs/reference/modules/registerAdapters.md +++ b/docs/reference/modules/registerAdapters.md @@ -28,4 +28,4 @@ #### Defined in -[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/29dcf2b/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/e143955/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index fbb79c427..3e0bdd883 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.26.6", + "version": "0.26.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.26.6", + "version": "0.26.7", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.13.1", diff --git a/package.json b/package.json index f0c6fa42f..5c21a85ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.26.6", + "version": "0.26.7", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module",