Outlet
com.reactific.riddl.language.ast.Definitions.Outlet
case class Outlet(loc: At, id: Identifier, type_: Reference[Type], brief: Option[LiteralString], description: Option[Description]) extends Portlet, LeafDefinition, ProcessorDefinition, AlwaysEmpty
A streamlet that supports output of data of a particular type.
Value parameters
- brief
-
A brief description (one sentence) for use in documentation
- description
-
An optional description of the Outlet.
- id
-
The name of the outlet
- loc
-
The location of the outlet definition
- type_
-
The type expression for the kind of data put out
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AlwaysEmptytrait ProcessorDefinitiontrait SagaDefinitiontrait StreamletDefinitiontrait RepositoryDefinitiontrait ProjectorDefinitiontrait EntityDefinitiontrait ContextDefinitiontrait ApplicationDefinitiontrait AdaptorDefinitiontrait LeafDefinitiontrait Portlettrait Definitiontrait Container[Definition]trait BrieflyDescribedValuetrait DescribedValuetrait RiddlValuetrait RiddlNodeclass Objecttrait Matchableclass Any
Members list
In this article