Style
com.mchange.feedletter.CommandConfig.Style
object Style
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass 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 Serializabletrait Producttrait Equalstrait CommandConfigclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait CommandConfigclass Objecttrait Matchableclass AnyShow all
case class Confirm(subscribableName: SubscribableName, overrideUntemplateName: Option[String], destination: Option[Destination], interface: String, port: Int) extends CommandConfig
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CommandConfigclass Objecttrait Matchableclass AnyShow all
case class RemovalNotification(subscribableName: SubscribableName, overrideUntemplateName: Option[String], destination: Option[Destination], interface: String, port: Int) extends CommandConfig
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CommandConfigclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait CommandConfigclass Objecttrait Matchableclass AnyShow 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
In this article