Inlet
com.reactific.riddl.language.ast.Definitions.Inlet
case class Inlet(loc: At, id: Identifier, type_: Reference[Type], brief: Option[LiteralString], description: Option[Description]) extends Portlet, LeafDefinition, ProcessorDefinition, AlwaysEmpty
A streamlet that supports input of data of a particular type.
Value parameters
- brief
-
A brief description (one sentence) for use in documentation
- description
-
An optional description of the Inlet
- id
-
The name of the inlet
- loc
-
The location of the Inlet definition
- type_
-
The type of the data that is received from the inlet
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