Uses of Interface
org.apache.pulsar.functions.api.Context
-
Packages that use Context Package Description org.apache.pulsar.functions.api Provides a simple model for enabling lightweight computation on Apache Pulsar. -
-
Uses of Context in org.apache.pulsar.functions.api
Methods in org.apache.pulsar.functions.api with parameters of type Context Modifier and Type Method Description default voidFunction. initialize(Context context)Called once to initialize resources when function instance is started.OFunction. process(I input, Context context)Process the input.
-