Uses of Enum Class
org.springframework.pulsar.function.PulsarFunctionOperations.FunctionStopPolicy
Packages that use PulsarFunctionOperations.FunctionStopPolicy
-
Uses of PulsarFunctionOperations.FunctionStopPolicy in org.springframework.pulsar.function
Methods in org.springframework.pulsar.function that return PulsarFunctionOperations.FunctionStopPolicyModifier 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.Constructors in org.springframework.pulsar.function with parameters of type PulsarFunctionOperations.FunctionStopPolicyModifierConstructorDescriptionPulsarFunction
(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.