Style

com.mchange.feedletter.CommandConfig.Style
object Style

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Style.type

Members list

Type members

Classlikes

case class ComposeUntemplateMultiple(subscribableName: SubscribableName, overrideUntemplateName: Option[String], selection: Multiple, destination: Option[Destination], withinTypeId: Option[String], interface: String, port: Int) extends CommandConfig

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ComposeUntemplateSingle(subscribableName: SubscribableName, overrideUntemplateName: Option[String], selection: Single, destination: Option[Destination], withinTypeId: Option[String], interface: String, port: Int) extends CommandConfig

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Confirm(subscribableName: SubscribableName, overrideUntemplateName: Option[String], destination: Option[Destination], interface: String, port: Int) extends CommandConfig

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RemovalNotification(subscribableName: SubscribableName, overrideUntemplateName: Option[String], destination: Option[Destination], interface: String, port: Int) extends CommandConfig

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class StatusChange(statusChange: SubscriptionStatusChange, subscribableName: SubscribableName, overrideUntemplateName: Option[String], destination: Option[Destination], requiresConfirmation: Boolean, interface: String, port: Int) extends CommandConfig

Attributes

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

Value members

Concrete methods

def untemplateNameCompose(overrideUntemplateName: Option[String], sman: SubscriptionManager, subscribableName: SubscribableName): String
def untemplateNameConfirm(overrideUntemplateName: Option[String], sman: SubscriptionManager, subscribableName: SubscribableName): String
def untemplateNameRemovalNotification(overrideUntemplateName: Option[String], sman: SubscriptionManager, subscribableName: SubscribableName): String
def untemplateNameStatusChange(overrideUntemplateName: Option[String], sman: SubscriptionManager, subscribableName: SubscribableName): String