WindowContext

final case class WindowContext(ctx: WindowContext)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getState(key: String): Option[ByteBuffer]
def incrCounter(key: String, amount: Long): Unit
def logger: Logger
def publish[T](topicName: OutputTopic, obj: T, schemaOrSerdeClassName: String)(implicit ec: ExecutionContext): Future[Unit]
def publish[T](topicName: OutputTopic, obj: T)(implicit ec: ExecutionContext): Future[Unit]
def putState(key: String, value: ByteBuffer): Unit
def recordMetric(metricName: String, value: Double): Unit
def userConfigMap: Map[String, AnyRef]
def userConfigValueOrElse[T : ClassTag](key: String, defaultValue: T): T

Inherited methods

Inherited from:
Product