Package io.micronaut.gcp.pubsub.annotation
Annotation classes for PubSub support.
- Since:
- 2.0.0
- Author:
- Vinicius Carvalho
-
Annotation Types Summary Annotation Type Description MessageId An annotation used to indicate that a parameter on a method should be bound to the message id.OrderingKey Defines the value of they to be used for message ordering.PubSubClient PubSubListener Indicates that a bean will be consuming PubSub Messages.Subscription Represents a PubSub subscription.Topic Represents a pubsub topic to be used by classes annotated withPubSubClient
.