See: Description
| Interface | Description |
|---|---|
| StreamLookupEnvironment |
A lookup environment is used to resolve a stream.
|
| Class | Description |
|---|---|
| ArgumentNode |
Represents an argument like "--name=value".
|
| AstNode |
Common supertype for the ast nodes built during stream parsing.
|
| ChannelNode | |
| LabelNode |
Represents a label attached to a module.
|
| ModuleNode | |
| SinkChannelNode | |
| SourceChannelNode | |
| StreamConfigParser | |
| StreamNode | |
| Token |
Holder for a kind of token, the associated data and its position in the input data stream (start/end).
|
| Enum | Description |
|---|---|
| ChannelType | |
| TokenKind |
Enumeration of all the token types that may be found in a DSL definition stream.
|
| XDDSLMessages |
Contains all the messages that can be produced during Spring XD DSL parsing.
|
| XDDSLMessages.Kind |
| Exception | Description |
|---|---|
| CheckpointedStreamDefinitionException |
An extension of StreamDefinitionException that remembers the point up to which parsing went OK (signaled by a '*' in
the dumped message).
|
| StreamDefinitionException |
Root exception for DSL parsing related exceptions.
|