Class ExceptionFunction
- java.lang.Object
-
- org.apache.pulsar.tests.integration.functions.ExceptionFunction
-
- All Implemented Interfaces:
java.util.function.Function<java.lang.String,java.lang.String>
public class ExceptionFunction extends java.lang.Object implements java.util.function.Function<java.lang.String,java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description ExceptionFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapply(java.lang.String s)
-