Skip to content

Commit abf9d5e

Browse files
Update modules/ROOT/pages/subscriptions/customize-cdc.adoc
Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com>
1 parent fad2b5b commit abf9d5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/subscriptions/customize-cdc.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ const neoSchema = new Neo4jGraphQL({
4646

4747
== Listen to subscription events
4848

49-
The class `Neo4jGraphQLSubscriptionsCDCEngine` exposes the `events` property, an instance of link:https://nodejs.org/api/events.html#class-eventemitter[EventEmitter], which emits an event for each CDC event. This is useful for scenarios such as forwarding CDC events to an external queue for processing.
49+
The class `Neo4jGraphQLSubscriptionsCDCEngine` exposes the `events` property, an instance of link:https://nodejs.org/api/events.html#class-eventemitter[EventEmitter], which emits an event for each CDC event.
50+
This is useful for scenarios such as forwarding CDC events to an external queue for processing.
5051

5152
[NOTE]
5253
====

0 commit comments

Comments
 (0)