withAttributes method
Set new message attributes.
Implementation
void withAttributes(Attributes attributes) {
this.attributes = attributes;
}
Set new message attributes.
void withAttributes(Attributes attributes) {
this.attributes = attributes;
}