Package io.micronaut.gcp.pubsub.exception
package io.micronaut.gcp.pubsub.exception
Exception classes for PubSub support.
- Since:
- 2.0.0
- Author:
- Vinicius Carvalho
-
ClassDescriptionHandles any exception on beans of type
PubSubListener
that do not implementPubSubMessageReceiverExceptionHandler
interface.Represents an error when publishing messages.Represents an error when consuming messages.Marker interface thatPubSubListener
beans can implement to handle exceptions.