Class RatatoskrMessageAttribute
- Namespace
- Ratatoskr
- Assembly
- Ratatoskr.dll
Marks a class as a Ratatoskr message with the specified type identifier.
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class RatatoskrMessageAttribute : Attribute
- Inheritance
-
RatatoskrMessageAttribute
- Inherited Members
Constructors
Properties
- DataSchema
Optional URI identifying the schema that the event data adheres to (CloudEvents
dataschemaattribute).
- Type
The CloudEvent type identifier (e.g., "com.example.order.created").