ReadonlyactionIf the message is a command or an event
ReadonlyaggregateAggregated root type of the message
ReadonlymessageUnique key that is used by rascal. For convenience it usually resembles the name of the message.
ReadonlyqueueName 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
ReadonlyroutingRouting key that is used to redirect messages from exchanges to queues
ReadonlyserviceOptional 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).
StaticArchiveDefines the messaging settings for the command with message type "ArchiveImages" and aggregate type "image". There are multiple aggregate IDs in the payload so the field must contain the value "MULTIPLE_IDS".
StaticArchiveDefines the messaging settings for the event with message type "ArchiveImagesFailed" and aggregate type "image". There are multiple aggregate IDs in the payload so the field contains the value "MULTIPLE_IDS".
StaticArchiveDefines the messaging settings for the event with message type "ArchiveImagesFinished" and aggregate type "image". There are multiple aggregate IDs in the payload so the field contains the value "MULTIPLE_IDS".
StaticDeclareDefines the messaging settings for the command with message type "DeclareImageTypes" and aggregate type "image-type". The aggregate ID field must contain the value of the "environment ID" field.
StaticDeleteDefines the messaging settings for the command with message type "DeleteImage" and aggregate type "image". The aggregate ID field must contain the value of the "image ID" field.
StaticDeleteDefines the messaging settings for the event with message type "DeleteImageFailed" and aggregate type "image". The aggregate ID field contains the value of the "image ID" field.
StaticDeleteDefines the messaging settings for the event with message type "DeleteImageFinished" and aggregate type "image". The aggregate ID field contains the value of the "image ID" field.
StaticEnsureDefines the messaging settings for the command with message type "EnsureImageExists" and aggregate type "image". The aggregate ID is not known (yet) so the field must contain the value "UNDEFINED_ID".
StaticEnsureDefines the messaging settings for the event with message type "EnsureImageExistsAlreadyExisted" and aggregate type "image". The aggregate ID field contains the value of the "image ID" field.
StaticEnsureDefines the messaging settings for the event with message type "EnsureImageExistsFailed" and aggregate type "image". The aggregate ID is not known (yet) so the field contains the value "UNDEFINED_ID".
StaticEnsureDefines the messaging settings for the event with message type "EnsureImageExistsImageCreated" and aggregate type "image". The aggregate ID field contains the value of the "image ID" field.
StaticImageDefines the messaging settings for the event with message type "ImageTypesDeclared" and aggregate type "image-type". The aggregate ID field contains the value of the "environment ID" field.
StaticImageDefines the messaging settings for the event with message type "ImageTypesDeclareFailed" and aggregate type "image-type". The aggregate ID field contains the value of the "environment ID" field.
StaticStartDefines the messaging settings for the command with message type "StartImagesDeletion" and aggregate type "image". The aggregate ID field must contain the value of the "image ID" field.
StaticUnarchiveDefines the messaging settings for the command with message type "UnarchiveImages" and aggregate type "image". There are multiple aggregate IDs in the payload so the field must contain the value "MULTIPLE_IDS".
StaticUnarchiveDefines the messaging settings for the event with message type "UnarchiveImagesFailed" and aggregate type "image". There are multiple aggregate IDs in the payload so the field contains the value "MULTIPLE_IDS".
StaticUnarchiveDefines the messaging settings for the event with message type "UnarchiveImagesFinished" and aggregate type "image". There are multiple aggregate IDs in the payload so the field contains the value "MULTIPLE_IDS".
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.