write abstract method

void write(
  1. String message
)

Write a message to the target consumer

Implementation

void write(String message);