send method

void send(
  1. AbstractNuntius nuntius
)

Implementation

void send(AbstractNuntius nuntius) {
  getDistribuo().send(nuntius);
}