Notice

cc.otavia.core.message.Notice
trait Notice extends Call

A Call that does not expect a reply. The sender has no way to know when (or whether) the notice was processed.

Example:

case class LogEntry(text: String) extends Notice

Attributes

Graph
Supertypes
trait Call
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class Args
trait Connect
class ArrayNotice[T]
class IntNotice
class SeqNotice[T]
class StringNotice
class ProbeStart
trait LogMsg
class Debug
class Error
class Fatal
class Info
class Trace
class Warn
class CursorEnd
class CursorRow[R]
Show all
In this article