Package io.micronaut.gcp.pubsub.annotation


package io.micronaut.gcp.pubsub.annotation
Annotation classes for PubSub support.
Since:
2.0.0
Author:
Vinicius Carvalho
  • Annotation Interfaces
    Class
    Description
    An annotation used to indicate that a parameter on a method should be bound to the message id.
    Defines the value of they to be used for message ordering.
     
    Indicates that a bean will be consuming PubSub Messages.
    Represents a PubSub Push subscription.
    Represents a PubSub subscription.
    Represents a pubsub topic to be used by classes annotated with PubSubClient.