Uses of Class
org.springframework.pulsar.PulsarException
Packages that use PulsarException
Package
Description
Package containing the Spring for Apache Pulsar framework classes.
Package containing the core components of the framework.
Package containing support for
Pulsar Functions and
Pulsar IO Connectors.
Package containing listener components for receiving Pulsar messages.
-
Uses of PulsarException in org.springframework.pulsar
Methods in org.springframework.pulsar that return PulsarException -
Uses of PulsarException in org.springframework.pulsar.core
Methods in org.springframework.pulsar.core that throw PulsarExceptionModifier and TypeMethodDescriptionCompletableFuture<org.apache.pulsar.client.api.MessageId>
Sends a message to the specified topic in a non-blocking manner. -
Uses of PulsarException in org.springframework.pulsar.function
Subclasses of PulsarException in org.springframework.pulsar.functionModifier and TypeClassDescriptionstatic class
Indicates a failure of one or more function operations. -
Uses of PulsarException in org.springframework.pulsar.listener
Subclasses of PulsarException in org.springframework.pulsar.listenerModifier and TypeClassDescriptionclass
Batch message listeners should throw this exception in the event of an error.