Uses of Interface
org.springframework.pulsar.function.PulsarFunctionOperations
Packages that use PulsarFunctionOperations
-
Uses of PulsarFunctionOperations in org.springframework.pulsar.function
Classes in org.springframework.pulsar.function that implement PulsarFunctionOperationsModifier and TypeClassDescriptionfinal record
Represents a user-defined Pulsar Function backed by aFunctionConfig
.final record
Represents a Pulsar Sink backed by aSinkConfig
.final record
Represents a Pulsar Source backed by aSourceConfig
.Methods in org.springframework.pulsar.function that return types with arguments of type PulsarFunctionOperationsModifier and TypeMethodDescriptionPulsarFunctionAdministration.PulsarFunctionException.getFailures()
Constructor parameters in org.springframework.pulsar.function with type arguments of type PulsarFunctionOperationsModifierConstructorDescriptionPulsarFunctionException
(String msg, Map<PulsarFunctionOperations<?>, Exception> failures)