package bridge
Type Members
- class Bridge extends ComponentBase
Scala Mantik Bridge Server Note: if not used in a singe bridge anymore, this should be moved into a Library.
- trait BridgeBackend extends ServerBackend with Component
Implements parts of ai.mantik.mnp.server.ServerBackend to make it easier to implement Bridges
- class BridgeException extends RuntimeException
Exception in generic bridge code
- case class Transformation(functionType: FunctionType, flow: Flow[RootElement, RootElement, NotUsed]) extends Product with Serializable
A Single 1:1 Transformation
- class TransformingTask extends ServerTask
A Server task using a transformation to execute