Private
constructorReadonly
actionIf the message is a command or an event
Readonly
aggregateAggregated root type of the message
Readonly
messageUnique key that is used by rascal. For convenience it usually resembles the name of the message.
Readonly
queueName of the queue which will receive messages of defined message type. RabbitMQ queue will be named using serviceId value and this value, e.g. service-id:queue
Readonly
routingRouting key that is used to redirect messages from exchanges to queues
Readonly
serviceOptional service id value to be used during configuration. Represents destination service id, and not the origin one. If not specified, origin service id will be used (taken from MessagingConfig object).
Static
ArchiveDefines the messaging settings for the command with message type "ArchiveVideos" and aggregate type "video". There are multiple aggregate IDs in the payload so the field must contain the value "MULTIPLE_IDS".
Static
ArchiveDefines the messaging settings for the event with message type "ArchiveVideosFailed" and aggregate type "video". There are multiple aggregate IDs in the payload so the field contains the value "MULTIPLE_IDS".
Static
ArchiveDefines the messaging settings for the event with message type "ArchiveVideosFinished" and aggregate type "video". There are multiple aggregate IDs in the payload so the field contains the value "MULTIPLE_IDS".
Static
CueDefines the messaging settings for the event with message type "CuePointTypesDeclareFailed" and aggregate type "cue-point-type". The aggregate ID field contains the value of the "environment ID" field.
Static
CueDefines the messaging settings for the event with message type "CuePointTypesDeclared" and aggregate type "cue-point-type". The aggregate ID field contains the value of the "environment ID" field.
Static
DeclareDefines the messaging settings for the command with message type "DeclareCuePointTypes" and aggregate type "cue-point-type". The aggregate ID field must contain the value of the "environment ID" field.
Static
DeleteDefines the messaging settings for the command with message type "DeleteVideo" and aggregate type "video". The aggregate ID field must contain the value of the "video ID" field.
Static
DeleteDefines the messaging settings for the event with message type "DeleteVideoFailed" and aggregate type "video". The aggregate ID field contains the value of the "video ID" field.
Static
DeleteDefines the messaging settings for the event with message type "DeleteVideoFinished" and aggregate type "video". The aggregate ID field contains the value of the "video ID" field.
Static
EnsureDefines the messaging settings for the command with message type "EnsureVideoExists" and aggregate type "video". The aggregate ID is not known (yet) so the field must contain the value "UNDEFINED_ID".
Static
EnsureDefines the messaging settings for the event with message type "EnsureVideoExistsAlreadyExisted" and aggregate type "video". The aggregate ID field contains the value of the "video ID" field.
Static
EnsureDefines the messaging settings for the event with message type "EnsureVideoExistsCreationStarted" and aggregate type "video". The aggregate ID field contains the value of the "video ID" field.
Static
EnsureDefines the messaging settings for the event with message type "EnsureVideoExistsFailed" and aggregate type "video". The aggregate ID is not known (yet) so the field contains the value "UNDEFINED_ID".
Static
ImportDefines the messaging settings for the command with message type "ImportCustomVideo" and aggregate type "video". The aggregate ID is not known (yet) so the field must contain the value "UNDEFINED_ID".
Static
ImportDefines the messaging settings for the event with message type "ImportCustomVideoFailed" and aggregate type "video". The aggregate ID is not known (yet) so the field contains the value "UNDEFINED_ID".
Static
ImportDefines the messaging settings for the event with message type "ImportCustomVideoFinished" and aggregate type "video". The aggregate ID field contains the value of the "video ID" field.
Static
StartDefines the messaging settings for the command with message type "StartVideosDeletion" and aggregate type "video". The aggregate ID field must contain the value of the "video ID" field.
Static
UnarchiveDefines the messaging settings for the command with message type "UnarchiveVideos" and aggregate type "video". There are multiple aggregate IDs in the payload so the field must contain the value "MULTIPLE_IDS".
Static
UnarchiveDefines the messaging settings for the event with message type "UnarchiveVideosFailed" and aggregate type "video". There are multiple aggregate IDs in the payload so the field contains the value "MULTIPLE_IDS".
Static
UnarchiveDefines the messaging settings for the event with message type "UnarchiveVideosFinished" and aggregate type "video". There are multiple aggregate IDs in the payload so the field contains the value "MULTIPLE_IDS".
Static
VideoDefines the messaging settings for the event with message type "VideoEncodingFailed" and aggregate type "video". The aggregate ID field contains the value of the "video ID" field.
Static
VideoDefines the messaging settings for the event with message type "VideoEncodingFinished" and aggregate type "video". The aggregate ID field contains the value of the "video ID" field.
Generated using TypeDoc
An interface that represents a messaging settings object for multitenant Managed services. Used to build Rascal config using RascalConfigBuilder to be used by a messaging broker.