You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-4Lines changed: 32 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,8 @@ WebSocket service actor enqueuer.
81
81
82
82
## Abstract messages
83
83
84
+
Two abstract messages must be subclassed to allow the interaction of either a WebSocket Server, a WebSocket Service or a WebSocket Client to interact with the corresponding subscriber actor.
85
+
84
86
### WebSocket Connection Handler Msg.lvclass
85
87
86
88
This abstract message is sent by either the WebSocket Client or by the
@@ -271,8 +273,34 @@ alt="A computer screen shot of a message Description automatically generated" />
271
273
**Message Enqueuer in** specifies the enqueuer of the WebSocket Client
272
274
actor.
273
275
274
-
**Data Format (Text)** Specifies an Enum allwing top specify if the data
275
-
format is either “Text” or “Binary”.
276
+
**Data Format (Text)** Specifies an Enum allowing to specify if the data format is either “Text” or “Binary”.
276
277
277
-
**Timeout ms** (5000) is the timeout to establish the connection to the
278
-
server. A value of –1 indicates to wait indefinitely.
278
+
**Timeout ms (5000)** is the timeout to establish the connection to the server. A value of –1 indicates to wait indefinitely.
279
+
280
+
## Abstract Messages
281
+
Abstract messages have private properties that carry useful information to be used when the subscriber actor implementing the Do.vi method to act on the subscriber actor
0 commit comments