Class Actions
- java.lang.Object
-
- org.apache.pulsar.functions.utils.Actions
-
public class Actions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActions.Actionstatic classActions.ActionResult
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionsaddAction(Actions.Action action)static ActionsnewBuilder()intnumActions()voidrun()
-
-
-
Method Detail
-
addAction
public Actions addAction(Actions.Action action)
-
newBuilder
public static Actions newBuilder()
-
numActions
public int numActions()
-
run
public void run() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-