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
Show all

Members list

Value members

Concrete methods

def getCounter(key: String): Long
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 tenant: Tenant
def userConfigMap: Map[String, AnyRef]
def userConfigValue[T : ClassTag](key: String): Option[T]
def userConfigValueOrElse[T : ClassTag](key: String, defaultValue: T): T

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product