Monitor

spice.streamer.Monitor
See theMonitor companion object
trait Monitor

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ignore.type

Members list

Value members

Abstract methods

def closed(): Unit
def completed(): Unit
def failure(t: Throwable): Unit
def open(length: Option[Long]): Unit
def written(length: Long, total: Long, percent: Option[Double]): Unit