Skip to content

Commit 349f16f

Browse files
authored
Merge pull request #675 from teohhanhui/fix/api-respond-listeners
Add missing RespondListener in _api_respond description
2 parents a176583 + c129772 commit 349f16f

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)