Uses of Class
org.apache.pulsar.common.functions.FunctionConfig.ProcessingGuarantees
-
Packages that use FunctionConfig.ProcessingGuarantees Package Description org.apache.pulsar.common.functions Implementation of policies. -
-
Uses of FunctionConfig.ProcessingGuarantees in org.apache.pulsar.common.functions
Methods in org.apache.pulsar.common.functions that return FunctionConfig.ProcessingGuarantees Modifier and Type Method Description static FunctionConfig.ProcessingGuaranteesFunctionConfig.ProcessingGuarantees. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FunctionConfig.ProcessingGuarantees[]FunctionConfig.ProcessingGuarantees. values()Returns an array containing the constants of this enum type, in the order they are declared.
-