| Class | Description |
|---|---|
| ContextWindowFunction |
Example Function that acts on a window of tuples at a time rather than per tuple basis.
|
| LoggingWindowFunction |
A function that demonstrates how to redirect logging to a topic.
|
| PublishWindowFunction |
Example function that uses the built in publish function in the context
to publish to a desired topic based on config.
|
| UserConfigWindowFunction |
An example demonstrate retrieving user config value from Context.
|
| UserExceptionWindowFunction |
This Function simulates a pulsar function encountering runtime errors.
|
| UserMetricWindowFunction |
Example function that wants to keep track of
the event time of each message sent.
|
| WordCountWindowFunction |
The classic word count example done using pulsar functions
Each input message is a sentence that split into words and each word counted.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.