this.deliveryMode = deliveryMode; this.ttl = ttl; this.priority = priority;
deliveryMode = props.delivery(); ttl = props.timeToLive(); priority = props.priority();
return MessageProperties.class;
return deliveryMode;
return interfac;
return priority;
this.deliveryMode = mode;
this.interfac = interfac;
this.priority = priority;
return ttl;