onConvert abstract method

List<ServerSentEvent> onConvert(
  1. String raw
)

raw is raw data from stream, implementer should convert it to sse format.

Implementation

List<ServerSentEvent> onConvert(String raw);