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
|`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.|
285
+
|`InputEntryMessage`|`0x0400`|No| No | Carries the invocation input message(s) of the invocation. |
286
286
|`GetStateEntryMessage`|`0x0800`| Yes | No | Get the value of a service instance state key. |
287
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
288
|`SleepEntryMessage`|`0x0C00`| Yes | No | Initiate a timer that completes after the given time. |
289
289
|`InvokeEntryMessage`|`0x0C01`| Yes | Yes | Invoke another Restate service. |
290
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
291
|`BackgroundInvokeEntryMessage`|`0x0C02`| No | Yes | Invoke another Restate service at the given time, without waiting for the response. |
292
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. |
293
+
|`OutputEntryMessage`|`0x0401`| No | No | Carries the invocation output message(s) or terminal failure of the invocation. |
294
294
|`SetStateEntryMessage`|`0x0800`| No | No | Set the value of a service instance state key. |
295
295
|`ClearStateEntryMessage`|`0x0801`| No | No | Clear the value of a service instance state key. |
296
296
|`ClearAllStateEntryMessage`|`0x0802`| No | No | Clear all the values of the service instance state. |
0 commit comments