java.lang.Object
org.apache.pulsar.functions.api.examples.ConsistentlyFailingFunction
- All Implemented Interfaces:
Function<String,String>
This Function simulates a pulsar function encountering failing on a particular message.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConsistentlyFailingFunction
public ConsistentlyFailingFunction()
-