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 java.lang.String
name
Name of topic to be subscribed to. -
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
metadata
Metadata in the form of a json object.