Skip to content

Commit

Permalink
chore(release): v0.22.0 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Jul 5, 2023
1 parent f65a7a0 commit 69e5b90
Show file tree
Hide file tree
Showing 47 changed files with 389 additions and 374 deletions.
28 changes: 14 additions & 14 deletions docs/reference/classes/adapters_cluster_redis.default.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Instantiates a Glee Cluster adapter.

#### Defined in

[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L46)
[src/lib/cluster.ts:46](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L46)

## Properties

Expand All @@ -92,7 +92,7 @@ Instantiates a Glee Cluster adapter.

#### Defined in

[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/cluster/redis/index.ts#L9)
[src/adapters/cluster/redis/index.ts:9](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/cluster/redis/index.ts#L9)

___

Expand All @@ -102,7 +102,7 @@ ___

#### Defined in

[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/cluster/redis/index.ts#L10)
[src/adapters/cluster/redis/index.ts:10](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/cluster/redis/index.ts#L10)

___

Expand Down Expand Up @@ -186,7 +186,7 @@ ClusterAdapter.glee

#### Defined in

[src/lib/cluster.ts:93](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L93)
[src/lib/cluster.ts:100](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L100)

___

Expand All @@ -204,7 +204,7 @@ ClusterAdapter.instanceId

#### Defined in

[src/lib/cluster.ts:105](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L105)
[src/lib/cluster.ts:112](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L112)

___

Expand All @@ -222,7 +222,7 @@ ClusterAdapter.serverName

#### Defined in

[src/lib/cluster.ts:97](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L97)
[src/lib/cluster.ts:104](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L104)

___

Expand All @@ -240,7 +240,7 @@ ClusterAdapter.serverUrlExpanded

#### Defined in

[src/lib/cluster.ts:101](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L101)
[src/lib/cluster.ts:108](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L108)

## Methods

Expand All @@ -254,7 +254,7 @@ ClusterAdapter.serverUrlExpanded

#### Defined in

[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/cluster/redis/index.ts#L24)
[src/adapters/cluster/redis/index.ts:24](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/cluster/redis/index.ts#L24)

___

Expand All @@ -274,7 +274,7 @@ ___

#### Defined in

[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/cluster/redis/index.ts#L67)
[src/adapters/cluster/redis/index.ts:67](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/cluster/redis/index.ts#L67)

___

Expand Down Expand Up @@ -325,7 +325,7 @@ Connects to the remote server.

#### Defined in

[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/cluster/redis/index.ts#L16)
[src/adapters/cluster/redis/index.ts:16](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/cluster/redis/index.ts#L16)

___

Expand Down Expand Up @@ -353,7 +353,7 @@ The deserialized message.

#### Defined in

[src/lib/cluster.ts:151](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L151)
[src/lib/cluster.ts:158](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L158)

___

Expand Down Expand Up @@ -565,7 +565,7 @@ ___

#### Defined in

[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/cluster/redis/index.ts#L12)
[src/adapters/cluster/redis/index.ts:12](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/cluster/redis/index.ts#L12)

___

Expand Down Expand Up @@ -1009,7 +1009,7 @@ Sends a message to the remote server.

#### Defined in

[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/cluster/redis/index.ts#L20)
[src/adapters/cluster/redis/index.ts:20](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/cluster/redis/index.ts#L20)

___

Expand Down Expand Up @@ -1037,7 +1037,7 @@ The serialized message,

#### Defined in

[src/lib/cluster.ts:131](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/cluster.ts#L131)
[src/lib/cluster.ts:138](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/cluster.ts#L138)

___

Expand Down
30 changes: 15 additions & 15 deletions docs/reference/classes/adapters_http_client.default.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Instantiates a Glee adapter.

#### Defined in

[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L33)
[src/lib/adapter.ts:33](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L33)

## Properties

Expand Down Expand Up @@ -170,7 +170,7 @@ Adapter.AsyncAPIServer

#### Defined in

[src/lib/adapter.ts:133](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L133)
[src/lib/adapter.ts:160](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L160)

___

Expand All @@ -188,7 +188,7 @@ Adapter.channelNames

#### Defined in

[src/lib/adapter.ts:141](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L141)
[src/lib/adapter.ts:168](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L168)

___

Expand All @@ -206,7 +206,7 @@ Adapter.connections

#### Defined in

[src/lib/adapter.ts:145](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L145)
[src/lib/adapter.ts:172](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L172)

___

Expand All @@ -224,7 +224,7 @@ Adapter.glee

#### Defined in

[src/lib/adapter.ts:125](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L125)
[src/lib/adapter.ts:152](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L152)

___

Expand All @@ -242,7 +242,7 @@ Adapter.parsedAsyncAPI

#### Defined in

[src/lib/adapter.ts:137](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L137)
[src/lib/adapter.ts:164](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L164)

___

Expand All @@ -260,7 +260,7 @@ Adapter.serverName

#### Defined in

[src/lib/adapter.ts:129](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L129)
[src/lib/adapter.ts:156](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L156)

___

Expand All @@ -278,7 +278,7 @@ Adapter.serverUrlExpanded

#### Defined in

[src/lib/adapter.ts:149](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L149)
[src/lib/adapter.ts:176](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L176)

## Methods

Expand Down Expand Up @@ -329,7 +329,7 @@ Connects to the remote server.

#### Defined in

[src/adapters/http/client.ts:11](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/client.ts#L11)
[src/adapters/http/client.ts:10](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/client.ts#L10)

___

Expand All @@ -350,7 +350,7 @@ ___

#### Defined in

[src/adapters/http/client.ts:55](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/client.ts#L55)
[src/adapters/http/client.ts:54](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/client.ts#L54)

___

Expand Down Expand Up @@ -479,7 +479,7 @@ ___

#### Defined in

[src/lib/adapter.ts:162](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L162)
[src/lib/adapter.ts:189](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L189)

___

Expand Down Expand Up @@ -524,7 +524,7 @@ Returns a list of the channels a given adapter has to subscribe to.

#### Defined in

[src/lib/adapter.ts:175](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L175)
[src/lib/adapter.ts:205](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L205)

___

Expand Down Expand Up @@ -606,7 +606,7 @@ ___

#### Defined in

[src/adapters/http/client.ts:8](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/client.ts#L8)
[src/adapters/http/client.ts:7](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/client.ts#L7)

___

Expand Down Expand Up @@ -1048,7 +1048,7 @@ ___

#### Defined in

[src/lib/adapter.ts:153](https://github.com/asyncapi/glee/blob/05a4b50/src/lib/adapter.ts#L153)
[src/lib/adapter.ts:180](https://github.com/asyncapi/glee/blob/f65a7a0/src/lib/adapter.ts#L180)

___

Expand All @@ -1074,7 +1074,7 @@ Sends a message to the remote server.

#### Defined in

[src/adapters/http/client.ts:21](https://github.com/asyncapi/glee/blob/05a4b50/src/adapters/http/client.ts#L21)
[src/adapters/http/client.ts:20](https://github.com/asyncapi/glee/blob/f65a7a0/src/adapters/http/client.ts#L20)

___

Expand Down
Loading

0 comments on commit 69e5b90

Please sign in to comment.