Hierarchy

  • InboxWriterCustomizations

Properties

acceptedMessageSettings?: MessagingSettings[]

An optional list of all messages that are expected for backward compatibility. Old clients may not send in the aggregate type yet so this will provide a mapping to find the aggregate type by the event type only.

customMessageMapper?: CustomMessageMapper

A custom message mapper for messages that do not follow the Mosaic messaging pattern. Returns either an TransactionalMessage or undefined - in this case the default mapping is used.

customMessagePreProcessor?: CustomMessagePreProcessor

A custom message processor to change message properties before storing the inbox message. This can be useful to define the segment or the concurrency processing.

Generated using TypeDoc