From 163ff07844b8758e623498dcf2a272dcd16cd509 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 26 Oct 2023 14:00:52 +0200 Subject: [PATCH] chore(release): v0.28.0 (#552) --- .../classes/adapters_cluster_redis.default.md | 28 +++---- .../classes/adapters_http_client.default.md | 32 ++++---- .../classes/adapters_http_server.default.md | 40 +++++----- .../classes/adapters_kafka.default.md | 36 ++++----- .../classes/adapters_mqtt.default.md | 52 ++++++------- .../classes/adapters_socket_io.default.md | 38 +++++----- .../classes/adapters_ws_client.default.md | 40 +++++----- .../classes/adapters_ws_server.default.md | 58 +++++++-------- .../classes/errors_glee_error.default.md | 10 +-- docs/reference/classes/lib_adapter.default.md | 44 +++++------ docs/reference/classes/lib_cluster.default.md | 26 +++---- .../classes/lib_connection.default.md | 26 +++---- docs/reference/classes/lib_glee.default.md | 46 ++++++------ docs/reference/classes/lib_message.default.md | 74 +++++++++---------- docs/reference/classes/lib_router.default.md | 38 +++++----- .../classes/lib_wsHttpAuth.default.md | 30 ++++---- .../interfaces/lib.HttpAuthConfig.md | 6 +- .../interfaces/lib.KafkaAuthConfig.md | 12 +-- .../interfaces/lib.MqttAuthConfig.md | 8 +- docs/reference/interfaces/lib.WsAuthConfig.md | 6 +- docs/reference/modules/docs.md | 2 +- docs/reference/modules/index.md | 2 +- docs/reference/modules/lib.md | 42 +++++------ docs/reference/modules/lib_adapter.md | 4 +- docs/reference/modules/lib_asyncapiFile.md | 6 +- docs/reference/modules/lib_cluster.md | 2 +- docs/reference/modules/lib_compiler.md | 2 +- docs/reference/modules/lib_configs.md | 8 +- docs/reference/modules/lib_docs.md | 2 +- .../modules/lib_experimentalFlags.md | 2 +- docs/reference/modules/lib_functions.md | 6 +- docs/reference/modules/lib_lifecycleEvents.md | 6 +- docs/reference/modules/lib_logger.md | 24 +++--- docs/reference/modules/lib_router.md | 8 +- docs/reference/modules/lib_servers.md | 2 +- docs/reference/modules/lib_userAuth.md | 8 +- docs/reference/modules/lib_util.md | 16 ++-- docs/reference/modules/middlewares.md | 6 +- .../modules/middlewares_buffer2string.md | 2 +- .../modules/middlewares_errorLogger.md | 2 +- .../modules/middlewares_existsInAsyncAPI.md | 2 +- .../modules/middlewares_json2string.md | 2 +- docs/reference/modules/middlewares_logger.md | 2 +- .../modules/middlewares_string2json.md | 2 +- .../reference/modules/middlewares_validate.md | 2 +- .../modules/middlewares_validateConnection.md | 2 +- docs/reference/modules/registerAdapters.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 49 files changed, 411 insertions(+), 411 deletions(-) diff --git a/docs/reference/classes/adapters_cluster_redis.default.md b/docs/reference/classes/adapters_cluster_redis.default.md index 7233da093..b83e080e3 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/a15e431/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/adapters/cluster/redis/index.ts#L9) +[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/adapters/cluster/redis/index.ts#L10) +[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/100883e/src/adapters/cluster/redis/index.ts#L10) ___ @@ -186,7 +186,7 @@ ClusterAdapter.glee #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L100) ___ @@ -204,7 +204,7 @@ ClusterAdapter.instanceId #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L112) ___ @@ -222,7 +222,7 @@ ClusterAdapter.serverName #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L104) ___ @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/adapters/cluster/redis/index.ts#L24) +[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/adapters/cluster/redis/index.ts#L67) +[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/adapters/cluster/redis/index.ts#L16) +[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/100883e/src/adapters/cluster/redis/index.ts#L16) ___ @@ -353,7 +353,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L158) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/cluster/redis/index.ts#L12) +[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/adapters/cluster/redis/index.ts#L20) +[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/100883e/src/adapters/cluster/redis/index.ts#L20) ___ @@ -1037,7 +1037,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/100883e/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 a0268e498..e3de21eb0 100644 --- a/docs/reference/classes/adapters_http_client.default.md +++ b/docs/reference/classes/adapters_http_client.default.md @@ -87,7 +87,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L42) +[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L42) ## Properties @@ -171,7 +171,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L187) +[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L187) ___ @@ -189,7 +189,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L199) +[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L199) ___ @@ -207,7 +207,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L195) +[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L195) ___ @@ -225,7 +225,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L203) +[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L203) ___ @@ -243,7 +243,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L179) +[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L179) ___ @@ -261,7 +261,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L191) +[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L191) ___ @@ -279,7 +279,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L183) +[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L183) ___ @@ -297,7 +297,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L207) +[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L207) ## Methods @@ -348,7 +348,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/http/client.ts#L12) +[src/adapters/http/client.ts:12](https://github.com/asyncapi/glee/blob/100883e/src/adapters/http/client.ts#L12) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/http/client.ts#L73) +[src/adapters/http/client.ts:73](https://github.com/asyncapi/glee/blob/100883e/src/adapters/http/client.ts#L73) ___ @@ -498,7 +498,7 @@ ___ #### Defined in -[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L220) +[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L220) ___ @@ -543,7 +543,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L236) +[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L236) ___ @@ -625,7 +625,7 @@ ___ #### Defined in -[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/http/client.ts#L9) +[src/adapters/http/client.ts:9](https://github.com/asyncapi/glee/blob/100883e/src/adapters/http/client.ts#L9) ___ @@ -1067,7 +1067,7 @@ ___ #### Defined in -[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L211) +[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L211) ___ @@ -1093,7 +1093,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/http/client.ts#L22) +[src/adapters/http/client.ts:22](https://github.com/asyncapi/glee/blob/100883e/src/adapters/http/client.ts#L22) ___ diff --git a/docs/reference/classes/adapters_http_server.default.md b/docs/reference/classes/adapters_http_server.default.md index fb142bf1e..5f64689b7 100644 --- a/docs/reference/classes/adapters_http_server.default.md +++ b/docs/reference/classes/adapters_http_server.default.md @@ -91,7 +91,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L42) +[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L42) ## Properties @@ -101,7 +101,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/http/server.ts#L10) +[src/adapters/http/server.ts:10](https://github.com/asyncapi/glee/blob/100883e/src/adapters/http/server.ts#L10) ___ @@ -185,7 +185,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L187) +[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L187) ___ @@ -203,7 +203,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L199) +[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L199) ___ @@ -221,7 +221,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L195) +[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L195) ___ @@ -239,7 +239,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L203) +[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L203) ___ @@ -257,7 +257,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L179) +[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L179) ___ @@ -275,7 +275,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L191) +[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L191) ___ @@ -293,7 +293,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L183) +[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L183) ___ @@ -311,7 +311,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L207) +[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L207) ## Methods @@ -336,7 +336,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/http/server.ts#L135) +[src/adapters/http/server.ts:135](https://github.com/asyncapi/glee/blob/100883e/src/adapters/http/server.ts#L135) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/http/server.ts#L24) +[src/adapters/http/server.ts:24](https://github.com/asyncapi/glee/blob/100883e/src/adapters/http/server.ts#L24) ___ @@ -372,7 +372,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/http/server.ts#L181) +[src/adapters/http/server.ts:181](https://github.com/asyncapi/glee/blob/100883e/src/adapters/http/server.ts#L181) ___ @@ -392,7 +392,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/http/server.ts#L175) +[src/adapters/http/server.ts:175](https://github.com/asyncapi/glee/blob/100883e/src/adapters/http/server.ts#L175) ___ @@ -443,7 +443,7 @@ Connects to the remote server. #### Defined in -[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/http/server.ts#L16) +[src/adapters/http/server.ts:16](https://github.com/asyncapi/glee/blob/100883e/src/adapters/http/server.ts#L16) ___ @@ -572,7 +572,7 @@ ___ #### Defined in -[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L220) +[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L220) ___ @@ -617,7 +617,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L236) +[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L236) ___ @@ -699,7 +699,7 @@ ___ #### Defined in -[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/http/server.ts#L12) +[src/adapters/http/server.ts:12](https://github.com/asyncapi/glee/blob/100883e/src/adapters/http/server.ts#L12) ___ @@ -1141,7 +1141,7 @@ ___ #### Defined in -[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L211) +[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L211) ___ @@ -1167,7 +1167,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/http/server.ts#L20) +[src/adapters/http/server.ts:20](https://github.com/asyncapi/glee/blob/100883e/src/adapters/http/server.ts#L20) ___ diff --git a/docs/reference/classes/adapters_kafka.default.md b/docs/reference/classes/adapters_kafka.default.md index 5d0bf4ab8..65fa01a42 100644 --- a/docs/reference/classes/adapters_kafka.default.md +++ b/docs/reference/classes/adapters_kafka.default.md @@ -89,7 +89,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L42) +[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L42) ## Properties @@ -99,7 +99,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/kafka/index.ts#L8) +[src/adapters/kafka/index.ts:8](https://github.com/asyncapi/glee/blob/100883e/src/adapters/kafka/index.ts#L8) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/kafka/index.ts#L7) +[src/adapters/kafka/index.ts:7](https://github.com/asyncapi/glee/blob/100883e/src/adapters/kafka/index.ts#L7) ___ @@ -193,7 +193,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L187) +[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L187) ___ @@ -211,7 +211,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L199) +[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L199) ___ @@ -229,7 +229,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L195) +[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L195) ___ @@ -247,7 +247,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L203) +[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L203) ___ @@ -265,7 +265,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L179) +[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L179) ___ @@ -283,7 +283,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L191) +[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L191) ___ @@ -301,7 +301,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L183) +[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L183) ___ @@ -319,7 +319,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L207) +[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L207) ## Methods @@ -341,7 +341,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/kafka/index.ts#L95) +[src/adapters/kafka/index.ts:95](https://github.com/asyncapi/glee/blob/100883e/src/adapters/kafka/index.ts#L95) ___ @@ -392,7 +392,7 @@ Connects to the remote server. #### Defined in -[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/kafka/index.ts#L13) +[src/adapters/kafka/index.ts:13](https://github.com/asyncapi/glee/blob/100883e/src/adapters/kafka/index.ts#L13) ___ @@ -521,7 +521,7 @@ ___ #### Defined in -[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L220) +[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L220) ___ @@ -566,7 +566,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L236) +[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L236) ___ @@ -648,7 +648,7 @@ ___ #### Defined in -[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/kafka/index.ts#L9) +[src/adapters/kafka/index.ts:9](https://github.com/asyncapi/glee/blob/100883e/src/adapters/kafka/index.ts#L9) ___ @@ -1090,7 +1090,7 @@ ___ #### Defined in -[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L211) +[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L211) ___ @@ -1116,7 +1116,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/kafka/index.ts#L79) +[src/adapters/kafka/index.ts:79](https://github.com/asyncapi/glee/blob/100883e/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 ac29750f0..e8b294182 100644 --- a/docs/reference/classes/adapters_mqtt.default.md +++ b/docs/reference/classes/adapters_mqtt.default.md @@ -97,7 +97,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L42) +[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L42) ## Properties @@ -107,7 +107,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L32) +[src/adapters/mqtt/index.ts:32](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L32) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L33) +[src/adapters/mqtt/index.ts:33](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L33) ___ @@ -201,7 +201,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L187) +[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L187) ___ @@ -219,7 +219,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L199) +[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L199) ___ @@ -237,7 +237,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L195) +[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L195) ___ @@ -255,7 +255,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L203) +[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L203) ___ @@ -273,7 +273,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L179) +[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L179) ___ @@ -291,7 +291,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L191) +[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L191) ___ @@ -309,7 +309,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L183) +[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L183) ___ @@ -327,7 +327,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L207) +[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L207) ## Methods @@ -341,7 +341,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/mqtt/index.ts:163](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L163) +[src/adapters/mqtt/index.ts:163](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L163) ___ @@ -361,7 +361,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:240](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L240) +[src/adapters/mqtt/index.ts:240](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L240) ___ @@ -384,7 +384,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:256](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L256) +[src/adapters/mqtt/index.ts:256](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L256) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:218](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L218) +[src/adapters/mqtt/index.ts:218](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L218) ___ @@ -449,7 +449,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:130](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L130) +[src/adapters/mqtt/index.ts:130](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L130) ___ @@ -469,7 +469,7 @@ Connects to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L39) +[src/adapters/mqtt/index.ts:39](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L39) ___ @@ -598,7 +598,7 @@ ___ #### Defined in -[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L220) +[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L220) ___ @@ -642,7 +642,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L47) +[src/adapters/mqtt/index.ts:47](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L47) ___ @@ -662,7 +662,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L236) +[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L236) ___ @@ -682,7 +682,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:76](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L76) +[src/adapters/mqtt/index.ts:76](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L76) ___ @@ -702,7 +702,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:107](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L107) +[src/adapters/mqtt/index.ts:107](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L107) ___ @@ -784,7 +784,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L35) +[src/adapters/mqtt/index.ts:35](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L35) ___ @@ -1226,7 +1226,7 @@ ___ #### Defined in -[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L211) +[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L211) ___ @@ -1252,7 +1252,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L43) +[src/adapters/mqtt/index.ts:43](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L43) ___ @@ -1307,7 +1307,7 @@ ___ #### Defined in -[src/adapters/mqtt/index.ts:140](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/mqtt/index.ts#L140) +[src/adapters/mqtt/index.ts:140](https://github.com/asyncapi/glee/blob/100883e/src/adapters/mqtt/index.ts#L140) ___ diff --git a/docs/reference/classes/adapters_socket_io.default.md b/docs/reference/classes/adapters_socket_io.default.md index ae07d467f..d86f086f3 100644 --- a/docs/reference/classes/adapters_socket_io.default.md +++ b/docs/reference/classes/adapters_socket_io.default.md @@ -90,7 +90,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L42) +[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L42) ## Properties @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/socket.io/index.ts#L6) +[src/adapters/socket.io/index.ts:6](https://github.com/asyncapi/glee/blob/100883e/src/adapters/socket.io/index.ts#L6) ___ @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L187) +[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L187) ___ @@ -202,7 +202,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L199) +[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L199) ___ @@ -220,7 +220,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L195) +[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L195) ___ @@ -238,7 +238,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L203) +[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L203) ___ @@ -256,7 +256,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L179) +[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L179) ___ @@ -274,7 +274,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L191) +[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L191) ___ @@ -292,7 +292,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L183) +[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L183) ___ @@ -310,7 +310,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L207) +[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L207) ## Methods @@ -324,7 +324,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/socket.io/index.ts#L20) +[src/adapters/socket.io/index.ts:20](https://github.com/asyncapi/glee/blob/100883e/src/adapters/socket.io/index.ts#L20) ___ @@ -345,7 +345,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/socket.io/index.ts#L97) +[src/adapters/socket.io/index.ts:97](https://github.com/asyncapi/glee/blob/100883e/src/adapters/socket.io/index.ts#L97) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/socket.io/index.ts#L78) +[src/adapters/socket.io/index.ts:78](https://github.com/asyncapi/glee/blob/100883e/src/adapters/socket.io/index.ts#L78) ___ @@ -416,7 +416,7 @@ Connects to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/socket.io/index.ts#L12) +[src/adapters/socket.io/index.ts:12](https://github.com/asyncapi/glee/blob/100883e/src/adapters/socket.io/index.ts#L12) ___ @@ -545,7 +545,7 @@ ___ #### Defined in -[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L220) +[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L220) ___ @@ -590,7 +590,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L236) +[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L236) ___ @@ -672,7 +672,7 @@ ___ #### Defined in -[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/socket.io/index.ts#L8) +[src/adapters/socket.io/index.ts:8](https://github.com/asyncapi/glee/blob/100883e/src/adapters/socket.io/index.ts#L8) ___ @@ -1114,7 +1114,7 @@ ___ #### Defined in -[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L211) +[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L211) ___ @@ -1140,7 +1140,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/socket.io/index.ts#L16) +[src/adapters/socket.io/index.ts:16](https://github.com/asyncapi/glee/blob/100883e/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 68f658567..0f3086fba 100644 --- a/docs/reference/classes/adapters_ws_client.default.md +++ b/docs/reference/classes/adapters_ws_client.default.md @@ -91,7 +91,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L42) +[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L42) ## Properties @@ -101,7 +101,7 @@ Instantiates a Glee adapter. #### Defined in -[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/client.ts#L15) +[src/adapters/ws/client.ts:15](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/client.ts#L15) ___ @@ -185,7 +185,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L187) +[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L187) ___ @@ -203,7 +203,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L199) +[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L199) ___ @@ -221,7 +221,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L195) +[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L195) ___ @@ -239,7 +239,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L203) +[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L203) ___ @@ -257,7 +257,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L179) +[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L179) ___ @@ -275,7 +275,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L191) +[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L191) ___ @@ -293,7 +293,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L183) +[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L183) ___ @@ -311,7 +311,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L207) +[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L207) ## Methods @@ -325,7 +325,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/client.ts#L29) +[src/adapters/ws/client.ts:29](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/client.ts#L29) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:111](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/client.ts#L111) +[src/adapters/ws/client.ts:111](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/client.ts#L111) ___ @@ -366,7 +366,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:98](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/client.ts#L98) +[src/adapters/ws/client.ts:98](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/client.ts#L98) ___ @@ -417,7 +417,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/client.ts#L21) +[src/adapters/ws/client.ts:21](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/client.ts#L21) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L220) +[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L220) ___ @@ -591,7 +591,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L236) +[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L236) ___ @@ -605,7 +605,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/client.ts#L77) +[src/adapters/ws/client.ts:77](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/client.ts#L77) ___ @@ -687,7 +687,7 @@ ___ #### Defined in -[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/client.ts#L17) +[src/adapters/ws/client.ts:17](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/client.ts#L17) ___ @@ -1129,7 +1129,7 @@ ___ #### Defined in -[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L211) +[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L211) ___ @@ -1155,7 +1155,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/client.ts#L25) +[src/adapters/ws/client.ts:25](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/client.ts#L25) ___ diff --git a/docs/reference/classes/adapters_ws_server.default.md b/docs/reference/classes/adapters_ws_server.default.md index cd2023f8c..5d6efb2ce 100644 --- a/docs/reference/classes/adapters_ws_server.default.md +++ b/docs/reference/classes/adapters_ws_server.default.md @@ -100,7 +100,7 @@ Instantiates a Glee adapter. #### Defined in -[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L42) +[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L42) ## Properties @@ -184,7 +184,7 @@ Adapter.AsyncAPIServer #### Defined in -[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L187) +[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L187) ___ @@ -202,7 +202,7 @@ Adapter.channelAddresses #### Defined in -[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L199) +[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L199) ___ @@ -220,7 +220,7 @@ Adapter.channelNames #### Defined in -[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L195) +[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L195) ___ @@ -238,7 +238,7 @@ Adapter.connections #### Defined in -[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L203) +[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L203) ___ @@ -256,7 +256,7 @@ Adapter.glee #### Defined in -[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L179) +[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L179) ___ @@ -274,7 +274,7 @@ Adapter.parsedAsyncAPI #### Defined in -[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L191) +[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L191) ___ @@ -292,7 +292,7 @@ Adapter.serverName #### Defined in -[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L183) +[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L183) ___ @@ -310,7 +310,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L207) +[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L207) ## Methods @@ -324,7 +324,7 @@ Adapter.serverUrlExpanded #### Defined in -[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L197) +[src/adapters/ws/server.ts:197](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L197) ___ @@ -345,7 +345,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L287) +[src/adapters/ws/server.ts:287](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L287) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L265) +[src/adapters/ws/server.ts:265](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L265) ___ @@ -417,7 +417,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L145) +[src/adapters/ws/server.ts:145](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L145) ___ @@ -437,7 +437,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L54) +[src/adapters/ws/server.ts:54](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L54) ___ @@ -457,7 +457,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L43) +[src/adapters/ws/server.ts:43](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L43) ___ @@ -477,7 +477,7 @@ Connects to the remote server. #### Defined in -[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L20) +[src/adapters/ws/server.ts:20](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L20) ___ @@ -565,7 +565,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L37) +[src/adapters/ws/server.ts:37](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L37) ___ @@ -586,7 +586,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L28) +[src/adapters/ws/server.ts:28](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L28) ___ @@ -648,7 +648,7 @@ ___ #### Defined in -[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L220) +[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L220) ___ @@ -693,7 +693,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L236) +[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L236) ___ @@ -707,7 +707,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L127) +[src/adapters/ws/server.ts:127](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L127) ___ @@ -727,7 +727,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L59) +[src/adapters/ws/server.ts:59](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L59) ___ @@ -809,7 +809,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L16) +[src/adapters/ws/server.ts:16](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L16) ___ @@ -970,7 +970,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L78) +[src/adapters/ws/server.ts:78](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L78) ___ @@ -990,7 +990,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L109) +[src/adapters/ws/server.ts:109](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L109) ___ @@ -1293,7 +1293,7 @@ ___ #### Defined in -[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L211) +[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L211) ___ @@ -1319,7 +1319,7 @@ Sends a message to the remote server. #### Defined in -[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L24) +[src/adapters/ws/server.ts:24](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L24) ___ @@ -1376,7 +1376,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L186) +[src/adapters/ws/server.ts:186](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L186) ___ @@ -1410,7 +1410,7 @@ ___ #### Defined in -[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/a15e431/src/adapters/ws/server.ts#L176) +[src/adapters/ws/server.ts:176](https://github.com/asyncapi/glee/blob/100883e/src/adapters/ws/server.ts#L176) ___ diff --git a/docs/reference/classes/errors_glee_error.default.md b/docs/reference/classes/errors_glee_error.default.md index 410caf633..e3696d70a 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/a15e431/src/errors/glee-error.ts#L5) +[src/errors/glee-error.ts:5](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/errors/glee-error.ts#L3) +[src/errors/glee-error.ts:3](https://github.com/asyncapi/glee/blob/100883e/src/errors/glee-error.ts#L3) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/a15e431/src/errors/glee-error.ts#L2) +[src/errors/glee-error.ts:2](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/errors/glee-error.ts#L16) +[src/errors/glee-error.ts:16](https://github.com/asyncapi/glee/blob/100883e/src/errors/glee-error.ts#L16) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/a15e431/src/errors/glee-error.ts#L12) +[src/errors/glee-error.ts:12](https://github.com/asyncapi/glee/blob/100883e/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 02089625f..f80110b2f 100644 --- a/docs/reference/classes/lib_adapter.default.md +++ b/docs/reference/classes/lib_adapter.default.md @@ -107,7 +107,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L42) +[src/lib/adapter.ts:42](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L42) ## Properties @@ -117,7 +117,7 @@ EventEmitter.constructor #### Defined in -[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L27) +[src/lib/adapter.ts:27](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L27) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L30) +[src/lib/adapter.ts:30](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L30) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L29) +[src/lib/adapter.ts:29](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L29) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L31) +[src/lib/adapter.ts:31](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L31) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L25) +[src/lib/adapter.ts:25](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L25) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L28) +[src/lib/adapter.ts:28](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L28) ___ @@ -177,7 +177,7 @@ ___ #### Defined in -[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L26) +[src/lib/adapter.ts:26](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L26) ___ @@ -187,7 +187,7 @@ ___ #### Defined in -[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L32) +[src/lib/adapter.ts:32](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L32) ___ @@ -267,7 +267,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L187) +[src/lib/adapter.ts:187](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L187) ___ @@ -281,7 +281,7 @@ ___ #### Defined in -[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L199) +[src/lib/adapter.ts:199](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L199) ___ @@ -295,7 +295,7 @@ ___ #### Defined in -[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L195) +[src/lib/adapter.ts:195](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L195) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L203) +[src/lib/adapter.ts:203](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L203) ___ @@ -323,7 +323,7 @@ ___ #### Defined in -[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L179) +[src/lib/adapter.ts:179](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L179) ___ @@ -337,7 +337,7 @@ ___ #### Defined in -[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L191) +[src/lib/adapter.ts:191](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L191) ___ @@ -351,7 +351,7 @@ ___ #### Defined in -[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L183) +[src/lib/adapter.ts:183](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L183) ___ @@ -365,7 +365,7 @@ ___ #### Defined in -[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L207) +[src/lib/adapter.ts:207](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L207) ## Methods @@ -412,7 +412,7 @@ Connects to the remote server. #### Defined in -[src/lib/adapter.ts:251](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L251) +[src/lib/adapter.ts:251](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L251) ___ @@ -537,7 +537,7 @@ ___ #### Defined in -[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L220) +[src/lib/adapter.ts:220](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L220) ___ @@ -578,7 +578,7 @@ Returns a list of the channels a given adapter has to subscribe to. #### Defined in -[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L236) +[src/lib/adapter.ts:236](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L236) ___ @@ -1084,7 +1084,7 @@ ___ #### Defined in -[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L211) +[src/lib/adapter.ts:211](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L211) ___ @@ -1106,7 +1106,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/adapter.ts:261](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L261) +[src/lib/adapter.ts:261](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L261) ___ diff --git a/docs/reference/classes/lib_cluster.default.md b/docs/reference/classes/lib_cluster.default.md index bf7070de2..acdfdafb3 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/a15e431/src/lib/cluster.ts#L46) +[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/cluster.ts#L36) +[src/lib/cluster.ts:36](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L36) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L39) +[src/lib/cluster.ts:39](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L39) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L37) +[src/lib/cluster.ts:37](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L37) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L38) +[src/lib/cluster.ts:38](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L38) ___ @@ -203,7 +203,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L100) +[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L100) ___ @@ -217,7 +217,7 @@ ___ #### Defined in -[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L112) +[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L112) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L104) +[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L104) ___ @@ -245,7 +245,7 @@ ___ #### Defined in -[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L108) +[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L108) ## Methods @@ -292,7 +292,7 @@ Connects to the remote server. #### Defined in -[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L119) +[src/lib/cluster.ts:119](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L119) ___ @@ -316,7 +316,7 @@ The deserialized message. #### Defined in -[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L158) +[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L158) ___ @@ -954,7 +954,7 @@ Sends a message to the remote server. #### Defined in -[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L128) +[src/lib/cluster.ts:128](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L128) ___ @@ -978,7 +978,7 @@ The serialized message, #### Defined in -[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/a15e431/src/lib/cluster.ts#L138) +[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L138) ___ diff --git a/docs/reference/classes/lib_connection.default.md b/docs/reference/classes/lib_connection.default.md index 99c2c809b..6e302a954 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/a15e431/src/lib/connection.ts#L28) +[src/lib/connection.ts:28](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/connection.ts#L15) +[src/lib/connection.ts:15](https://github.com/asyncapi/glee/blob/100883e/src/lib/connection.ts#L15) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/a15e431/src/lib/connection.ts#L13) +[src/lib/connection.ts:13](https://github.com/asyncapi/glee/blob/100883e/src/lib/connection.ts#L13) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/a15e431/src/lib/connection.ts#L16) +[src/lib/connection.ts:16](https://github.com/asyncapi/glee/blob/100883e/src/lib/connection.ts#L16) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/a15e431/src/lib/connection.ts#L12) +[src/lib/connection.ts:12](https://github.com/asyncapi/glee/blob/100883e/src/lib/connection.ts#L12) ___ @@ -97,7 +97,7 @@ ___ #### Defined in -[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/a15e431/src/lib/connection.ts#L14) +[src/lib/connection.ts:14](https://github.com/asyncapi/glee/blob/100883e/src/lib/connection.ts#L14) ## Accessors @@ -111,7 +111,7 @@ ___ #### Defined in -[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/a15e431/src/lib/connection.ts#L54) +[src/lib/connection.ts:54](https://github.com/asyncapi/glee/blob/100883e/src/lib/connection.ts#L54) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/a15e431/src/lib/connection.ts#L46) +[src/lib/connection.ts:46](https://github.com/asyncapi/glee/blob/100883e/src/lib/connection.ts#L46) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/a15e431/src/lib/connection.ts#L58) +[src/lib/connection.ts:58](https://github.com/asyncapi/glee/blob/100883e/src/lib/connection.ts#L58) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/a15e431/src/lib/connection.ts#L42) +[src/lib/connection.ts:42](https://github.com/asyncapi/glee/blob/100883e/src/lib/connection.ts#L42) ___ @@ -167,7 +167,7 @@ ___ #### Defined in -[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/a15e431/src/lib/connection.ts#L50) +[src/lib/connection.ts:50](https://github.com/asyncapi/glee/blob/100883e/src/lib/connection.ts#L50) ## Methods @@ -183,7 +183,7 @@ Returns the real connection object. #### Defined in -[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/a15e431/src/lib/connection.ts#L77) +[src/lib/connection.ts:77](https://github.com/asyncapi/glee/blob/100883e/src/lib/connection.ts#L77) ___ @@ -205,4 +205,4 @@ Checks whether a channel is associated with this connection. #### Defined in -[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/a15e431/src/lib/connection.ts#L68) +[src/lib/connection.ts:68](https://github.com/asyncapi/glee/blob/100883e/src/lib/connection.ts#L68) diff --git a/docs/reference/classes/lib_glee.default.md b/docs/reference/classes/lib_glee.default.md index 9aa7c2c7d..a8f299376 100644 --- a/docs/reference/classes/lib_glee.default.md +++ b/docs/reference/classes/lib_glee.default.md @@ -89,7 +89,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L45) +[src/lib/glee.ts:45](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L45) ## Properties @@ -99,7 +99,7 @@ EventEmitter.constructor #### Defined in -[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L37) +[src/lib/glee.ts:37](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L37) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L38) +[src/lib/glee.ts:38](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L38) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L35) +[src/lib/glee.ts:35](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L35) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L36) +[src/lib/glee.ts:36](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L36) ___ @@ -209,7 +209,7 @@ node_modules/@types/node/events.d.ts:327 #### Defined in -[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L59) +[src/lib/glee.ts:59](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L59) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L63) +[src/lib/glee.ts:63](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L63) ___ @@ -237,7 +237,7 @@ ___ #### Defined in -[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L55) +[src/lib/glee.ts:55](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L55) ## Methods @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L307) +[src/lib/glee.ts:307](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L307) ___ @@ -284,7 +284,7 @@ Starts executing the middlewares for the given error and message. #### Defined in -[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L294) +[src/lib/glee.ts:294](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L294) ___ @@ -308,7 +308,7 @@ Starts executing the middlewares for the given message. #### Defined in -[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L224) +[src/lib/glee.ts:224](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L224) ___ @@ -334,7 +334,7 @@ Adds a connection adapter. #### Defined in -[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L75) +[src/lib/glee.ts:75](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L75) ___ @@ -381,7 +381,7 @@ Tells the adapters to connect. #### Defined in -[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L143) +[src/lib/glee.ts:143](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L143) ___ @@ -534,7 +534,7 @@ Injects an error into the Glee inbound error middleware chain. #### Defined in -[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L195) +[src/lib/glee.ts:195](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L195) ___ @@ -558,7 +558,7 @@ Injects a message into the Glee inbound middleware chain. #### Defined in -[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L173) +[src/lib/glee.ts:173](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L173) ___ @@ -574,7 +574,7 @@ Alias for `connect`. #### Defined in -[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L162) +[src/lib/glee.ts:162](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L162) ___ @@ -1082,7 +1082,7 @@ Send a message to the adapters. #### Defined in -[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L130) +[src/lib/glee.ts:130](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L130) ___ @@ -1104,7 +1104,7 @@ Sets the cluster adapter to use. #### Defined in -[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L91) +[src/lib/glee.ts:91](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L91) ___ @@ -1161,7 +1161,7 @@ Synchronizes the other instances in the cluster with the message. #### Defined in -[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L208) +[src/lib/glee.ts:208](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L208) ___ @@ -1183,7 +1183,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L102) +[src/lib/glee.ts:102](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L102) ▸ **use**(`channel`, `...middlewares`): `void` @@ -1200,7 +1200,7 @@ Use a middleware for inbound messages. #### Defined in -[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L103) +[src/lib/glee.ts:103](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L103) ___ @@ -1222,7 +1222,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L116) +[src/lib/glee.ts:116](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L116) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -1239,7 +1239,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/a15e431/src/lib/glee.ts#L117) +[src/lib/glee.ts:117](https://github.com/asyncapi/glee/blob/100883e/src/lib/glee.ts#L117) ___ diff --git a/docs/reference/classes/lib_message.default.md b/docs/reference/classes/lib_message.default.md index a789349bf..1242de659 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/a15e431/src/lib/message.ts#L51) +[src/lib/message.ts:51](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/message.ts#L31) +[src/lib/message.ts:31](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L31) ___ @@ -117,7 +117,7 @@ ___ #### Defined in -[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L28) +[src/lib/message.ts:28](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L28) ___ @@ -127,7 +127,7 @@ ___ #### Defined in -[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L34) +[src/lib/message.ts:34](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L34) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L30) +[src/lib/message.ts:30](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L30) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L27) +[src/lib/message.ts:27](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L27) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L32) +[src/lib/message.ts:32](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L32) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L33) +[src/lib/message.ts:33](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L33) ___ @@ -185,7 +185,7 @@ ___ #### Defined in -[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L35) +[src/lib/message.ts:35](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L35) ___ @@ -195,7 +195,7 @@ ___ #### Defined in -[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L26) +[src/lib/message.ts:26](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L26) ___ @@ -205,7 +205,7 @@ ___ #### Defined in -[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L36) +[src/lib/message.ts:36](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L36) ___ @@ -215,7 +215,7 @@ ___ #### Defined in -[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L29) +[src/lib/message.ts:29](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/message.ts#L113) +[src/lib/message.ts:113](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L113) ___ @@ -309,7 +309,7 @@ ___ #### Defined in -[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L89) +[src/lib/message.ts:89](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/message.ts#L93) +[src/lib/message.ts:93](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L93) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L125) +[src/lib/message.ts:125](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/message.ts#L129) +[src/lib/message.ts:129](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L129) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L105) +[src/lib/message.ts:105](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/message.ts#L109) +[src/lib/message.ts:109](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L109) ___ @@ -399,7 +399,7 @@ ___ #### Defined in -[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L81) +[src/lib/message.ts:81](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/message.ts#L85) +[src/lib/message.ts:85](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L85) ___ @@ -429,7 +429,7 @@ ___ #### Defined in -[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L117) +[src/lib/message.ts:117](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/message.ts#L121) +[src/lib/message.ts:121](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L121) ___ @@ -459,7 +459,7 @@ ___ #### Defined in -[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L73) +[src/lib/message.ts:73](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/message.ts#L77) +[src/lib/message.ts:77](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L77) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L133) +[src/lib/message.ts:133](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/message.ts#L137) +[src/lib/message.ts:137](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L137) ___ @@ -519,7 +519,7 @@ ___ #### Defined in -[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L97) +[src/lib/message.ts:97](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/message.ts#L101) +[src/lib/message.ts:101](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L101) ## Methods @@ -712,7 +712,7 @@ Checks if it's an inbound message. #### Defined in -[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L194) +[src/lib/message.ts:194](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L194) ___ @@ -728,7 +728,7 @@ Checks if it's an outbound message. #### Defined in -[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L201) +[src/lib/message.ts:201](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L201) ___ @@ -812,7 +812,7 @@ Indicates failure in processing the message #### Defined in -[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L222) +[src/lib/message.ts:222](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L222) ___ @@ -828,7 +828,7 @@ Indicates successfully processed the message #### Defined in -[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L215) +[src/lib/message.ts:215](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/message.ts#L149) +[src/lib/message.ts:149](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L149) ___ @@ -1284,7 +1284,7 @@ Tells Glee to send the message. #### Defined in -[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L208) +[src/lib/message.ts:208](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L208) ___ @@ -1300,7 +1300,7 @@ Makes the message suitable only for the inbound pipeline. #### Defined in -[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L178) +[src/lib/message.ts:178](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L178) ___ @@ -1351,7 +1351,7 @@ Makes the message suitable only for the outbound pipeline. #### Defined in -[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/a15e431/src/lib/message.ts#L186) +[src/lib/message.ts:186](https://github.com/asyncapi/glee/blob/100883e/src/lib/message.ts#L186) ___ diff --git a/docs/reference/classes/lib_router.default.md b/docs/reference/classes/lib_router.default.md index b59e5a601..538442e7d 100644 --- a/docs/reference/classes/lib_router.default.md +++ b/docs/reference/classes/lib_router.default.md @@ -42,7 +42,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L27) +[src/lib/router.ts:27](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L27) ## Properties @@ -52,7 +52,7 @@ Instantiates a GleeRouter. #### Defined in -[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L21) +[src/lib/router.ts:21](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L21) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L19) +[src/lib/router.ts:19](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L19) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L22) +[src/lib/router.ts:22](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L22) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L20) +[src/lib/router.ts:20](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L20) ## Methods @@ -106,7 +106,7 @@ Adds a normalized middleware to a target collection. #### Defined in -[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L140) +[src/lib/router.ts:140](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L140) ___ @@ -129,7 +129,7 @@ Adds a normalized middleware to the inbound error middlewares collection. #### Defined in -[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L186) +[src/lib/router.ts:186](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L186) ___ @@ -152,7 +152,7 @@ Adds a normalized middleware to the inbound middlewares collection. #### Defined in -[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L163) +[src/lib/router.ts:163](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L163) ___ @@ -175,7 +175,7 @@ Adds a normalized middleware to the outbound error middlewares collection. #### Defined in -[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L199) +[src/lib/router.ts:199](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L199) ___ @@ -198,7 +198,7 @@ Adds a normalized middleware to the outbound middlewares collection. #### Defined in -[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L173) +[src/lib/router.ts:173](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L173) ___ @@ -214,7 +214,7 @@ Returns all the inbound error middlewares. #### Defined in -[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L120) +[src/lib/router.ts:120](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L120) ___ @@ -230,7 +230,7 @@ Returns all the inbound middlewares. #### Defined in -[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L104) +[src/lib/router.ts:104](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L104) ___ @@ -246,7 +246,7 @@ Returns all the outbound error middlewares. #### Defined in -[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L128) +[src/lib/router.ts:128](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L128) ___ @@ -262,7 +262,7 @@ Returns all the outbound middlewares. #### Defined in -[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L112) +[src/lib/router.ts:112](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L112) ___ @@ -283,7 +283,7 @@ ___ #### Defined in -[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L83) +[src/lib/router.ts:83](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L83) ___ @@ -306,7 +306,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L41) +[src/lib/router.ts:41](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L41) ▸ **use**(`channel`, `...middlewares`): `void` @@ -323,7 +323,7 @@ this function will make use of inbound and outbound middlewares. #### Defined in -[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L42) +[src/lib/router.ts:42](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L42) ___ @@ -345,7 +345,7 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L65) +[src/lib/router.ts:65](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L65) ▸ **useOutbound**(`channel`, `...middlewares`): `void` @@ -362,4 +362,4 @@ Use a middleware for outbound messages. #### Defined in -[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L66) +[src/lib/router.ts:66](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L66) diff --git a/docs/reference/classes/lib_wsHttpAuth.default.md b/docs/reference/classes/lib_wsHttpAuth.default.md index 85ead9605..305a6775e 100644 --- a/docs/reference/classes/lib_wsHttpAuth.default.md +++ b/docs/reference/classes/lib_wsHttpAuth.default.md @@ -83,7 +83,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L17) +[src/lib/wsHttpAuth.ts:17](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L17) ## Properties @@ -93,7 +93,7 @@ EventEmitter.constructor #### Defined in -[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L10) +[src/lib/wsHttpAuth.ts:10](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L10) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L12) +[src/lib/wsHttpAuth.ts:12](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L12) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L11) +[src/lib/wsHttpAuth.ts:11](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L11) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L8) +[src/lib/wsHttpAuth.ts:8](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L8) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L7) +[src/lib/wsHttpAuth.ts:7](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L7) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L9) +[src/lib/wsHttpAuth.ts:9](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L9) ___ @@ -254,7 +254,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L168) +[src/lib/wsHttpAuth.ts:168](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L168) ___ @@ -268,7 +268,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L31) +[src/lib/wsHttpAuth.ts:31](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L31) ___ @@ -394,7 +394,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L71) +[src/lib/wsHttpAuth.ts:71](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L71) ___ @@ -414,7 +414,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L58) +[src/lib/wsHttpAuth.ts:58](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L58) ___ @@ -460,7 +460,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L126) +[src/lib/wsHttpAuth.ts:126](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L126) ___ @@ -488,7 +488,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L113) +[src/lib/wsHttpAuth.ts:113](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L113) ___ @@ -799,7 +799,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L161) +[src/lib/wsHttpAuth.ts:161](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L161) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/a15e431/src/lib/wsHttpAuth.ts#L97) +[src/lib/wsHttpAuth.ts:97](https://github.com/asyncapi/glee/blob/100883e/src/lib/wsHttpAuth.ts#L97) ___ diff --git a/docs/reference/interfaces/lib.HttpAuthConfig.md b/docs/reference/interfaces/lib.HttpAuthConfig.md index d21bd26b3..2d398b667 100644 --- a/docs/reference/interfaces/lib.HttpAuthConfig.md +++ b/docs/reference/interfaces/lib.HttpAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L35) +[src/lib/index.d.ts:35](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L35) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L33) +[src/lib/index.d.ts:33](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L33) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L34) +[src/lib/index.d.ts:34](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L34) diff --git a/docs/reference/interfaces/lib.KafkaAuthConfig.md b/docs/reference/interfaces/lib.KafkaAuthConfig.md index 16e7cb3dd..5a1b3cfbf 100644 --- a/docs/reference/interfaces/lib.KafkaAuthConfig.md +++ b/docs/reference/interfaces/lib.KafkaAuthConfig.md @@ -23,7 +23,7 @@ #### Defined in -[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L54) +[src/lib/index.d.ts:54](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L54) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L55) +[src/lib/index.d.ts:55](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L55) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L53) +[src/lib/index.d.ts:53](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L53) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L58) +[src/lib/index.d.ts:58](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L58) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L56) +[src/lib/index.d.ts:56](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L56) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L57) +[src/lib/index.d.ts:57](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L57) diff --git a/docs/reference/interfaces/lib.MqttAuthConfig.md b/docs/reference/interfaces/lib.MqttAuthConfig.md index 2d7da0803..552e36ff7 100644 --- a/docs/reference/interfaces/lib.MqttAuthConfig.md +++ b/docs/reference/interfaces/lib.MqttAuthConfig.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L20) +[src/lib/index.d.ts:20](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L20) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L23) +[src/lib/index.d.ts:23](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L23) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L22) +[src/lib/index.d.ts:22](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L22) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L21) +[src/lib/index.d.ts:21](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L21) diff --git a/docs/reference/interfaces/lib.WsAuthConfig.md b/docs/reference/interfaces/lib.WsAuthConfig.md index 0302861b7..9ff9d4fd6 100644 --- a/docs/reference/interfaces/lib.WsAuthConfig.md +++ b/docs/reference/interfaces/lib.WsAuthConfig.md @@ -20,7 +20,7 @@ #### Defined in -[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L29) +[src/lib/index.d.ts:29](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L29) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L27) +[src/lib/index.d.ts:27](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L27) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L28) +[src/lib/index.d.ts:28](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L28) diff --git a/docs/reference/modules/docs.md b/docs/reference/modules/docs.md index cf642919a..b569ed7b6 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/a15e431/src/docs.ts#L5) +[src/docs.ts:5](https://github.com/asyncapi/glee/blob/100883e/src/docs.ts#L5) diff --git a/docs/reference/modules/index.md b/docs/reference/modules/index.md index 70361f99f..55ae1577b 100644 --- a/docs/reference/modules/index.md +++ b/docs/reference/modules/index.md @@ -20,4 +20,4 @@ #### Defined in -[src/index.ts:37](https://github.com/asyncapi/glee/blob/a15e431/src/index.ts#L37) +[src/index.ts:37](https://github.com/asyncapi/glee/blob/100883e/src/index.ts#L37) diff --git a/docs/reference/modules/lib.md b/docs/reference/modules/lib.md index a01ffb514..349cef5af 100644 --- a/docs/reference/modules/lib.md +++ b/docs/reference/modules/lib.md @@ -80,7 +80,7 @@ #### Defined in -[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L11) +[src/lib/index.d.ts:11](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L11) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L38) +[src/lib/index.d.ts:38](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L38) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L98) +[src/lib/index.d.ts:98](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L98) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L153) +[src/lib/index.d.ts:153](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L153) ___ @@ -164,7 +164,7 @@ ___ #### Defined in -[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L130) +[src/lib/index.d.ts:130](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L130) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L61) +[src/lib/index.d.ts:61](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L61) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L105) +[src/lib/index.d.ts:105](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L105) ___ @@ -227,7 +227,7 @@ ___ #### Defined in -[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L149) +[src/lib/index.d.ts:149](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L149) ___ @@ -249,7 +249,7 @@ ___ #### Defined in -[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L120) +[src/lib/index.d.ts:120](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L120) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L114) +[src/lib/index.d.ts:114](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L114) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L147) +[src/lib/index.d.ts:147](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L147) ___ @@ -287,7 +287,7 @@ ___ #### Defined in -[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L146) +[src/lib/index.d.ts:146](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L146) ___ @@ -307,7 +307,7 @@ ___ #### Defined in -[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L138) +[src/lib/index.d.ts:138](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L138) ___ @@ -329,7 +329,7 @@ ___ #### Defined in -[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L79) +[src/lib/index.d.ts:79](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L79) ___ @@ -339,7 +339,7 @@ ___ #### Defined in -[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L8) +[src/lib/index.d.ts:8](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L8) ___ @@ -355,7 +355,7 @@ ___ #### Defined in -[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L94) +[src/lib/index.d.ts:94](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L94) ___ @@ -371,7 +371,7 @@ ___ #### Defined in -[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L90) +[src/lib/index.d.ts:90](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L90) ___ @@ -381,7 +381,7 @@ ___ #### Defined in -[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L9) +[src/lib/index.d.ts:9](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L9) ___ @@ -391,7 +391,7 @@ ___ #### Defined in -[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L7) +[src/lib/index.d.ts:7](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L7) ___ @@ -413,7 +413,7 @@ ___ #### Defined in -[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L67) +[src/lib/index.d.ts:67](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L67) ___ @@ -423,4 +423,4 @@ ___ #### Defined in -[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/a15e431/src/lib/index.d.ts#L50) +[src/lib/index.d.ts:50](https://github.com/asyncapi/glee/blob/100883e/src/lib/index.d.ts#L50) diff --git a/docs/reference/modules/lib_adapter.md b/docs/reference/modules/lib_adapter.md index 722d249c7..191513b71 100644 --- a/docs/reference/modules/lib_adapter.md +++ b/docs/reference/modules/lib_adapter.md @@ -30,7 +30,7 @@ #### Defined in -[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L17) +[src/lib/adapter.ts:17](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L17) ___ @@ -48,4 +48,4 @@ ___ #### Defined in -[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/a15e431/src/lib/adapter.ts#L11) +[src/lib/adapter.ts:11](https://github.com/asyncapi/glee/blob/100883e/src/lib/adapter.ts#L11) diff --git a/docs/reference/modules/lib_asyncapiFile.md b/docs/reference/modules/lib_asyncapiFile.md index 622f26a90..0f1d5fc44 100644 --- a/docs/reference/modules/lib_asyncapiFile.md +++ b/docs/reference/modules/lib_asyncapiFile.md @@ -29,7 +29,7 @@ #### Defined in -[src/lib/asyncapiFile.ts:18](https://github.com/asyncapi/glee/blob/a15e431/src/lib/asyncapiFile.ts#L18) +[src/lib/asyncapiFile.ts:25](https://github.com/asyncapi/glee/blob/100883e/src/lib/asyncapiFile.ts#L25) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:14](https://github.com/asyncapi/glee/blob/a15e431/src/lib/asyncapiFile.ts#L14) +[src/lib/asyncapiFile.ts:21](https://github.com/asyncapi/glee/blob/100883e/src/lib/asyncapiFile.ts#L21) ___ @@ -63,4 +63,4 @@ ___ #### Defined in -[src/lib/asyncapiFile.ts:5](https://github.com/asyncapi/glee/blob/a15e431/src/lib/asyncapiFile.ts#L5) +[src/lib/asyncapiFile.ts:6](https://github.com/asyncapi/glee/blob/100883e/src/lib/asyncapiFile.ts#L6) diff --git a/docs/reference/modules/lib_cluster.md b/docs/reference/modules/lib_cluster.md index fa85c90b8..84045a312 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/a15e431/src/lib/cluster.ts#L9) +[src/lib/cluster.ts:9](https://github.com/asyncapi/glee/blob/100883e/src/lib/cluster.ts#L9) diff --git a/docs/reference/modules/lib_compiler.md b/docs/reference/modules/lib_compiler.md index bf19883ed..c4297a244 100644 --- a/docs/reference/modules/lib_compiler.md +++ b/docs/reference/modules/lib_compiler.md @@ -26,4 +26,4 @@ #### Defined in -[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/a15e431/src/lib/compiler.ts#L23) +[src/lib/compiler.ts:23](https://github.com/asyncapi/glee/blob/100883e/src/lib/compiler.ts#L23) diff --git a/docs/reference/modules/lib_configs.md b/docs/reference/modules/lib_configs.md index 836010099..5af93d55b 100644 --- a/docs/reference/modules/lib_configs.md +++ b/docs/reference/modules/lib_configs.md @@ -29,7 +29,7 @@ #### Defined in -[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/a15e431/src/lib/configs.ts#L112) +[src/lib/configs.ts:112](https://github.com/asyncapi/glee/blob/100883e/src/lib/configs.ts#L112) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/a15e431/src/lib/configs.ts#L130) +[src/lib/configs.ts:130](https://github.com/asyncapi/glee/blob/100883e/src/lib/configs.ts#L130) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/a15e431/src/lib/configs.ts#L23) +[src/lib/configs.ts:23](https://github.com/asyncapi/glee/blob/100883e/src/lib/configs.ts#L23) ___ @@ -79,4 +79,4 @@ Loads the configuration from glee project. #### Defined in -[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/a15e431/src/lib/configs.ts#L81) +[src/lib/configs.ts:81](https://github.com/asyncapi/glee/blob/100883e/src/lib/configs.ts#L81) diff --git a/docs/reference/modules/lib_docs.md b/docs/reference/modules/lib_docs.md index 825d9e58b..947b113ce 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/a15e431/src/lib/docs.ts#L5) +[src/lib/docs.ts:5](https://github.com/asyncapi/glee/blob/100883e/src/lib/docs.ts#L5) diff --git a/docs/reference/modules/lib_experimentalFlags.md b/docs/reference/modules/lib_experimentalFlags.md index dceca0770..1b9c19493 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/a15e431/src/lib/experimentalFlags.ts#L3) +[src/lib/experimentalFlags.ts:3](https://github.com/asyncapi/glee/blob/100883e/src/lib/experimentalFlags.ts#L3) diff --git a/docs/reference/modules/lib_functions.md b/docs/reference/modules/lib_functions.md index 554b8c45e..c7577e779 100644 --- a/docs/reference/modules/lib_functions.md +++ b/docs/reference/modules/lib_functions.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/functions.ts:53](https://github.com/asyncapi/glee/blob/a15e431/src/lib/functions.ts#L53) +[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/100883e/src/lib/functions.ts#L55) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/functions.ts:55](https://github.com/asyncapi/glee/blob/a15e431/src/lib/functions.ts#L55) +[src/lib/functions.ts:57](https://github.com/asyncapi/glee/blob/100883e/src/lib/functions.ts#L57) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/lib/functions.ts:84](https://github.com/asyncapi/glee/blob/a15e431/src/lib/functions.ts#L84) +[src/lib/functions.ts:96](https://github.com/asyncapi/glee/blob/100883e/src/lib/functions.ts#L96) diff --git a/docs/reference/modules/lib_lifecycleEvents.md b/docs/reference/modules/lib_lifecycleEvents.md index 9c1874867..12ab4fe25 100644 --- a/docs/reference/modules/lib_lifecycleEvents.md +++ b/docs/reference/modules/lib_lifecycleEvents.md @@ -21,7 +21,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/a15e431/src/lib/lifecycleEvents.ts#L18) +[src/lib/lifecycleEvents.ts:18](https://github.com/asyncapi/glee/blob/100883e/src/lib/lifecycleEvents.ts#L18) ## Functions @@ -41,7 +41,7 @@ #### Defined in -[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/a15e431/src/lib/lifecycleEvents.ts#L20) +[src/lib/lifecycleEvents.ts:20](https://github.com/asyncapi/glee/blob/100883e/src/lib/lifecycleEvents.ts#L20) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/a15e431/src/lib/lifecycleEvents.ts#L60) +[src/lib/lifecycleEvents.ts:60](https://github.com/asyncapi/glee/blob/100883e/src/lib/lifecycleEvents.ts#L60) diff --git a/docs/reference/modules/lib_logger.md b/docs/reference/modules/lib_logger.md index 633a4123a..3473579a6 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/a15e431/src/lib/logger.ts#L43) +[src/lib/logger.ts:43](https://github.com/asyncapi/glee/blob/100883e/src/lib/logger.ts#L43) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/a15e431/src/lib/logger.ts#L206) +[src/lib/logger.ts:206](https://github.com/asyncapi/glee/blob/100883e/src/lib/logger.ts#L206) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/a15e431/src/lib/logger.ts#L195) +[src/lib/logger.ts:195](https://github.com/asyncapi/glee/blob/100883e/src/lib/logger.ts#L195) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/a15e431/src/lib/logger.ts#L170) +[src/lib/logger.ts:170](https://github.com/asyncapi/glee/blob/100883e/src/lib/logger.ts#L170) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/a15e431/src/lib/logger.ts#L139) +[src/lib/logger.ts:139](https://github.com/asyncapi/glee/blob/100883e/src/lib/logger.ts#L139) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/a15e431/src/lib/logger.ts#L158) +[src/lib/logger.ts:158](https://github.com/asyncapi/glee/blob/100883e/src/lib/logger.ts#L158) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/a15e431/src/lib/logger.ts#L116) +[src/lib/logger.ts:116](https://github.com/asyncapi/glee/blob/100883e/src/lib/logger.ts#L116) ___ @@ -236,7 +236,7 @@ ___ #### Defined in -[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/a15e431/src/lib/logger.ts#L180) +[src/lib/logger.ts:180](https://github.com/asyncapi/glee/blob/100883e/src/lib/logger.ts#L180) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/a15e431/src/lib/logger.ts#L232) +[src/lib/logger.ts:232](https://github.com/asyncapi/glee/blob/100883e/src/lib/logger.ts#L232) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/a15e431/src/lib/logger.ts#L228) +[src/lib/logger.ts:228](https://github.com/asyncapi/glee/blob/100883e/src/lib/logger.ts#L228) ___ @@ -301,7 +301,7 @@ ___ #### Defined in -[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/a15e431/src/lib/logger.ts#L148) +[src/lib/logger.ts:148](https://github.com/asyncapi/glee/blob/100883e/src/lib/logger.ts#L148) ___ @@ -321,4 +321,4 @@ ___ #### Defined in -[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/a15e431/src/lib/logger.ts#L49) +[src/lib/logger.ts:49](https://github.com/asyncapi/glee/blob/100883e/src/lib/logger.ts#L49) diff --git a/docs/reference/modules/lib_router.md b/docs/reference/modules/lib_router.md index f1dea8cef..77ec6a493 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/a15e431/src/lib/router.ts#L8) +[src/lib/router.ts:8](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L8) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L3) +[src/lib/router.ts:3](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L14) +[src/lib/router.ts:14](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L14) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/a15e431/src/lib/router.ts#L13) +[src/lib/router.ts:13](https://github.com/asyncapi/glee/blob/100883e/src/lib/router.ts#L13) diff --git a/docs/reference/modules/lib_servers.md b/docs/reference/modules/lib_servers.md index ed8dc0610..cb034ae66 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/a15e431/src/lib/servers.ts#L3) +[src/lib/servers.ts:3](https://github.com/asyncapi/glee/blob/100883e/src/lib/servers.ts#L3) diff --git a/docs/reference/modules/lib_userAuth.md b/docs/reference/modules/lib_userAuth.md index 858b5903e..d6bc4a5a2 100644 --- a/docs/reference/modules/lib_userAuth.md +++ b/docs/reference/modules/lib_userAuth.md @@ -22,7 +22,7 @@ #### Defined in -[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/a15e431/src/lib/userAuth.ts#L13) +[src/lib/userAuth.ts:13](https://github.com/asyncapi/glee/blob/100883e/src/lib/userAuth.ts#L13) ## Functions @@ -42,7 +42,7 @@ #### Defined in -[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/a15e431/src/lib/userAuth.ts#L76) +[src/lib/userAuth.ts:76](https://github.com/asyncapi/glee/blob/100883e/src/lib/userAuth.ts#L76) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/a15e431/src/lib/userAuth.ts#L15) +[src/lib/userAuth.ts:15](https://github.com/asyncapi/glee/blob/100883e/src/lib/userAuth.ts#L15) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/a15e431/src/lib/userAuth.ts#L47) +[src/lib/userAuth.ts:47](https://github.com/asyncapi/glee/blob/100883e/src/lib/userAuth.ts#L47) diff --git a/docs/reference/modules/lib_util.md b/docs/reference/modules/lib_util.md index a47afca13..930503699 100644 --- a/docs/reference/modules/lib_util.md +++ b/docs/reference/modules/lib_util.md @@ -33,7 +33,7 @@ #### Defined in -[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/a15e431/src/lib/util.ts#L118) +[src/lib/util.ts:118](https://github.com/asyncapi/glee/blob/100883e/src/lib/util.ts#L118) ___ @@ -55,7 +55,7 @@ Duplicates a GleeMessage. #### Defined in -[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/a15e431/src/lib/util.ts#L52) +[src/lib/util.ts:52](https://github.com/asyncapi/glee/blob/100883e/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/a15e431/src/lib/util.ts#L22) +[src/lib/util.ts:22](https://github.com/asyncapi/glee/blob/100883e/src/lib/util.ts#L22) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/a15e431/src/lib/util.ts#L122) +[src/lib/util.ts:122](https://github.com/asyncapi/glee/blob/100883e/src/lib/util.ts#L122) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/a15e431/src/lib/util.ts#L137) +[src/lib/util.ts:137](https://github.com/asyncapi/glee/blob/100883e/src/lib/util.ts#L137) ___ @@ -143,7 +143,7 @@ Determines if a path matches a channel. #### Defined in -[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/a15e431/src/lib/util.ts#L81) +[src/lib/util.ts:81](https://github.com/asyncapi/glee/blob/100883e/src/lib/util.ts#L81) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/a15e431/src/lib/util.ts#L148) +[src/lib/util.ts:148](https://github.com/asyncapi/glee/blob/100883e/src/lib/util.ts#L148) ___ @@ -188,4 +188,4 @@ Object #### Defined in -[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/a15e431/src/lib/util.ts#L93) +[src/lib/util.ts:93](https://github.com/asyncapi/glee/blob/100883e/src/lib/util.ts#L93) diff --git a/docs/reference/modules/middlewares.md b/docs/reference/modules/middlewares.md index 48f3d0fe1..19e9ee971 100644 --- a/docs/reference/modules/middlewares.md +++ b/docs/reference/modules/middlewares.md @@ -34,7 +34,7 @@ #### Defined in -[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/a15e431/src/middlewares/index.d.ts#L7) +[src/middlewares/index.d.ts:7](https://github.com/asyncapi/glee/blob/100883e/src/middlewares/index.d.ts#L7) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/a15e431/src/middlewares/index.d.ts#L3) +[src/middlewares/index.d.ts:3](https://github.com/asyncapi/glee/blob/100883e/src/middlewares/index.d.ts#L3) ___ @@ -84,4 +84,4 @@ ___ #### Defined in -[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/a15e431/src/middlewares/index.d.ts#L12) +[src/middlewares/index.d.ts:12](https://github.com/asyncapi/glee/blob/100883e/src/middlewares/index.d.ts#L12) diff --git a/docs/reference/modules/middlewares_buffer2string.md b/docs/reference/modules/middlewares_buffer2string.md index f27d56ebd..a4cc3d006 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/a15e431/src/middlewares/buffer2string.ts#L4) +[src/middlewares/buffer2string.ts:4](https://github.com/asyncapi/glee/blob/100883e/src/middlewares/buffer2string.ts#L4) diff --git a/docs/reference/modules/middlewares_errorLogger.md b/docs/reference/modules/middlewares_errorLogger.md index 5f2885cea..b421697b6 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/a15e431/src/middlewares/errorLogger.ts#L6) +[src/middlewares/errorLogger.ts:6](https://github.com/asyncapi/glee/blob/100883e/src/middlewares/errorLogger.ts#L6) diff --git a/docs/reference/modules/middlewares_existsInAsyncAPI.md b/docs/reference/modules/middlewares_existsInAsyncAPI.md index be972631a..c6d4e67ea 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/a15e431/src/middlewares/existsInAsyncAPI.ts#L5) +[src/middlewares/existsInAsyncAPI.ts:5](https://github.com/asyncapi/glee/blob/100883e/src/middlewares/existsInAsyncAPI.ts#L5) diff --git a/docs/reference/modules/middlewares_json2string.md b/docs/reference/modules/middlewares_json2string.md index 2c8086ec8..b5abb4a48 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/a15e431/src/middlewares/json2string.ts#L4) +[src/middlewares/json2string.ts:4](https://github.com/asyncapi/glee/blob/100883e/src/middlewares/json2string.ts#L4) diff --git a/docs/reference/modules/middlewares_logger.md b/docs/reference/modules/middlewares_logger.md index 84efef439..45de9c3ad 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/a15e431/src/middlewares/logger.ts#L5) +[src/middlewares/logger.ts:5](https://github.com/asyncapi/glee/blob/100883e/src/middlewares/logger.ts#L5) diff --git a/docs/reference/modules/middlewares_string2json.md b/docs/reference/modules/middlewares_string2json.md index 50e9f5e54..49cf0ce46 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/a15e431/src/middlewares/string2json.ts#L4) +[src/middlewares/string2json.ts:4](https://github.com/asyncapi/glee/blob/100883e/src/middlewares/string2json.ts#L4) diff --git a/docs/reference/modules/middlewares_validate.md b/docs/reference/modules/middlewares_validate.md index 4df779617..0cbfea327 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/a15e431/src/middlewares/validate.ts#L7) +[src/middlewares/validate.ts:7](https://github.com/asyncapi/glee/blob/100883e/src/middlewares/validate.ts#L7) diff --git a/docs/reference/modules/middlewares_validateConnection.md b/docs/reference/modules/middlewares_validateConnection.md index c03a599c6..7b7cc1dc7 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/a15e431/src/middlewares/validateConnection.ts#L4) +[src/middlewares/validateConnection.ts:4](https://github.com/asyncapi/glee/blob/100883e/src/middlewares/validateConnection.ts#L4) diff --git a/docs/reference/modules/registerAdapters.md b/docs/reference/modules/registerAdapters.md index e7b77a9dc..756308205 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/a15e431/src/registerAdapters.ts#L14) +[src/registerAdapters.ts:14](https://github.com/asyncapi/glee/blob/100883e/src/registerAdapters.ts#L14) diff --git a/package-lock.json b/package-lock.json index bf97edff0..599d518b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/glee", - "version": "0.26.11", + "version": "0.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/glee", - "version": "0.26.11", + "version": "0.28.0", "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.14.1", diff --git a/package.json b/package.json index 9e73fc2df..f22a9a98d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/glee", - "version": "0.27.0", + "version": "0.28.0", "description": "The AsyncAPI framework", "exports": "./dist/moduleIndex.js", "type": "module",