Skip to content

Commit c129772

Browse files
committed
Add missing RespondListener in _api_respond description
1 parent a176583 commit c129772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ attribute of an operation](operations.md#recommended-method)):
112112
Attribute | Type | Default | Description |
113113
---------------|--------|---------|--------------------------------------------------------------------------------------|
114114
`_api_receive` | `bool` | `true` | Enables or disables the `ReadListener`, `DeserializeListener` and `ValidateListener` |
115-
`_api_respond` | `bool` | `true` | Enables or disables `SerializeListener` |
115+
`_api_respond` | `bool` | `true` | Enables or disables `SerializeListener`, `RespondListener` |
116116
`_api_persist` | `bool` | `true` | Enables or disables `WriteLister` |

0 commit comments

Comments
 (0)