| Package | Description |
|---|---|
| org.apache.pulsar.functions.api |
Provides a simple model for enabling lightweight computation on Apache Pulsar.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Function.initialize(Context context)
Called once to initialize resources when function instance is started.
|
O |
Function.process(I input,
Context context)
Process the input.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.