package connectors
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
abstract
class
Connector
[Input] extends AnyRef
This is what connects the pipes together.
This is what connects the pipes together. Being more specific, the connectors are what connect the input data maps to Platforms. In the case of the example, this is what connects a together with AA, b together with BB, and c together with CC.
- Input
The type of data that's being sent down the pipeline from this connector. In the case of the example, it would be bigglue.data.I[Int], as we're bringing in data from a in a:--AA-->b, b from b:--BB-->c, and c from c:-+CC+->d.
- trait Upstream [Data] extends AnyRef
Value Members
- object Connector
-
object
Event
extends Enumeration
Created by edmundlam on 8/8/17.
- object Status extends Enumeration