Skip to content

Commit abdfbcb

Browse files
authored
Merge pull request #5024 from segmentio/bobbyatsegment-patch-12
Add note on removing handler
2 parents c2fc496 + a0b4582 commit abdfbcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/connections/functions/insert-functions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Segment invokes a separate part of the function (called a "handler") for each ev
6060
6161
The default source code template includes handlers for all event types. You don't need to implement all of them - just use the ones you need, and skip the ones you don't.
6262

63+
> info ""
64+
> Removing the handler for a specific event type results in blocking the events of that type from arriving at their destination.
65+
6366
Insert functions can define handlers for each message type in the [Segment spec](/docs/connections/spec/):
6467

6568
- `onIdentify`

0 commit comments

Comments
 (0)