Uses of Interface
org.apache.pulsar.functions.api.BaseContext
-
Packages that use BaseContext Package Description org.apache.pulsar.functions.api Provides a simple model for enabling lightweight computation on Apache Pulsar. -
-
Uses of BaseContext in org.apache.pulsar.functions.api
Subinterfaces of BaseContext in org.apache.pulsar.functions.api Modifier and Type Interface Description interface
Context
Context provides contextual information to the executing function.
-