Table of Contents

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

RatatoskrMessageAttribute(string)

Properties

DataSchema

Optional URI identifying the schema that the event data adheres to (CloudEvents dataschema attribute).

Type

The CloudEvent type identifier (e.g., "com.example.order.created").