public static class StreamingQueryListener.QueryTerminatedEvent extends Object implements StreamingQueryListener.Event
param: id A unique query id that persists across restarts. See StreamingQuery.id()
.
param: runId A query id that is unique for every start/restart. See StreamingQuery.runId()
.
param: exception The exception message of the query if the query was terminated
with an exception. Otherwise, it will be None
.
Modifier and Type | Method and Description |
---|---|
scala.Option<String> |
exception() |
java.util.UUID |
id() |
java.util.UUID |
runId() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logEvent