Packages

c

ai.mantik.planner.impl

RemotePlanningContextServerImpl

class RemotePlanningContextServerImpl extends ComponentBase with PlanningContextService

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RemotePlanningContextServerImpl
  2. PlanningContextService
  3. AbstractService
  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 RemotePlanningContextServerImpl(context: PlanningContext, retriever: MantikArtifactRetriever)(implicit akkaRuntime: AkkaRuntime)
    Annotations
    @Inject()

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. implicit def actorSystem: ActorSystem
    Attributes
    protected
    Definition Classes
    AkkaHelper
  5. def addLocalMantikItem(responseObserver: StreamObserver[AddLocalMantikItemResponse]): StreamObserver[AddLocalMantikItemRequest]

    Add Mantik Item directly to the local repository

    Add Mantik Item directly to the local repository

    Definition Classes
    RemotePlanningContextServerImplPlanningContextService
  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. def execute(request: ExecuteActionRequest, responseObserver: StreamObserver[ExecuteActionResponse]): Unit

    Execute a MantikAction

    Execute a MantikAction

    Definition Classes
    RemotePlanningContextServerImplPlanningContextService
  15. implicit def executionContext: ExecutionContext
    Attributes
    protected
    Definition Classes
    AkkaHelper
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def load(request: LoadItemRequest): Future[LoadItemResponse]

    Load a Mantik Item

    Load a Mantik Item

    Definition Classes
    RemotePlanningContextServerImplPlanningContextService
  20. final val logger: Logger
    Attributes
    protected
    Definition Classes
    ComponentBase
  21. implicit def materializer: Materializer
    Attributes
    protected
    Definition Classes
    AkkaHelper
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def serviceCompanion: PlanningContextService
    Definition Classes
    PlanningContextService → AbstractService
  26. def state(request: StateRequest): Future[StateResponse]

    Returns the state of an Item

    Returns the state of an Item

    Definition Classes
    RemotePlanningContextServerImplPlanningContextService
  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 PlanningContextService

Inherited from AbstractService

Inherited from ComponentBase

Inherited from AkkaHelper

Inherited from Component

Inherited from AnyRef

Inherited from Any

Ungrouped