Uses of Enum Class
org.springframework.pulsar.function.PulsarFunctionOperations.FunctionStopPolicy
-
Uses of PulsarFunctionOperations.FunctionStopPolicy in org.springframework.pulsar.function
Modifier and TypeMethodDescriptionPulsarFunction.stopPolicy()
Returns the value of thestopPolicy
record component.PulsarFunctionOperations.stopPolicy()
Gets the action to take on the function when the server is stopped.PulsarSink.stopPolicy()
Returns the value of thestopPolicy
record component.PulsarSource.stopPolicy()
Returns the value of thestopPolicy
record component.Returns the enum constant of this class with the specified name.PulsarFunctionOperations.FunctionStopPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPulsarFunction
(org.apache.pulsar.common.functions.FunctionConfig config, PulsarFunctionOperations.FunctionStopPolicy stopPolicy, org.apache.pulsar.common.functions.UpdateOptions updateOptions) Creates an instance of aPulsarFunction
record class.PulsarSink
(org.apache.pulsar.common.io.SinkConfig config, PulsarFunctionOperations.FunctionStopPolicy stopPolicy, org.apache.pulsar.common.functions.UpdateOptions updateOptions) Creates an instance of aPulsarSink
record class.PulsarSource
(org.apache.pulsar.common.io.SourceConfig config, PulsarFunctionOperations.FunctionStopPolicy stopPolicy, org.apache.pulsar.common.functions.UpdateOptions updateOptions) Creates an instance of aPulsarSource
record class.