Package io.micronaut.gcp.pubsub.exception
Exception classes for PubSub support.
- Since:
- 2.0.0
- Author:
- Vinicius Carvalho
-
Interface Summary Interface Description PubSubMessageReceiverExceptionHandler Marker interface thatPubSubListener
beans can implement to handle exceptions. -
Class Summary Class Description DefaultPubSubMessageReceiverExceptionHandler Handles any exception on beans of typePubSubListener
that do not implementPubSubMessageReceiverExceptionHandler
interface. -
Exception Summary Exception Description PubSubClientException Represents an error when publishing messages.PubSubListenerException Represents an error when consuming messages.PubSubMessageReceiverException