Packages

c

ai.mantik.bridge.scalafn

ScalaFnBackend

class ScalaFnBackend extends ComponentBase with BridgeBackend

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaFnBackend
  2. BridgeBackend
  3. ServerBackend
  4. ComponentBase
  5. AkkaHelper
  6. Component
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ScalaFnBackend()(implicit akkaRuntime: AkkaRuntime)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def about(): Future[AboutResponse]
    Definition Classes
    BridgeBackend → ServerBackend
  5. implicit def actorSystem: ActorSystem
    Attributes
    protected
    Definition Classes
    AkkaHelper
  6. def addShutdownHook(f: => Future[_]): Unit
    Attributes
    protected
    Definition Classes
    ComponentBase
  7. implicit val akkaRuntime: AkkaRuntime
    Attributes
    protected
    Definition Classes
    ComponentBase → Component
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clock: Clock
    Attributes
    protected
    Definition Classes
    AkkaHelper
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def config: Config
    Attributes
    protected
    Definition Classes
    AkkaHelper
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. implicit def executionContext: ExecutionContext
    Attributes
    protected
    Definition Classes
    AkkaHelper
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def init(initRequest: InitRequest, mantikHeader: MantikHeader[_ <: MantikDefinition], payload: Option[Source[ByteString, _]], stateFn: (SessionState, Option[String]) => Unit): Future[ServerSession]

    Initialize a session

    Initialize a session

    Definition Classes
    ScalaFnBackendBridgeBackend
  18. final def init(initRequest: InitRequest, stateFn: (SessionState, Option[String]) => Unit): Future[ServerSession]
    Definition Classes
    BridgeBackend → ServerBackend
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final val logger: Logger
    Attributes
    protected
    Definition Classes
    ComponentBase
  21. implicit def materializer: Materializer
    Attributes
    protected
    Definition Classes
    AkkaHelper
  22. def name: String

    Returns the name of the Bridge

    Returns the name of the Bridge

    Definition Classes
    ScalaFnBackendBridgeBackend
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def quit(): Future[Unit]
    Definition Classes
    BridgeBackend → ServerBackend
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from BridgeBackend

Inherited from ServerBackend

Inherited from ComponentBase

Inherited from AkkaHelper

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped