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 thatPubSubListenerbeans can implement to handle exceptions. - 
Class Summary Class Description DefaultPubSubMessageReceiverExceptionHandler Handles any exception on beans of typePubSubListenerthat do not implementPubSubMessageReceiverExceptionHandlerinterface. - 
Exception Summary Exception Description PubSubClientException Represents an error when publishing messages.PubSubListenerException Represents an error when consuming messages.PubSubMessageReceiverException