Package io.featureflow.client.core
Class EventSourceParser
java.lang.Object
io.featureflow.client.core.EventSourceParser
Event source handler based on netty implementation here:
https://github.com/michaelklishin/eventsource-netty5/blob/master/src/main/java/io/opensensors/sse/client/impl/EventStreamParser.java
-
Method Summary
-
Method Details
-
line
Parse a single line up until the /n character- Parameters:
line- the line to parse
-