Skip to content

Package io.github.qishr.cascara.common.lang.streaming

Interface StreamingEvent

java.lang.Object
        io.github.qishr.cascara.common.lang.streaming.StreamingEvent

All Known Implementing Classes:
    JsonStreamingEvent


@io.github.qishr.cascara.common.lang.annotation.Experimental
public interface StreamingEvent

Method Summary

Modifier and Type Method Description
public abstract StreamingEventType getType()
public abstract String getContent()
public abstract long getLineNumber()
public abstract long getColumnNumber()

Method Details

getType

public abstract StreamingEventType getType()


getContent

public abstract String getContent()


getLineNumber

public abstract long getLineNumber()


getColumnNumber

public abstract long getColumnNumber()