From c1ec0c3218d18b313c605c0fbe43d00839ee853c Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 2 Apr 2024 16:02:26 +0200 Subject: [PATCH] chore(release): v0.36.8 (#777) --- .../classes/adapters_cluster_redis.default.md | 28 +++--- .../classes/adapters_http_client.default.md | 48 +++++------ .../classes/adapters_http_server.default.md | 76 ++++++++-------- .../classes/adapters_kafka.default.md | 40 ++++----- .../classes/adapters_mqtt.default.md | 54 ++++++------ .../classes/adapters_socket_io.default.md | 40 ++++----- .../classes/adapters_ws_client.default.md | 42 ++++----- .../classes/adapters_ws_server.default.md | 86 +++++++++---------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 48 +++++------ 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 | 86 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 ++++---- .../classes/lib_wsHttpAuth.default.md | 30 +++---- .../interfaces/lib.Authenticatable.md | 6 +- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- .../lib_adapter.GleeAdapterOptions.md | 8 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 52 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 8 +- 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 | 22 ++--- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_channelLogger.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- .../modules/middlewares_payloadLogger.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 +- 52 files changed, 481 insertions(+), 481 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 1b9699249..8189ed4a0 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/f762a02/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f762a02/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f762a02/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f762a02/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/2f0e071/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 404d6b3b0..624fafa25 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -90,7 +90,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L43) ## Properties @@ -174,7 +174,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L184) ___ @@ -192,7 +192,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L200) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L192) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L204) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L176) ___ @@ -264,7 +264,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L196) ___ @@ -282,7 +282,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L188) ___ @@ -300,7 +300,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L180) ___ @@ -318,7 +318,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/client.ts#L67) +[src/adapters/http/client.ts:67](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/client.ts#L67) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/client.ts#L97) +[src/adapters/http/client.ts:97](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/client.ts#L97) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/client.ts#L82) +[src/adapters/http/client.ts:82](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/client.ts#L82) ___ @@ -400,7 +400,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/client.ts#L92) +[src/adapters/http/client.ts:92](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/client.ts#L92) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/client.ts#L37) +[src/adapters/http/client.ts:37](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/client.ts#L37) ___ @@ -442,7 +442,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/client.ts#L123) +[src/adapters/http/client.ts:123](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/client.ts#L123) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/client.ts#L117) +[src/adapters/http/client.ts:117](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/client.ts#L117) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/client.ts#L105) +[src/adapters/http/client.ts:105](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/client.ts#L105) ___ @@ -534,7 +534,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/client.ts#L17) +[src/adapters/http/client.ts:17](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/client.ts#L17) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L221) ___ @@ -708,7 +708,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L237) ___ @@ -790,7 +790,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/client.ts#L14) +[src/adapters/http/client.ts:14](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/client.ts#L14) ___ @@ -1232,7 +1232,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L212) ___ @@ -1258,7 +1258,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/client.ts#L27) +[src/adapters/http/client.ts:27](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index 45a8fc8ad..9d755af02 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -104,7 +104,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ #### Defined in -[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L13) +[src/adapters/http/server.ts:13](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L13) ___ @@ -198,7 +198,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L184) ___ @@ -216,7 +216,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L200) ___ @@ -234,7 +234,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L192) ___ @@ -252,7 +252,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L204) ___ @@ -270,7 +270,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L176) ___ @@ -288,7 +288,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L196) ___ @@ -306,7 +306,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L188) ___ @@ -324,7 +324,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L180) ___ @@ -342,7 +342,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L208) ## Methods @@ -363,7 +363,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L43) +[src/adapters/http/server.ts:43](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L43) ___ @@ -377,7 +377,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L166) +[src/adapters/http/server.ts:166](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L166) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L251) +[src/adapters/http/server.ts:251](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L251) ___ @@ -419,7 +419,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L127) +[src/adapters/http/server.ts:127](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L127) ___ @@ -441,7 +441,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L117) +[src/adapters/http/server.ts:117](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L117) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L188) +[src/adapters/http/server.ts:188](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L188) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L94) +[src/adapters/http/server.ts:94](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L94) ___ @@ -503,7 +503,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L101) +[src/adapters/http/server.ts:101](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L101) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L142) +[src/adapters/http/server.ts:142](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L142) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L233) +[src/adapters/http/server.ts:233](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L233) ___ @@ -563,7 +563,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L177) +[src/adapters/http/server.ts:177](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L177) ___ @@ -584,7 +584,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L136) +[src/adapters/http/server.ts:136](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L136) ___ @@ -605,7 +605,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L149) +[src/adapters/http/server.ts:149](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L149) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L104) +[src/adapters/http/server.ts:104](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L104) ___ @@ -647,7 +647,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L27) +[src/adapters/http/server.ts:27](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L27) ___ @@ -667,7 +667,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L245) +[src/adapters/http/server.ts:245](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L245) ___ @@ -687,7 +687,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L91) +[src/adapters/http/server.ts:91](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L91) ___ @@ -709,7 +709,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L212) +[src/adapters/http/server.ts:212](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L212) ___ @@ -731,7 +731,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L180) +[src/adapters/http/server.ts:180](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L180) ___ @@ -753,7 +753,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L192) +[src/adapters/http/server.ts:192](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L192) ___ @@ -774,7 +774,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L236) +[src/adapters/http/server.ts:236](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L236) ___ @@ -825,7 +825,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L19) +[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L19) ___ @@ -954,7 +954,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L221) ___ @@ -999,7 +999,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L237) ___ @@ -1081,7 +1081,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L15) +[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L15) ___ @@ -1523,7 +1523,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L212) ___ @@ -1549,7 +1549,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/http/server.ts#L23) +[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/http/server.ts#L23) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index a1201d3ec..e43b69660 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L43) ## Properties @@ -96,7 +96,7 @@ #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/kafka/index.ts#L8) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/kafka/index.ts#L7) ___ @@ -190,7 +190,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L184) ___ @@ -208,7 +208,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L200) ___ @@ -226,7 +226,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L192) ___ @@ -244,7 +244,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L204) ___ @@ -262,7 +262,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L176) ___ @@ -280,7 +280,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L196) ___ @@ -298,7 +298,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L188) ___ @@ -316,7 +316,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L180) ___ @@ -334,7 +334,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L208) ## Methods @@ -348,7 +348,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:17](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/kafka/index.ts#L17) +[src/adapters/kafka/index.ts:17](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/kafka/index.ts#L17) ___ @@ -370,7 +370,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:99](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/kafka/index.ts#L99) +[src/adapters/kafka/index.ts:99](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/kafka/index.ts#L99) ___ @@ -421,7 +421,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/kafka/index.ts#L13) ___ @@ -550,7 +550,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L221) ___ @@ -595,7 +595,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L237) ___ @@ -677,7 +677,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/kafka/index.ts#L9) ___ @@ -1119,7 +1119,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L212) ___ @@ -1145,7 +1145,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:83](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/kafka/index.ts#L83) +[src/adapters/kafka/index.ts:83](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/kafka/index.ts#L83) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index c90fd0af4..2f2754320 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -93,7 +93,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L43) ## Properties @@ -103,7 +103,7 @@ #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L32) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L33) +[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L33) ___ @@ -197,7 +197,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L184) ___ @@ -215,7 +215,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L200) ___ @@ -233,7 +233,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L192) ___ @@ -251,7 +251,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L204) ___ @@ -269,7 +269,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L176) ___ @@ -287,7 +287,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L196) ___ @@ -305,7 +305,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L188) ___ @@ -323,7 +323,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L180) ___ @@ -341,7 +341,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L208) ## Methods @@ -355,7 +355,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:194](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L194) +[src/adapters/mqtt/index.ts:194](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L194) ___ @@ -375,7 +375,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:274](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L274) +[src/adapters/mqtt/index.ts:274](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L274) ___ @@ -398,7 +398,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:290](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L290) +[src/adapters/mqtt/index.ts:290](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L290) ___ @@ -418,7 +418,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:250](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L250) +[src/adapters/mqtt/index.ts:250](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L250) ___ @@ -463,7 +463,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:141](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L141) +[src/adapters/mqtt/index.ts:141](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L141) ___ @@ -483,7 +483,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L39) +[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L39) ___ @@ -612,7 +612,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L221) ___ @@ -656,7 +656,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L47) +[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L47) ___ @@ -676,7 +676,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L237) ___ @@ -696,7 +696,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:85](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L85) +[src/adapters/mqtt/index.ts:85](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L85) ___ @@ -716,7 +716,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:116](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L116) +[src/adapters/mqtt/index.ts:116](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L116) ___ @@ -798,7 +798,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L35) +[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L35) ___ @@ -1240,7 +1240,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L212) ___ @@ -1266,7 +1266,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L43) +[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L43) ___ @@ -1321,7 +1321,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/mqtt/index.ts#L151) +[src/adapters/mqtt/index.ts:151](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/mqtt/index.ts#L151) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 0d68f0ce0..2cb9dd6e1 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L43) ## Properties @@ -96,7 +96,7 @@ #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/socket.io/index.ts#L6) ___ @@ -180,7 +180,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L184) ___ @@ -198,7 +198,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L200) ___ @@ -216,7 +216,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L192) ___ @@ -234,7 +234,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L204) ___ @@ -252,7 +252,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L176) ___ @@ -270,7 +270,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L196) ___ @@ -288,7 +288,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L188) ___ @@ -306,7 +306,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L180) ___ @@ -324,7 +324,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L208) ## Methods @@ -338,7 +338,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/socket.io/index.ts#L20) ___ @@ -359,7 +359,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/socket.io/index.ts#L97) ___ @@ -379,7 +379,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/socket.io/index.ts#L78) ___ @@ -430,7 +430,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/socket.io/index.ts#L12) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L221) ___ @@ -604,7 +604,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L237) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/socket.io/index.ts#L8) ___ @@ -1128,7 +1128,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L212) ___ @@ -1154,7 +1154,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/2f0e071/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 290dff32d..ac9b18bee 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -87,7 +87,7 @@ #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L43) ## Properties @@ -97,7 +97,7 @@ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/client.ts#L17) ___ @@ -181,7 +181,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L184) ___ @@ -199,7 +199,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L200) ___ @@ -217,7 +217,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L192) ___ @@ -235,7 +235,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L204) ___ @@ -253,7 +253,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L176) ___ @@ -271,7 +271,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L196) ___ @@ -289,7 +289,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L188) ___ @@ -307,7 +307,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L180) ___ @@ -325,7 +325,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L208) ## Methods @@ -339,7 +339,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/client.ts#L31) +[src/adapters/ws/client.ts:31](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/client.ts#L31) ___ @@ -360,7 +360,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/client.ts#L118) +[src/adapters/ws/client.ts:118](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/client.ts#L118) ___ @@ -380,7 +380,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/client.ts#L105) +[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/client.ts#L105) ___ @@ -431,7 +431,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/client.ts#L23) +[src/adapters/ws/client.ts:23](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/client.ts#L23) ___ @@ -560,7 +560,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L221) ___ @@ -605,7 +605,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L237) ___ @@ -619,7 +619,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/client.ts#L86) +[src/adapters/ws/client.ts:86](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/client.ts#L86) ___ @@ -701,7 +701,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/client.ts#L19) +[src/adapters/ws/client.ts:19](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/client.ts#L19) ___ @@ -1143,7 +1143,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L212) ___ @@ -1169,7 +1169,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/client.ts#L27) +[src/adapters/ws/client.ts:27](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/client.ts#L27) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index 080be82c2..647bfa858 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -109,7 +109,7 @@ #### Defined in -[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L21) +[src/adapters/ws/server.ts:21](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L21) ## Properties @@ -119,7 +119,7 @@ #### Defined in -[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L13) +[src/adapters/ws/server.ts:13](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L13) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L16) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L14) +[src/adapters/ws/server.ts:14](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L14) ___ @@ -149,7 +149,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L18) +[src/adapters/ws/server.ts:18](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L18) ___ @@ -159,7 +159,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L15) +[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L15) ___ @@ -243,7 +243,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L184) ___ @@ -261,7 +261,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L200) ___ @@ -279,7 +279,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L192) ___ @@ -297,7 +297,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L204) ___ @@ -315,7 +315,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L176) ___ @@ -333,7 +333,7 @@ Adapter.operationIds #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L196) ___ @@ -351,7 +351,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L188) ___ @@ -369,7 +369,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L180) ___ @@ -387,7 +387,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L208) ## Methods @@ -401,7 +401,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L68) +[src/adapters/ws/server.ts:68](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L68) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L282) +[src/adapters/ws/server.ts:282](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L282) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L45) +[src/adapters/ws/server.ts:45](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L45) ___ @@ -458,7 +458,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L100) +[src/adapters/ws/server.ts:100](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L100) ___ @@ -478,7 +478,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L183) +[src/adapters/ws/server.ts:183](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L183) ___ @@ -498,7 +498,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L95) +[src/adapters/ws/server.ts:95](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L95) ___ @@ -512,7 +512,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L90) +[src/adapters/ws/server.ts:90](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L90) ___ @@ -532,7 +532,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L250) +[src/adapters/ws/server.ts:250](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L250) ___ @@ -552,7 +552,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L269) +[src/adapters/ws/server.ts:269](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L269) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L104) +[src/adapters/ws/server.ts:104](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L104) ___ @@ -595,7 +595,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L171) +[src/adapters/ws/server.ts:171](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L171) ___ @@ -615,7 +615,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L190) +[src/adapters/ws/server.ts:190](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L190) ___ @@ -635,7 +635,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L274) +[src/adapters/ws/server.ts:274](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L274) ___ @@ -655,7 +655,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L260) +[src/adapters/ws/server.ts:260](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L260) ___ @@ -677,7 +677,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L128) +[src/adapters/ws/server.ts:128](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L128) ___ @@ -699,7 +699,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L162) +[src/adapters/ws/server.ts:162](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L162) ___ @@ -713,7 +713,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L207) +[src/adapters/ws/server.ts:207](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L207) ___ @@ -735,7 +735,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L146) +[src/adapters/ws/server.ts:146](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L146) ___ @@ -756,7 +756,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L110) +[src/adapters/ws/server.ts:110](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L110) ___ @@ -777,7 +777,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L119) +[src/adapters/ws/server.ts:119](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L119) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L229) +[src/adapters/ws/server.ts:229](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L229) ___ @@ -831,7 +831,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L219) +[src/adapters/ws/server.ts:219](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L219) ___ @@ -882,7 +882,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L35) +[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L35) ___ @@ -1011,7 +1011,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L221) ___ @@ -1056,7 +1056,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L237) ___ @@ -1138,7 +1138,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L31) +[src/adapters/ws/server.ts:31](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L31) ___ @@ -1580,7 +1580,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L212) ___ @@ -1606,7 +1606,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/f762a02/src/adapters/ws/server.ts#L241) +[src/adapters/ws/server.ts:241](https://github.com/asyncapi/glee/blob/2f0e071/src/adapters/ws/server.ts#L241) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index a77db6ba1..712f9319e 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/f762a02/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/2f0e071/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/f762a02/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/2f0e071/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/f762a02/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/2f0e071/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 0f0708084..07eea4a21 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -104,7 +104,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L43) +[src/lib/adapter.ts:43](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L43) ## Properties @@ -114,7 +114,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L34) +[src/lib/adapter.ts:34](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L34) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L38) +[src/lib/adapter.ts:38](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L38) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L36) +[src/lib/adapter.ts:36](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L36) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L39) +[src/lib/adapter.ts:39](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L39) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L32) +[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L32) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L37) +[src/lib/adapter.ts:37](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L37) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L35) +[src/lib/adapter.ts:35](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L35) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L33) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L40) +[src/lib/adapter.ts:40](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L40) ___ @@ -274,7 +274,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L184) +[src/lib/adapter.ts:184](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L184) ___ @@ -288,7 +288,7 @@ ___ #### Defined in -[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L200) +[src/lib/adapter.ts:200](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L200) ___ @@ -302,7 +302,7 @@ ___ #### Defined in -[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L192) +[src/lib/adapter.ts:192](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L192) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L204) +[src/lib/adapter.ts:204](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L204) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L176) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L176) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L196) +[src/lib/adapter.ts:196](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L196) ___ @@ -358,7 +358,7 @@ ___ #### Defined in -[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L188) +[src/lib/adapter.ts:188](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L188) ___ @@ -372,7 +372,7 @@ ___ #### Defined in -[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L180) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L180) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L208) +[src/lib/adapter.ts:208](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L208) ## Methods @@ -433,7 +433,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L252) +[src/lib/adapter.ts:252](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L252) ___ @@ -558,7 +558,7 @@ ___ #### Defined in -[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L221) +[src/lib/adapter.ts:221](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L221) ___ @@ -599,7 +599,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L237) +[src/lib/adapter.ts:237](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L237) ___ @@ -1105,7 +1105,7 @@ ___ #### Defined in -[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L212) +[src/lib/adapter.ts:212](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L212) ___ @@ -1127,7 +1127,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L262) +[src/lib/adapter.ts:262](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L262) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index 6e4af6095..019db4347 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/f762a02/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/f762a02/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/f762a02/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/f762a02/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f762a02/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f762a02/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f762a02/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 6cfedd688..2ed2633ef 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/f762a02/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/f762a02/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/f762a02/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/f762a02/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/f762a02/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/f762a02/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/f762a02/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/f762a02/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/f762a02/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/f762a02/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 6895ae9a0..52e90a2a2 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/f762a02/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:319](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L319) +[src/lib/glee.ts:319](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L319) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:306](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L306) +[src/lib/glee.ts:306](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L306) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:237](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L237) +[src/lib/glee.ts:237](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L237) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/2f0e071/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:208](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L208) +[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L208) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:186](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L186) +[src/lib/glee.ts:186](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L186) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:175](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L175) +[src/lib/glee.ts:175](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L175) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/2f0e071/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:221](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L221) +[src/lib/glee.ts:221](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L221) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/f762a02/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index 52ca43daa..ebc2491d1 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -101,7 +101,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L52) +[src/lib/message.ts:52](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L52) ## Properties @@ -111,7 +111,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L28) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L25) +[src/lib/message.ts:25](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L25) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L33) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L27) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L24) +[src/lib/message.ts:24](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L24) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L29) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L31) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L32) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L34) ___ @@ -209,7 +209,7 @@ ___ #### Defined in -[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L23) +[src/lib/message.ts:23](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L23) ___ @@ -219,7 +219,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L35) ___ @@ -229,7 +229,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L30) ___ @@ -239,7 +239,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L26) ___ @@ -319,7 +319,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L139) +[src/lib/message.ts:139](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L139) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L115) +[src/lib/message.ts:115](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L115) • `set` **channel**(`value`): `void` @@ -349,7 +349,7 @@ ___ #### Defined in -[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L119) +[src/lib/message.ts:119](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L119) ___ @@ -363,7 +363,7 @@ ___ #### Defined in -[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L151) +[src/lib/message.ts:151](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L151) • `set` **cluster**(`value`): `void` @@ -379,7 +379,7 @@ ___ #### Defined in -[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L155) +[src/lib/message.ts:155](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L155) ___ @@ -393,7 +393,7 @@ ___ #### Defined in -[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L131) +[src/lib/message.ts:131](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L131) • `set` **connection**(`value`): `void` @@ -409,7 +409,7 @@ ___ #### Defined in -[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L135) +[src/lib/message.ts:135](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L135) ___ @@ -423,7 +423,7 @@ ___ #### Defined in -[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L107) +[src/lib/message.ts:107](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L107) • `set` **headers**(`value`): `void` @@ -439,7 +439,7 @@ ___ #### Defined in -[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L111) +[src/lib/message.ts:111](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L111) ___ @@ -453,7 +453,7 @@ ___ #### Defined in -[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L98) +[src/lib/message.ts:98](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L98) • `set` **operation**(`value`): `void` @@ -469,7 +469,7 @@ ___ #### Defined in -[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L102) +[src/lib/message.ts:102](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L102) ___ @@ -483,7 +483,7 @@ ___ #### Defined in -[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L143) +[src/lib/message.ts:143](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L143) • `set` **params**(`value`): `void` @@ -499,7 +499,7 @@ ___ #### Defined in -[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L147) +[src/lib/message.ts:147](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L147) ___ @@ -513,7 +513,7 @@ ___ #### Defined in -[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L78) +[src/lib/message.ts:78](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L78) • `set` **payload**(`value`): `void` @@ -529,7 +529,7 @@ ___ #### Defined in -[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L82) +[src/lib/message.ts:82](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L82) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L159) +[src/lib/message.ts:159](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L159) • `set` **query**(`value`): `void` @@ -559,7 +559,7 @@ ___ #### Defined in -[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L163) +[src/lib/message.ts:163](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L163) ___ @@ -573,7 +573,7 @@ ___ #### Defined in -[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L94) +[src/lib/message.ts:94](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L94) • `set` **request**(`value`): `void` @@ -589,7 +589,7 @@ ___ #### Defined in -[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L90) +[src/lib/message.ts:90](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L90) ___ @@ -603,7 +603,7 @@ ___ #### Defined in -[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L123) +[src/lib/message.ts:123](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L123) • `set` **serverName**(`value`): `void` @@ -619,7 +619,7 @@ ___ #### Defined in -[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L127) +[src/lib/message.ts:127](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L127) ## Methods @@ -794,7 +794,7 @@ ___ #### Defined in -[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L86) +[src/lib/message.ts:86](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L86) ___ @@ -810,7 +810,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L186) ___ @@ -826,7 +826,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L193) +[src/lib/message.ts:193](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L193) ___ @@ -910,7 +910,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L214) +[src/lib/message.ts:214](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L214) ___ @@ -926,7 +926,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L207) +[src/lib/message.ts:207](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L207) ___ @@ -1360,7 +1360,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L200) +[src/lib/message.ts:200](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L200) ___ @@ -1376,7 +1376,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L170) +[src/lib/message.ts:170](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L170) ___ @@ -1427,7 +1427,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/f762a02/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/message.ts#L178) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index 829d2d036..e30785125 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/f762a02/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/f762a02/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/f762a02/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/f762a02/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/f762a02/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index 65de1066e..73c028728 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/f762a02/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:164](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L164) +[src/lib/wsHttpAuth.ts:164](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L164) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L59) +[src/lib/wsHttpAuth.ts:59](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L59) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L46) +[src/lib/wsHttpAuth.ts:46](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L46) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:122](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L122) +[src/lib/wsHttpAuth.ts:122](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L122) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:108](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L108) +[src/lib/wsHttpAuth.ts:108](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L108) ___ @@ -797,7 +797,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:157](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L157) +[src/lib/wsHttpAuth.ts:157](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L157) ___ @@ -1050,7 +1050,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:92](https://github.com/asyncapi/glee/blob/f762a02/src/lib/wsHttpAuth.ts#L92) +[src/lib/wsHttpAuth.ts:92](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/wsHttpAuth.ts#L92) ___ diff --git a/docs/reference/interfaces/lib.Authenticatable.md b/docs/reference/interfaces/lib.Authenticatable.md index eae39e225..03d5b5a60 100644 --- a/docs/reference/interfaces/lib.Authenticatable.md +++ b/docs/reference/interfaces/lib.Authenticatable.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L168) +[src/lib/index.d.ts:168](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L168) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L169) +[src/lib/index.d.ts:169](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L169) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L170) +[src/lib/index.d.ts:170](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L170) diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 6dbbcb0e7..356574a45 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:36](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L36) +[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L36) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L34) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L35) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 9cf1ef5ca..72877a461 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:55](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L55) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L56) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L54) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L59) +[src/lib/index.d.ts:59](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L59) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L57) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L58) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index b3c6e7d2d..ff73434cd 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:21](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L21) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L24) +[src/lib/index.d.ts:24](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L24) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L23) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L22) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index f8a1675cc..1df52f1bf 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:30](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L30) +[src/lib/index.d.ts:30](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L30) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L28) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L29) diff --git a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md index 3989e2713..14e6cc321 100644 --- a/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md +++ b/docs/reference/interfaces/lib_adapter.GleeAdapterOptions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L25) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L28) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L27) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L26) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index b2adcc853..0ec97decd 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:4](https://github.com/asyncapi/glee/blob/f762a02/src/docs.ts#L4) +[src/docs.ts:4](https://github.com/asyncapi/glee/blob/2f0e071/src/docs.ts#L4) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index 6ebeaec71..9480052a2 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:45](https://github.com/asyncapi/glee/blob/f762a02/src/index.ts#L45) +[src/index.ts:45](https://github.com/asyncapi/glee/blob/2f0e071/src/index.ts#L45) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index e69741bd2..3ed6c94a9 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -86,7 +86,7 @@ #### Defined in -[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L12) +[src/lib/index.d.ts:12](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L12) ___ @@ -107,7 +107,7 @@ ___ #### Defined in -[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L39) +[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L39) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L103) +[src/lib/index.d.ts:103](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L103) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L162) +[src/lib/index.d.ts:162](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L162) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L139) +[src/lib/index.d.ts:139](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L139) ___ @@ -189,7 +189,7 @@ ___ #### Defined in -[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L62) +[src/lib/index.d.ts:62](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L62) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L111) +[src/lib/index.d.ts:111](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L111) ___ @@ -234,7 +234,7 @@ ___ #### Defined in -[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L158) +[src/lib/index.d.ts:158](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L158) ___ @@ -257,7 +257,7 @@ ___ #### Defined in -[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L126) +[src/lib/index.d.ts:126](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L126) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L120) ___ @@ -285,7 +285,7 @@ ___ #### Defined in -[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L156) +[src/lib/index.d.ts:156](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L156) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L155) +[src/lib/index.d.ts:155](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L155) ___ @@ -315,7 +315,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L147) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L137) +[src/lib/index.d.ts:137](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L137) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L166) +[src/lib/index.d.ts:166](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L166) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L78) +[src/lib/index.d.ts:78](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L78) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L9) ___ @@ -387,7 +387,7 @@ ___ #### Defined in -[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L93) +[src/lib/index.d.ts:93](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L93) ___ @@ -397,7 +397,7 @@ ___ #### Defined in -[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L96) +[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L96) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L98) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L89) +[src/lib/index.d.ts:89](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L89) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L10) +[src/lib/index.d.ts:10](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L10) ___ @@ -450,7 +450,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L8) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L74) +[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L74) ___ @@ -484,7 +484,7 @@ ___ #### Defined in -[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L68) +[src/lib/index.d.ts:68](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L68) ___ @@ -494,4 +494,4 @@ ___ #### Defined in -[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/f762a02/src/lib/index.d.ts#L51) +[src/lib/index.d.ts:51](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/index.d.ts#L51) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index ab6db6a6c..bb8173a5a 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -34,7 +34,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L17) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/f762a02/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 7721978f3..f42e44422 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/f762a02/src/lib/asyncapiFile.ts#L9) +[src/lib/asyncapiFile.ts:9](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/asyncapiFile.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/f762a02/src/lib/asyncapiFile.ts#L35) +[src/lib/asyncapiFile.ts:35](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/asyncapiFile.ts#L35) ___ @@ -64,7 +64,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/f762a02/src/lib/asyncapiFile.ts#L31) +[src/lib/asyncapiFile.ts:31](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/asyncapiFile.ts#L31) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/f762a02/src/lib/asyncapiFile.ts#L15) +[src/lib/asyncapiFile.ts:15](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/asyncapiFile.ts#L15) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index ccae609b7..bd7dccfb5 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/f762a02/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index 1024cca36..a659a21dc 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/f762a02/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index d85760ff0..1ceed982e 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/f762a02/src/lib/configs.ts#L112) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/configs.ts#L112) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/f762a02/src/lib/configs.ts#L130) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/configs.ts#L130) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/f762a02/src/lib/configs.ts#L23) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/2f0e071/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/f762a02/src/lib/configs.ts#L81) +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 9b99f09fa..9e9caafe0 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/f762a02/src/lib/docs.ts#L6) +[src/lib/docs.ts:6](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/docs.ts#L6) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index 843377891..d37d2eb88 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/f762a02/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index d1f89cc90..04f43e3a8 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:67](https://github.com/asyncapi/glee/blob/f762a02/src/lib/functions.ts#L67) +[src/lib/functions.ts:67](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/functions.ts#L67) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:69](https://github.com/asyncapi/glee/blob/f762a02/src/lib/functions.ts#L69) +[src/lib/functions.ts:69](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/functions.ts#L69) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:107](https://github.com/asyncapi/glee/blob/f762a02/src/lib/functions.ts#L107) +[src/lib/functions.ts:107](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/functions.ts#L107) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index f94e9971e..150daa5c6 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/f762a02/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/f762a02/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/f762a02/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index c7d97b3c6..3d8a133e7 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/f762a02/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/f762a02/src/lib/logger.ts#L204) +[src/lib/logger.ts:204](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/logger.ts#L204) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/f762a02/src/lib/logger.ts#L193) +[src/lib/logger.ts:193](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/logger.ts#L193) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/f762a02/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/f762a02/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/f762a02/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/f762a02/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/f762a02/src/lib/logger.ts#L179) +[src/lib/logger.ts:179](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/logger.ts#L179) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/f762a02/src/lib/logger.ts#L230) +[src/lib/logger.ts:230](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/logger.ts#L230) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/f762a02/src/lib/logger.ts#L226) +[src/lib/logger.ts:226](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/logger.ts#L226) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/f762a02/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/f762a02/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 6ab9beec6..96a8c9b22 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/f762a02/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/f762a02/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/f762a02/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/f762a02/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index 307d814a2..8b3f9c75b 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/f762a02/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index 37383fd2e..3a8ce806d 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/f762a02/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/f762a02/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/f762a02/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/f762a02/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index aaa475584..9371525ed 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -37,7 +37,7 @@ #### Defined in -[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/f762a02/src/lib/util.ts#L204) +[src/lib/util.ts:204](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/util.ts#L204) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/f762a02/src/lib/util.ts#L121) +[src/lib/util.ts:121](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/util.ts#L121) ___ @@ -79,7 +79,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/f762a02/src/lib/util.ts#L53) +[src/lib/util.ts:53](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/util.ts#L53) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/f762a02/src/lib/util.ts#L181) +[src/lib/util.ts:181](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/util.ts#L181) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/f762a02/src/lib/util.ts#L241) +[src/lib/util.ts:241](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/util.ts#L241) ___ @@ -150,7 +150,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/f762a02/src/lib/util.ts#L23) +[src/lib/util.ts:23](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/util.ts#L23) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/f762a02/src/lib/util.ts#L125) +[src/lib/util.ts:125](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/util.ts#L125) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/f762a02/src/lib/util.ts#L141) +[src/lib/util.ts:141](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/util.ts#L141) ___ @@ -215,7 +215,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/f762a02/src/lib/util.ts#L84) +[src/lib/util.ts:84](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/util.ts#L84) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/f762a02/src/lib/util.ts#L152) +[src/lib/util.ts:152](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/util.ts#L152) ___ @@ -260,4 +260,4 @@ Object #### Defined in -[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/f762a02/src/lib/util.ts#L96) +[src/lib/util.ts:96](https://github.com/asyncapi/glee/blob/2f0e071/src/lib/util.ts#L96) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index ba98cd20c..5b7439931 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/f762a02/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/2f0e071/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/f762a02/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/2f0e071/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/f762a02/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/2f0e071/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index 33a918586..330e5293d 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/f762a02/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/2f0e071/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_channelLogger.md b/docs/reference/modules/middlewares_channelLogger.md index c0cb9cb4a..a2e91ada6 100644 --- a/docs/reference/modules/middlewares_channelLogger.md +++ b/docs/reference/modules/middlewares_channelLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/f762a02/src/middlewares/channelLogger.ts#L5) +[src/middlewares/channelLogger.ts:5](https://github.com/asyncapi/glee/blob/2f0e071/src/middlewares/channelLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index cf7bd7e79..4e531494f 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/f762a02/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/2f0e071/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 4458ddec2..0ae1ca8c5 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/f762a02/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/2f0e071/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 33a011340..dd2c85cab 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/f762a02/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/2f0e071/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_payloadLogger.md b/docs/reference/modules/middlewares_payloadLogger.md index 96b356808..4e7e957bc 100644 --- a/docs/reference/modules/middlewares_payloadLogger.md +++ b/docs/reference/modules/middlewares_payloadLogger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/f762a02/src/middlewares/payloadLogger.ts#L5) +[src/middlewares/payloadLogger.ts:5](https://github.com/asyncapi/glee/blob/2f0e071/src/middlewares/payloadLogger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index ec47252b2..0d84726f0 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/f762a02/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/2f0e071/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index 3c474b9cc..a5aed26e2 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/f762a02/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/2f0e071/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index ae3c9570f..d7b57c601 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/f762a02/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/2f0e071/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index 7b9a07f4b..a43f29481 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/f762a02/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/2f0e071/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index 3dbc05ff6..89e63e788 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.36.7", + "version": "0.36.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.36.7", + "version": "0.36.8", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.16", diff --git a/package.json b/package.json index af89c5d9d..8e86ab5da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.36.7", + "version": "0.36.8", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module",