AggregateUseCase

com.reactific.riddl.language.AST.AggregateUseCase
sealed trait AggregateUseCase

Base of an enumeration for the four kinds of message types

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CommandCase.type
object EventCase.type
object QueryCase.type
object RecordCase.type
object ResultCase.type

Members list

Value members

Abstract methods

def kind: String

Concrete methods

def format: String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any