BufferManager

spice.util.BufferManager
case class BufferManager(checkEvery: FiniteDuration, triggerAfter: Int, maxPerBatch: Int, checkFrequency: FiniteDuration, sendEmpty: Boolean, logErrorAfter: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def create[T](handler: List[T] => IO[Unit]): BufferQueue[T]
def start: IO[FiberIO[Unit]]
def stop(): IO[Unit]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product