Package io.micronaut.gcp.pubsub.intercept
AOP interceptors for @
PubSubClient
 and PubSubListener annotations.- Since:
 - 2.0.0
 - Author:
 - Vinicius Carvalho
 
- 
Class Summary Class Description PubSubClientIntroductionAdvice Implementation ofPubSubClientadvice annotation.PubSubConsumerAdvice Implementation of anExecutableMethodProcessorthat createsMessageReceiverthat subscribes to the PubSub subscription and invoke methods annotated by @Subscription.