ServerAgent

interface ServerAgent

Server Agent

Represents an abstract intrinsic which can be used to implement a server agent. This is a special type of intrinsic which is recognized by the Elide CLI/runtime as a server; behavior is triggered which prevents an immediate exit after executing user code.

Inheritors

Functions

Link copied to clipboard
abstract fun initialize(contextHandle: Context, phaserHandle: Phaser)

Initialize this intrinsic by passing a handle that can later be used to acquire a polyglot context. This is an internal method and should only be used by the JVM entry point.