Annotation Type Topic
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface TopicRepresents a pubsub topic to be used by classes annotated withPubSubClient.- Since:
- 2.0.0
- Author:
- Vinicius Carvalho
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueSet the name of the topic used to publish messages.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringconfigurationDefines the name of a particular configuration used for a Publisher.java.lang.StringcontentTypeDefines the Content-Type to be used for message serialization.java.lang.StringendpointSets the endpoint that PubSub will use to store messages.
-