From 1a0b5fe094f942c2bd9fe4b1e7ef2f3fdb3d44a4 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 5 Jul 2023 11:14:58 +0000 Subject: [PATCH] chore(release): v0.22.0 --- .../classes/adapters_cluster_redis.default.md | 28 +++---- .../classes/adapters_http_client.default.md | 30 ++++---- .../classes/adapters_http_server.default.md | 38 +++++----- .../classes/adapters_kafka.default.md | 34 ++++----- .../classes/adapters_mqtt.default.md | 50 ++++++------- .../classes/adapters_socket_io.default.md | 36 ++++----- .../classes/adapters_ws_client.default.md | 38 +++++----- .../classes/adapters_ws_server.default.md | 52 ++++++------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 40 +++++----- docs/reference/classes/lib_cluster.default.md | 26 +++---- .../classes/lib_connection.default.md | 26 +++---- docs/reference/classes/lib_glee.default.md | 46 ++++++------ docs/reference/classes/lib_message.default.md | 74 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 +++++----- .../interfaces/lib.HttpAuthConfig.md | 2 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 2 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 59 +++++++++------ docs/reference/modules/lib_adapter.md | 2 +- docs/reference/modules/lib_asyncapiFile.md | 2 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 6 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_util.md | 16 ++-- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- docs/reference/modules/middlewares_logger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 47 files changed, 389 insertions(+), 374 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 70bb00414..86b35196f 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/05a4b50/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/f65a7a0/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/05a4b50/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/f65a7a0/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/05a4b50/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:93](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L93) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:105](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L105) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:97](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L97) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:101](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L101) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f65a7a0/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/05a4b50/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/f65a7a0/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/05a4b50/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/f65a7a0/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/05a4b50/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:151](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L151) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/f65a7a0/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/05a4b50/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:131](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L131) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/f65a7a0/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 802bbd74d..aecff0091 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -86,7 +86,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L33) ## Properties @@ -170,7 +170,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:133](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L133) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L160) ___ @@ -188,7 +188,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:141](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L141) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L168) ___ @@ -206,7 +206,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:145](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L145) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L172) ___ @@ -224,7 +224,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:125](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L125) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L152) ___ @@ -242,7 +242,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:137](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L137) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L164) ___ @@ -260,7 +260,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:129](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L129) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L156) ___ @@ -278,7 +278,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:149](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L149) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L176) ## Methods @@ -329,7 +329,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:11](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/client.ts#L11) +[src/adapters/http/client.ts:10](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/client.ts#L10) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:55](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/client.ts#L55) +[src/adapters/http/client.ts:54](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/client.ts#L54) ___ @@ -479,7 +479,7 @@ ___ #### Defined in -[src/lib/adapter.ts:162](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L162) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L189) ___ @@ -524,7 +524,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:175](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L175) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L205) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:8](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/client.ts#L8) +[src/adapters/http/client.ts:7](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/client.ts#L7) ___ @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/lib/adapter.ts:153](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L153) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L180) ___ @@ -1074,7 +1074,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:21](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/client.ts#L21) +[src/adapters/http/client.ts:20](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/client.ts#L20) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index 5bacfc9c6..40527cb16 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L33) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/http/server.ts:9](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/server.ts#L9) +[src/adapters/http/server.ts:9](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/server.ts#L9) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:133](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L133) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L160) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:141](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L141) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L168) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:145](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L145) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L172) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:125](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L125) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L152) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:137](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L137) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L164) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:129](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L129) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L156) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:149](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L149) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L176) ## Methods @@ -317,7 +317,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:83](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/server.ts#L83) +[src/adapters/http/server.ts:84](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/server.ts#L84) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/server.ts#L23) +[src/adapters/http/server.ts:23](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/server.ts#L23) ___ @@ -353,7 +353,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:122](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/server.ts#L122) +[src/adapters/http/server.ts:130](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/server.ts#L130) ___ @@ -373,7 +373,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:116](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/server.ts#L116) +[src/adapters/http/server.ts:124](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/server.ts#L124) ___ @@ -424,7 +424,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/server.ts#L15) +[src/adapters/http/server.ts:15](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/server.ts#L15) ___ @@ -553,7 +553,7 @@ ___ #### Defined in -[src/lib/adapter.ts:162](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L162) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L189) ___ @@ -598,7 +598,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:175](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L175) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L205) ___ @@ -680,7 +680,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:11](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/server.ts#L11) +[src/adapters/http/server.ts:11](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/server.ts#L11) ___ @@ -1122,7 +1122,7 @@ ___ #### Defined in -[src/lib/adapter.ts:153](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L153) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L180) ___ @@ -1148,7 +1148,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/server.ts#L19) +[src/adapters/http/server.ts:19](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/server.ts#L19) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index e15e0e3a7..bdd58ef90 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -88,7 +88,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L33) ## Properties @@ -98,7 +98,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/kafka/index.ts#L8) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/kafka/index.ts#L7) ___ @@ -192,7 +192,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:133](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L133) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L160) ___ @@ -210,7 +210,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:141](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L141) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L168) ___ @@ -228,7 +228,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:145](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L145) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L172) ___ @@ -246,7 +246,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:125](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L125) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L152) ___ @@ -264,7 +264,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:137](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L137) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L164) ___ @@ -282,7 +282,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:129](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L129) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L156) ___ @@ -300,7 +300,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:149](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L149) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L176) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:85](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/kafka/index.ts#L85) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/kafka/index.ts#L95) ___ @@ -373,7 +373,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/kafka/index.ts#L13) ___ @@ -502,7 +502,7 @@ ___ #### Defined in -[src/lib/adapter.ts:162](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L162) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L189) ___ @@ -547,7 +547,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:175](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L175) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L205) ___ @@ -629,7 +629,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/kafka/index.ts#L9) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/lib/adapter.ts:153](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L153) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L180) ___ @@ -1097,7 +1097,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:71](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/kafka/index.ts#L71) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/kafka/index.ts#L79) ___ diff --git a/docs/reference/classes/adapters_mqtt.default.md b/docs/reference/classes/adapters_mqtt.default.md index ec05234d8..2a3fd5d3f 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -96,7 +96,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L33) ## Properties @@ -106,7 +106,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/mqtt/index.ts:28](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L28) +[src/adapters/mqtt/index.ts:28](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L28) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L29) +[src/adapters/mqtt/index.ts:29](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L29) ___ @@ -200,7 +200,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:133](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L133) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L160) ___ @@ -218,7 +218,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:141](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L141) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L168) ___ @@ -236,7 +236,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:145](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L145) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L172) ___ @@ -254,7 +254,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:125](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L125) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L152) ___ @@ -272,7 +272,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:137](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L137) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L164) ___ @@ -290,7 +290,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:129](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L129) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L156) ___ @@ -308,7 +308,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:149](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L149) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L176) ## Methods @@ -322,7 +322,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:144](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L144) +[src/adapters/mqtt/index.ts:137](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L137) ___ @@ -342,7 +342,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:218](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L218) +[src/adapters/mqtt/index.ts:215](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L215) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:234](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L234) +[src/adapters/mqtt/index.ts:231](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L231) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:193](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L193) +[src/adapters/mqtt/index.ts:192](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L192) ___ @@ -430,7 +430,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:124](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L124) +[src/adapters/mqtt/index.ts:117](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L117) ___ @@ -450,7 +450,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L35) +[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L35) ___ @@ -579,7 +579,7 @@ ___ #### Defined in -[src/lib/adapter.ts:162](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L162) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L189) ___ @@ -623,7 +623,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L43) +[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L43) ___ @@ -643,7 +643,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:175](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L175) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L205) ___ @@ -663,7 +663,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:63](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L63) +[src/adapters/mqtt/index.ts:63](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L63) ___ @@ -683,7 +683,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:100](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L100) +[src/adapters/mqtt/index.ts:94](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L94) ___ @@ -765,7 +765,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:31](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L31) +[src/adapters/mqtt/index.ts:31](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L31) ___ @@ -1207,7 +1207,7 @@ ___ #### Defined in -[src/lib/adapter.ts:153](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L153) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L180) ___ @@ -1233,7 +1233,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L39) +[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L39) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:134](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/mqtt/index.ts#L134) +[src/adapters/mqtt/index.ts:127](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/mqtt/index.ts#L127) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index 5a638bf0b..c1a57f8d4 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -89,7 +89,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L33) ## Properties @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/socket.io/index.ts#L6) ___ @@ -183,7 +183,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:133](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L133) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L160) ___ @@ -201,7 +201,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:141](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L141) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L168) ___ @@ -219,7 +219,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:145](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L145) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L172) ___ @@ -237,7 +237,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:125](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L125) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L152) ___ @@ -255,7 +255,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:137](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L137) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L164) ___ @@ -273,7 +273,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:129](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L129) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L156) ___ @@ -291,7 +291,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:149](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L149) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L176) ## Methods @@ -305,7 +305,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/socket.io/index.ts#L20) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:96](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/socket.io/index.ts#L96) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/socket.io/index.ts#L97) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:77](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/socket.io/index.ts#L77) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/socket.io/index.ts#L78) ___ @@ -397,7 +397,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/socket.io/index.ts#L12) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[src/lib/adapter.ts:162](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L162) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L189) ___ @@ -571,7 +571,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:175](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L175) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L205) ___ @@ -653,7 +653,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/socket.io/index.ts#L8) ___ @@ -1095,7 +1095,7 @@ ___ #### Defined in -[src/lib/adapter.ts:153](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L153) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L180) ___ @@ -1121,7 +1121,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/f65a7a0/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 f580b1a3c..b113f6ca4 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L33) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/ws/client.ts:14](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/client.ts#L14) +[src/adapters/ws/client.ts:14](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/client.ts#L14) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:133](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L133) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L160) ___ @@ -202,7 +202,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:141](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L141) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L168) ___ @@ -220,7 +220,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:145](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L145) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L172) ___ @@ -238,7 +238,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:125](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L125) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L152) ___ @@ -256,7 +256,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:137](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L137) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L164) ___ @@ -274,7 +274,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:129](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L129) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L156) ___ @@ -292,7 +292,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:149](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L149) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L176) ## Methods @@ -306,7 +306,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:28](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/client.ts#L28) +[src/adapters/ws/client.ts:28](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/client.ts#L28) ___ @@ -327,7 +327,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:106](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/client.ts#L106) +[src/adapters/ws/client.ts:105](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/client.ts#L105) ___ @@ -347,7 +347,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:93](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/client.ts#L93) +[src/adapters/ws/client.ts:92](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/client.ts#L92) ___ @@ -398,7 +398,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:20](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/client.ts#L20) +[src/adapters/ws/client.ts:20](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/client.ts#L20) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[src/lib/adapter.ts:162](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L162) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L189) ___ @@ -572,7 +572,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:175](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L175) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L205) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:71](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/client.ts#L71) +[src/adapters/ws/client.ts:70](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/client.ts#L70) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:16](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/client.ts#L16) +[src/adapters/ws/client.ts:16](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/client.ts#L16) ___ @@ -1110,7 +1110,7 @@ ___ #### Defined in -[src/lib/adapter.ts:153](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L153) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L180) ___ @@ -1136,7 +1136,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:24](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/client.ts#L24) +[src/adapters/ws/client.ts:24](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/client.ts#L24) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index 96a329017..c9d905282 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -97,7 +97,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L33) ## Properties @@ -181,7 +181,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:133](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L133) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L160) ___ @@ -199,7 +199,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:141](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L141) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L168) ___ @@ -217,7 +217,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:145](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L145) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L172) ___ @@ -235,7 +235,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:125](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L125) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L152) ___ @@ -253,7 +253,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:137](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L137) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L164) ___ @@ -271,7 +271,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:129](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L129) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L156) ___ @@ -289,7 +289,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:149](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L149) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L176) ## Methods @@ -303,7 +303,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:151](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L151) +[src/adapters/ws/server.ts:174](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L174) ___ @@ -324,7 +324,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:215](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L215) +[src/adapters/ws/server.ts:245](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L245) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:198](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L198) +[src/adapters/ws/server.ts:225](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L225) ___ @@ -396,7 +396,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:126](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L126) +[src/adapters/ws/server.ts:144](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L144) ___ @@ -416,7 +416,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:53](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L53) +[src/adapters/ws/server.ts:53](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L53) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:41](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L41) +[src/adapters/ws/server.ts:42](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L42) ___ @@ -456,7 +456,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L20) +[src/adapters/ws/server.ts:19](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L19) ___ @@ -544,7 +544,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:35](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L35) +[src/adapters/ws/server.ts:36](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L36) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L28) +[src/adapters/ws/server.ts:27](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L27) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/lib/adapter.ts:162](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L162) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L189) ___ @@ -672,7 +672,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:175](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L175) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L205) ___ @@ -686,7 +686,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:108](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L108) +[src/adapters/ws/server.ts:126](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L126) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:58](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L58) +[src/adapters/ws/server.ts:58](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L58) ___ @@ -788,7 +788,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:15](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L15) ___ @@ -949,7 +949,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:71](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L71) +[src/adapters/ws/server.ts:77](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L77) ___ @@ -969,7 +969,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:96](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L96) +[src/adapters/ws/server.ts:108](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L108) ___ @@ -1272,7 +1272,7 @@ ___ #### Defined in -[src/lib/adapter.ts:153](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L153) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L180) ___ @@ -1298,7 +1298,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/ws/server.ts#L24) +[src/adapters/ws/server.ts:23](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/ws/server.ts#L23) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index 447d263ba..e806ad036 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/05a4b50/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/f65a7a0/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/05a4b50/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/f65a7a0/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/05a4b50/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/f65a7a0/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/05a4b50/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/f65a7a0/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/05a4b50/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/f65a7a0/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 724d03e3e..ec96869e6 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -105,7 +105,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L33) +[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L33) ## Properties @@ -115,7 +115,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:19](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L19) +[src/lib/adapter.ts:19](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L19) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/adapter.ts:21](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L21) +[src/lib/adapter.ts:21](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L21) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[src/lib/adapter.ts:22](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L22) +[src/lib/adapter.ts:22](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L22) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L17) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/lib/adapter.ts:20](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L20) +[src/lib/adapter.ts:20](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L20) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[src/lib/adapter.ts:18](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L18) +[src/lib/adapter.ts:18](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L18) ___ @@ -175,7 +175,7 @@ ___ #### Defined in -[src/lib/adapter.ts:23](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L23) +[src/lib/adapter.ts:23](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L23) ___ @@ -255,7 +255,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:133](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L133) +[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L160) ___ @@ -269,7 +269,7 @@ ___ #### Defined in -[src/lib/adapter.ts:141](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L141) +[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L168) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/adapter.ts:145](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L145) +[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L172) ___ @@ -297,7 +297,7 @@ ___ #### Defined in -[src/lib/adapter.ts:125](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L125) +[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L152) ___ @@ -311,7 +311,7 @@ ___ #### Defined in -[src/lib/adapter.ts:137](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L137) +[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L164) ___ @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/adapter.ts:129](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L129) +[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L156) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/adapter.ts:149](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L149) +[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L176) ## Methods @@ -386,7 +386,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L189) +[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L220) ___ @@ -511,7 +511,7 @@ ___ #### Defined in -[src/lib/adapter.ts:162](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L162) +[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L189) ___ @@ -552,7 +552,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:175](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L175) +[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L205) ___ @@ -1058,7 +1058,7 @@ ___ #### Defined in -[src/lib/adapter.ts:153](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L153) +[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L180) ___ @@ -1080,7 +1080,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:198](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L198) +[src/lib/adapter.ts:229](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L229) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index 56b89ab63..cc9026a70 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/05a4b50/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/f65a7a0/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/05a4b50/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:93](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L93) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:105](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L105) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:97](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L97) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:101](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L101) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:151](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L151) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:121](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L121) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:131](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L131) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index c285c2451..b26773117 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/05a4b50/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/f65a7a0/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/05a4b50/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:48](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/connection.ts#L48) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:40](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/connection.ts#L40) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:52](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/connection.ts#L52) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:36](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/connection.ts#L36) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:44](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/connection.ts#L44) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:71](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/connection.ts#L71) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:62](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/connection.ts#L62) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index e7340a7e6..b097c4d12 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:40](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L40) +[src/lib/glee.ts:44](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L44) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:32](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L32) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L36) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:33](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L33) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L37) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:30](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L30) +[src/lib/glee.ts:34](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L34) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:31](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L31) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L35) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:54](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L54) +[src/lib/glee.ts:58](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L58) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:58](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L58) +[src/lib/glee.ts:62](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L62) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:50](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L50) +[src/lib/glee.ts:54](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L54) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:268](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L268) +[src/lib/glee.ts:304](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L304) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:261](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L261) +[src/lib/glee.ts:291](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L291) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:204](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L204) +[src/lib/glee.ts:221](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L221) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:72](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L72) +[src/lib/glee.ts:74](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L74) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:127](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L127) +[src/lib/glee.ts:140](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L140) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:175](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L175) +[src/lib/glee.ts:192](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L192) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:157](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L157) +[src/lib/glee.ts:170](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L170) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:146](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L146) +[src/lib/glee.ts:159](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L159) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:114](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L114) +[src/lib/glee.ts:127](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L127) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:81](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L81) +[src/lib/glee.ts:90](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L90) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:188](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L188) +[src/lib/glee.ts:205](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L205) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:92](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L92) +[src/lib/glee.ts:101](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L101) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:93](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L93) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L102) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L103) +[src/lib/glee.ts:112](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L112) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:104](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/glee.ts#L104) +[src/lib/glee.ts:113](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/glee.ts#L113) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index b185efb54..57e40f793 100644 --- a/docs/reference/classes/lib_message.default.md +++ b/docs/reference/classes/lib_message.default.md @@ -97,7 +97,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L51) +[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L51) ## Properties @@ -107,7 +107,7 @@ EventEmitter.constructor #### Defined in -[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L31) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L28) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L34) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L30) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L27) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L32) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L33) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L35) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L26) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L36) +[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L36) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L29) ___ @@ -295,7 +295,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L113) +[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L113) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L89) +[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L89) • `set` **channel**(`value`): `void` @@ -325,7 +325,7 @@ ___ #### Defined in -[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L93) +[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L93) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L125) +[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L125) • `set` **cluster**(`value`): `void` @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L129) +[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L129) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L105) +[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L105) • `set` **connection**(`value`): `void` @@ -385,7 +385,7 @@ ___ #### Defined in -[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L109) +[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L109) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L81) +[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L81) • `set` **headers**(`value`): `void` @@ -415,7 +415,7 @@ ___ #### Defined in -[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L85) +[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L85) ___ @@ -429,7 +429,7 @@ ___ #### Defined in -[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L117) +[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L117) • `set` **params**(`value`): `void` @@ -445,7 +445,7 @@ ___ #### Defined in -[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L121) +[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L121) ___ @@ -459,7 +459,7 @@ ___ #### Defined in -[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L73) +[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L73) • `set` **payload**(`value`): `void` @@ -475,7 +475,7 @@ ___ #### Defined in -[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L77) +[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L77) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L133) +[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L133) • `set` **query**(`value`): `void` @@ -505,7 +505,7 @@ ___ #### Defined in -[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L137) +[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L137) ___ @@ -519,7 +519,7 @@ ___ #### Defined in -[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L97) +[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L97) • `set` **serverName**(`value`): `void` @@ -535,7 +535,7 @@ ___ #### Defined in -[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L101) +[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L101) ## Methods @@ -712,7 +712,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:192](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L192) +[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L194) ___ @@ -728,7 +728,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:199](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L199) +[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L201) ___ @@ -812,7 +812,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:220](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L220) +[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L222) ___ @@ -828,7 +828,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:213](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L213) +[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L215) ___ @@ -1268,7 +1268,7 @@ Sends the message back to the server/broker. #### Defined in -[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L149) +[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L149) ___ @@ -1284,7 +1284,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:206](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L206) +[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L208) ___ @@ -1300,7 +1300,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:176](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L176) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L178) ___ @@ -1351,7 +1351,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:184](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/message.ts#L184) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/message.ts#L186) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index ab5732506..e2131f69c 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:25](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L25) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L19) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:17](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L17) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L20) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:18](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L18) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:122](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L122) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/f65a7a0/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:159](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L159) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:139](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L139) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/f65a7a0/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:169](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L169) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:149](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L149) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:102](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L102) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:86](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L86) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:110](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L110) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:94](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L94) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:73](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L73) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/f65a7a0/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:39](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L39) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/f65a7a0/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:40](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L40) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:59](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L59) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/f65a7a0/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:60](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L60) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L66) diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index 509423d11..75109571b 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -18,4 +18,4 @@ #### Defined in -[src/lib/index.d.ts:25](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L25) +[src/lib/index.d.ts:31](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L31) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 25fb6b60c..1d3bc9fcb 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:30](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L30) +[src/lib/index.d.ts:36](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L36) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:31](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L31) +[src/lib/index.d.ts:37](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L37) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L35) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:40](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L40) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:32](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L32) +[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L38) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L33) +[src/lib/index.d.ts:39](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L39) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index 6433c77dd..ae3f28938 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:14](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L14) +[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L20) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:17](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L17) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L23) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:16](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L16) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L22) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:15](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L15) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L21) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index 975001b15..e964e7904 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -18,4 +18,4 @@ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L27) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index e8c287070..775c8cc7f 100644 --- a/docs/reference/modules/docs.md +++ b/docs/reference/modules/docs.md @@ -20,4 +20,4 @@ #### Defined in -[src/docs.ts:5](https://github.com/asyncapi/glee/blob/05a4b50/src/docs.ts#L5) +[src/docs.ts:5](https://github.com/asyncapi/glee/blob/f65a7a0/src/docs.ts#L5) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index e2ae40fe1..5d0f94cf1 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:27](https://github.com/asyncapi/glee/blob/05a4b50/src/index.ts#L27) +[src/index.ts:33](https://github.com/asyncapi/glee/blob/f65a7a0/src/index.ts#L33) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index 819d66b0b..c8d2ba67e 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -35,7 +35,10 @@ ### AuthFunction -Ƭ **AuthFunction**<`T`\>: (`{serverName, parsedAsyncAPI}`: { `parsedAsyncAPI`: `AsyncAPIDocument` ; `serverName`: `string` }) => `Promise`<`T`\> +Ƭ **AuthFunction**<`T`\>: (`{ + serverName, + parsedAsyncAPI, +}`: { `parsedAsyncAPI`: `AsyncAPIDocument` ; `serverName`: `string` }) => `Promise`<`T`\> #### Type parameters @@ -45,15 +48,27 @@ #### Type declaration -▸ (`{serverName, parsedAsyncAPI}`): `Promise`<`T`\> +▸ (`{ + serverName, + parsedAsyncAPI, +}`): `Promise`<`T`\> ##### Parameters | Name | Type | | :------ | :------ | -| `{serverName, parsedAsyncAPI}` | `Object` | -| `{serverName, parsedAsyncAPI}.parsedAsyncAPI` | `AsyncAPIDocument` | -| `{serverName, parsedAsyncAPI}.serverName` | `string` | +| `{ + serverName, + parsedAsyncAPI, +}` | `Object` | +| `{ + serverName, + parsedAsyncAPI, +}.parsedAsyncAPI` | `AsyncAPIDocument` | +| `{ + serverName, + parsedAsyncAPI, +}.serverName` | `string` | ##### Returns @@ -61,7 +76,7 @@ #### Defined in -[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L11) +[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L11) ___ @@ -80,7 +95,7 @@ ___ #### Defined in -[src/lib/index.d.ts:74](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L74) +[src/lib/index.d.ts:80](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L80) ___ @@ -98,7 +113,7 @@ ___ #### Defined in -[src/lib/index.d.ts:37](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L37) +[src/lib/index.d.ts:43](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L43) ___ @@ -119,7 +134,7 @@ ___ #### Defined in -[src/lib/index.d.ts:81](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L81) +[src/lib/index.d.ts:87](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L87) ___ @@ -143,7 +158,7 @@ ___ #### Defined in -[src/lib/index.d.ts:117](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L117) +[src/lib/index.d.ts:123](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L123) ___ @@ -165,7 +180,7 @@ ___ #### Defined in -[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L96) +[src/lib/index.d.ts:102](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L102) ___ @@ -183,7 +198,7 @@ ___ #### Defined in -[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L90) +[src/lib/index.d.ts:96](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L96) ___ @@ -193,7 +208,7 @@ ___ #### Defined in -[src/lib/index.d.ts:115](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L115) +[src/lib/index.d.ts:121](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L121) ___ @@ -203,7 +218,7 @@ ___ #### Defined in -[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L114) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L120) ___ @@ -223,7 +238,7 @@ ___ #### Defined in -[src/lib/index.d.ts:106](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L106) +[src/lib/index.d.ts:112](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L112) ___ @@ -245,7 +260,7 @@ ___ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L61) ___ @@ -255,7 +270,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L8) ___ @@ -271,7 +286,7 @@ ___ #### Defined in -[src/lib/index.d.ts:70](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L70) +[src/lib/index.d.ts:76](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L76) ___ @@ -287,7 +302,7 @@ ___ #### Defined in -[src/lib/index.d.ts:66](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L66) +[src/lib/index.d.ts:72](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L72) ___ @@ -297,7 +312,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L9) ___ @@ -307,7 +322,7 @@ ___ #### Defined in -[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L7) +[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L7) ___ @@ -329,4 +344,4 @@ ___ #### Defined in -[src/lib/index.d.ts:43](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/index.d.ts#L43) +[src/lib/index.d.ts:49](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/index.d.ts#L49) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 6914380ae..532169f71 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/adapter.ts:10](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L10) +[src/lib/adapter.ts:10](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L10) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 6f2244376..6781c295e 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -20,4 +20,4 @@ #### Defined in -[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/asyncapiFile.ts#L5) +[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/asyncapiFile.ts#L5) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index 4ecdfded1..767c736e7 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/05a4b50/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index 4a307d17d..2a582d8df 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:21](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/compiler.ts#L21) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 691434533..0fd5a82b1 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -28,7 +28,7 @@ #### Defined in -[src/lib/configs.ts:82](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/configs.ts#L82) +[src/lib/configs.ts:98](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/configs.ts#L98) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/lib/configs.ts:96](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/configs.ts#L96) +[src/lib/configs.ts:116](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/configs.ts#L116) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/configs.ts:20](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/configs.ts#L20) +[src/lib/configs.ts:20](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/configs.ts#L20) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 6f4092f8f..cb78bed36 100644 --- a/docs/reference/modules/lib_docs.md +++ b/docs/reference/modules/lib_docs.md @@ -28,4 +28,4 @@ #### Defined in -[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/docs.ts#L5) +[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/docs.ts#L5) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index bdb2310b9..7c069384c 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/05a4b50/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index cee7c5d37..dc7502662 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:52](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/functions.ts#L52) +[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/functions.ts#L53) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:54](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/functions.ts#L54) +[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/functions.ts#L55) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:82](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/functions.ts#L82) +[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/functions.ts#L84) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index 4c3759b3d..76cc39233 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:14](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/lifecycleEvents.ts#L14) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:16](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/lifecycleEvents.ts#L16) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:51](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/lifecycleEvents.ts#L51) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index a381dfb94..c494be43d 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/05a4b50/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:129](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/logger.ts#L129) +[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/logger.ts#L206) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:123](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/logger.ts#L123) +[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/logger.ts#L195) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:110](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/logger.ts#L110) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:92](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/logger.ts#L92) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:105](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/logger.ts#L105) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:83](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/logger.ts#L83) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:115](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/logger.ts#L115) +[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/logger.ts#L180) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:150](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/logger.ts#L150) +[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/logger.ts#L232) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:146](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/logger.ts#L146) +[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/logger.ts#L228) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:98](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/logger.ts#L98) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index 5d08794c7..adb4f8da1 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/05a4b50/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index 2ddcb7ea5..feb95fbbb 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/05a4b50/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index f543c07ba..e88a6e8ea 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -33,7 +33,7 @@ #### Defined in -[src/lib/util.ts:107](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/util.ts#L107) +[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/util.ts#L118) ___ @@ -55,7 +55,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:44](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/util.ts#L44) +[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/util.ts#L52) ___ @@ -78,7 +78,7 @@ Determines if a path matches a channel, and returns the matching params and its #### Defined in -[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/util.ts#L22) +[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/util.ts#L22) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/lib/util.ts:111](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/util.ts#L111) +[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/util.ts#L122) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/util.ts:123](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/util.ts#L123) +[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/util.ts#L137) ___ @@ -143,7 +143,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:73](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/util.ts#L73) +[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/util.ts#L81) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/lib/util.ts:131](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/util.ts#L131) +[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/util.ts#L148) ___ @@ -188,4 +188,4 @@ Object #### Defined in -[src/lib/util.ts:85](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/util.ts#L85) +[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/util.ts#L93) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index e63642af0..0ced4ee64 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:4](https://github.com/asyncapi/glee/blob/05a4b50/src/middlewares/index.d.ts#L4) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/f65a7a0/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/05a4b50/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/f65a7a0/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:5](https://github.com/asyncapi/glee/blob/05a4b50/src/middlewares/index.d.ts#L5) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/f65a7a0/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index da5e9d542..67f819bb0 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/05a4b50/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/f65a7a0/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index b772cd8b4..178db8197 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/05a4b50/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/f65a7a0/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index 65fe32d13..882576869 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/05a4b50/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/f65a7a0/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 9ed4c18fd..10df658a8 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/05a4b50/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/f65a7a0/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_logger.md b/docs/reference/modules/middlewares_logger.md index 9654e4787..aefbd7549 100644 --- a/docs/reference/modules/middlewares_logger.md +++ b/docs/reference/modules/middlewares_logger.md @@ -27,4 +27,4 @@ #### Defined in -[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/05a4b50/src/middlewares/logger.ts#L5) +[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/f65a7a0/src/middlewares/logger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index a8311d274..71ce41d1a 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/05a4b50/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/f65a7a0/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index 75f306b62..9af67993f 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/05a4b50/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/f65a7a0/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index 45b925510..81c26c2d3 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/05a4b50/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/f65a7a0/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index b708808d6..411d39d8b 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/05a4b50/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/f65a7a0/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index 1331db556..c0036955b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.21.5", + "version": "0.22.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.21.5", + "version": "0.22.0", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.9.18", diff --git a/package.json b/package.json index 8a24cc287..03b2523a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.21.5", + "version": "0.22.0", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module",