Package io.dapr
Annotation Type Topic
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface Topic
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
name
Name of topic to be subscribed to.String
pubsubName
Name of the pubsub bus to be subscribed to. -
Optional Element Summary
-
Element Details
-
name
String nameName of topic to be subscribed to.- Returns:
- Topic's name.
-
pubsubName
String pubsubNameName of the pubsub bus to be subscribed to.- Returns:
- pubsub bus's name.
-
-