ServiceOption

com.reactific.riddl.language.AST.ServiceOption
case class ServiceOption(loc: At) extends ContextOption

A context's "service" option. This option suggests the bounded context is intended to be a DDD service, similar to a wrapper but without any persistent state and more of a stateless service aspect to its nature

Value parameters

loc

The location at which the option occurs

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait OptionValue
trait RiddlValue
trait RiddlNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
OptionValue
override def format: String

Format the node to a string

Format the node to a string

Attributes

Definition Classes
Inherited from:
OptionValue

Attributes

Inherited from:
RiddlNode

Determine if this node is a container or not

Determine if this node is a container or not

Attributes

Inherited from:
RiddlNode

Attributes

Inherited from:
RiddlNode

determine if this node is empty or not.

determine if this node is empty or not. Non-containers are always empty

Attributes

Inherited from:
RiddlNode
final def nonEmpty: Boolean

Attributes

Inherited from:
RiddlNode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

val name: String

Attributes

Inherited from:
ContextOption