程序包 org.apache.pulsar.functions.api
package org.apache.pulsar.functions.api
Provides a simple model for enabling lightweight computation on Apache Pulsar.
-
接口类说明BaseContext provides base contextual information to the executing function/source/sink.Context provides contextual information to the executing function.Function<I,
O> This is the core interface of the function api.KVRecord<K,V> key value schema record.Record<T>Pulsar Connect's Record interface.SerDe<T>An interface for serializer/deserializer.State Store Context Interface.WindowFunction<I,O> This is the interface of the windowed function api.