Uses of Interface
org.apache.pulsar.functions.api.Context
Packages that use Context
Package
Description
Provides a simple model for enabling lightweight computation on Apache Pulsar.
State Store API.
-
Uses of Context in org.apache.pulsar.functions.api
Methods in org.apache.pulsar.functions.api with parameters of type Context -
Uses of Context in org.apache.pulsar.functions.api.utils
Methods in org.apache.pulsar.functions.api.utils with parameters of type ContextModifier and TypeMethodDescriptionstatic <T> FunctionRecord.FunctionRecordBuilder<T>Creates a builder for a Record from a Function Context.