类 CursorManagementFunction
- java.lang.Object
-
- org.apache.pulsar.functions.api.examples.CursorManagementFunction
-
- 所有已实现的接口:
org.apache.pulsar.functions.api.Function<java.lang.String,java.lang.String>
public class CursorManagementFunction extends java.lang.Object implements org.apache.pulsar.functions.api.Function<java.lang.String,java.lang.String>A function that demonstrates how to use pulsar admin client exposed from Function Context. In this particular example, for every input message, the function do reset cursor of current function's subscription to a specified timestamp.
-
-
构造器概要
构造器 构造器 说明 CursorManagementFunction()
-