Packages

p

bigglue

connectors

package connectors

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. trait Upstream [Data] extends AnyRef

Value Members

  1. object Connector
  2. object Event extends Enumeration

    Created by edmundlam on 8/8/17.

  3. object Status extends Enumeration

Ungrouped