ProcessorRef
com.reactific.riddl.language.AST.ProcessorRef
sealed trait ProcessorRef[+T <: Processor[_, _]] extends Reference[T]
Base trait of definitions that can accept a message directly via a reference
Type parameters
- T
-
The kind of reference needed
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class AdaptorRefclass ApplicationRefclass ContextRefclass EntityRefclass ProjectorRefclass RepositoryRefclass StreamletRefShow all
Members list
Value members
Inherited methods
Format the node to a string
Attributes
- Inherited from:
- RiddlNode
The optional identifier of the reference to be used locally in some other reference.
The optional identifier of the reference to be used locally in some other reference.
Attributes
- Inherited from:
- Reference
Attributes
- Returns
-
String A string that describes this reference
- Inherited from:
- Reference
Determine if this node is a container or not
Attributes
- Inherited from:
- RiddlNode
The location in the parse at which this RiddlValue occurs
The Path identifier to the referenced definition
In this article