WindowContext

dev.profunktor.pulsar.WindowContext
See theWindowContext companion object
final case class WindowContext(ctx: WindowContext)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product