NotificationTemplate

final case class NotificationTemplate[In](method: String, inCodec: Codec[In]) extends StubTemplate[In, Nothing, Unit]
trait Serializable
trait Product
trait Equals
trait StubTemplate[In, Nothing, Unit]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product