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
DeployDefines the messaging settings for the command with message type "DeployServiceStart" and aggregate type "service". The aggregate ID field must contain the value of the "environment ID" field.
Static
EnsureDefines the messaging settings for the command with message type "EnsureServiceResourcesExist" and aggregate type "resource". The aggregate ID field must contain the value of the "environment ID" field.
Static
HostingDefines the messaging settings for the command with message type "HostingServiceDisable" and aggregate type "environment". The aggregate ID field must contain the value of the "environment ID" field.
Static
HostingDefines the messaging settings for the event with message type "HostingServiceDisableFailed" and aggregate type "environment". The aggregate ID field contains the value of the "environment ID" field.
Static
HostingDefines the messaging settings for the event with message type "HostingServiceDisableFinished" and aggregate type "environment". The aggregate ID field contains the value of the "environment ID" field.
Static
HostingDefines the messaging settings for the command with message type "HostingServiceEnable" and aggregate type "environment". The aggregate ID field must contain the value of the "environment ID" field.
Static
HostingDefines the messaging settings for the event with message type "HostingServiceEnableFailed" and aggregate type "environment". The aggregate ID field contains the value of the "environment ID" field.
Static
HostingDefines the messaging settings for the event with message type "HostingServiceEnableFinished" and aggregate type "environment". The aggregate ID field contains the value of the "environment ID" field.
Static
UndeployDefines the messaging settings for the command with message type "UndeployServiceStart" and aggregate type "service". The aggregate ID field must contain the value of the "environment ID" field.
Generated using TypeDoc
An interface that represents a messaging settings object. The RascalConfigBuilder uses those settings to create a Rascal configuration that is used by a message broker.