Destination

com.mchange.feedletter.Destination
See theDestination companion object
sealed trait Destination extends Jsonable

Attributes

Companion
object
Graph
Supertypes
trait Jsonable
class Object
trait Matchable
class Any
Known subtypes
class Email
class Mastodon
class Sms

Members list

Value members

Abstract methods

def defaultDesc: String
def fullDesc: String
def shortDesc: String
def toCsvRow: Seq[String]
def toFields: Seq[(String, String)]
def unique: String

Within any subscribable (subscription definiton), a String that should be kept unique, in order to avoid the possibility of people becoming annoyingly multiply subscribed.

Within any subscribable (subscription definiton), a String that should be kept unique, in order to avoid the possibility of people becoming annoyingly multiply subscribed.

Attributes

Concrete methods

def json: Json