Package io.dapr
Annotation Interface Topic
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionName of topic to be subscribed to.Name of the pubsub bus to be subscribed to. -
Optional Element Summary
-
Element Details
-
-
rule
Rule ruleThe rules used to match the incoming cloud event.- Returns:
- the CEL expression.
- Default:
- @io.dapr.Rule(match="", priority=0)
-
metadata
String metadataMetadata in the form of a json object. { "mykey": "myvalue" }- Returns:
- metadata object
- Default:
- "{}"
-
deadLetterTopic
String deadLetterTopicName of dead letter topic to forward undeliverable messages.- Returns:
- dead letter topic's name.
- Default:
- ""
-