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
{{ message }}
This repository was archived by the owner on Feb 14, 2025. It is now read-only.
|`PollInputStreamEntryMessage`|`0x0400`| Yes | No | Carries the invocation input message(s) of the invocation. Note: currently the runtime always sends this entry completed, but this may change in future. |
286
-
|`GetStateEntryMessage`|`0x0800`| Yes | No | Get the value of a service instance state key. |
287
-
|`GetStateKeysEntryMessage`|`0x0804`| Yes | No | Get all the known state keys for this service instance. Note: the completion value for this message is a protobuf of type `GetStateKeysEntryMessage.StateKeys`.|
288
-
|`SleepEntryMessage`|`0x0C00`| Yes | No | Initiate a timer that completes after the given time. |
289
-
|`InvokeEntryMessage`|`0x0C01`| Yes | Yes | Invoke another Restate service. |
290
-
|`AwakeableEntryMessage`|`0x0C03`| Yes | No | Arbitrary result container which can be completed from another service, given a specific id. See [Awakeable identifier](#awakeable-identifier) for more details. |
291
-
|`BackgroundInvokeEntryMessage`|`0x0C02`| No | Yes | Invoke another Restate service at the given time, without waiting for the response. |
292
-
|`CompleteAwakeableEntryMessage`|`0x0C04`| No | Yes | Complete an `Awakeable`, given its id. See [Awakeable identifier](#awakeable-identifier) for more details. |
293
-
|`OutputStreamEntryMessage`|`0x0401`| No | No | Carries the invocation output message(s) or terminal failure of the invocation. |
294
-
|`SetStateEntryMessage`|`0x0800`| No | No | Set the value of a service instance state key. |
295
-
|`ClearStateEntryMessage`|`0x0801`| No | No | Clear the value of a service instance state key. |
296
-
|`ClearAllStateEntryMessage`|`0x0802`| No | No | Clear all the values of the service instance state. |
|`PollInputStreamEntryMessage`|`0x0400`| Yes with value `Payload`| No | Carries the invocation input message(s) of the invocation. Note: currently the runtime always sends this entry completed, but this may change in future. |
289
+
|`GetStateEntryMessage`|`0x0800`| Yes with value `Payload` or empty | No | Get the value of a service instance state key. |
290
+
|`GetStateKeysEntryMessage`|`0x0804`| Yes with value `GetStateKeysEntryMessage.StateKeys`| No | Get all the known state keys for this service instance. |
291
+
|`SleepEntryMessage`|`0x0C00`| Yes only with empty | No | Initiate a timer that completes after the given time. |
292
+
|`InvokeEntryMessage`|`0x0C01`| Yes with `Payload`| Yes | Invoke another Restate service. |
293
+
|`AwakeableEntryMessage`|`0x0C03`| Yes with `Payload`| No | Arbitrary result container which can be completed from another service, given a specific id. See [Awakeable identifier](#awakeable-identifier) for more details. |
294
+
|`BackgroundInvokeEntryMessage`|`0x0C02`| No | Yes | Invoke another Restate service at the given time, without waiting for the response. |
295
+
|`CompleteAwakeableEntryMessage`|`0x0C04`| No | Yes | Complete an `Awakeable`, given its id. See [Awakeable identifier](#awakeable-identifier) for more details. |
296
+
|`OutputStreamEntryMessage`|`0x0401`| No | No | Carries the invocation output message(s) or terminal failure of the invocation. |
297
+
|`SetStateEntryMessage`|`0x0800`| No | No | Set the value of a service instance state key. |
298
+
|`ClearStateEntryMessage`|`0x0801`| No | No | Clear the value of a service instance state key. |
299
+
|`ClearAllStateEntryMessage`|`0x0802`| No | No | Clear all the values of the service instance state. |
0 commit comments