Packages

package bridge

Type Members

  1. class Bridge extends ComponentBase

    Scala Mantik Bridge Server Note: if not used in a singe bridge anymore, this should be moved into a Library.

  2. trait BridgeBackend extends ServerBackend with Component

    Implements parts of ai.mantik.mnp.server.ServerBackend to make it easier to implement Bridges

  3. class BridgeException extends RuntimeException

    Exception in generic bridge code

  4. case class Transformation(functionType: FunctionType, flow: Flow[RootElement, RootElement, NotUsed]) extends Product with Serializable

    A Single 1:1 Transformation

  5. class TransformingTask extends ServerTask

    A Server task using a transformation to execute

Ungrouped