Outbound Envelope
Defined the output of the aggregate program. Holds all the messages to be sent to the neighbors.
Types
Functions
Link copied to clipboard
Returns true if the envelope contains data.
Link copied to clipboard
abstract fun prepareMessageFor(receiverId: ID, factory: MessageFactory<ID, *> = InMemoryMessageFactory()): Message<ID, Any?>
Extract the message for the receiverId through the given factory.