External Message Envelope
An envelope for the messages produced outside of the current Bounded Context.
Functions
Link copied to clipboard
This method is not supported and always throws UnsupportedOperationException.
Link copied to clipboard
Obtains a message class of an originally transferred message such as
io.spine.sample.TaskCreated class.Link copied to clipboard
Creates a new instance of
ExternalMessageEnvelope from the ExternalMessage instance and the message transferred inside the ExternalMessage such as a io.spine.sample.TaskCreated event message.Link copied to clipboard
Converts this instance to an envelope of the external event.