pod

hx

Haxall framework APIs

mixins

HxContextService

Context factory service

HxHttpService

HTTP APIs

HxObsService

Observable APIs

HxRuntime

HxRuntime is the top level coordinator of a Haxall server.

HxRuntimeLibs

Haxall runtime library management APIs

HxService

HxService is a marker interface used to indicate a service API.

HxServiceRegistry

Registry for service APIs by type.

HxSession

User authentication session

HxStdServices

Lookups for the standard built-in services supported by all runtimes.

HxUser

Haxall user account

HxUserService

User management APIs

HxWatchService

Watch subscription APIs

classes

HxApiOp

Base class for HTTP API operation processing

HxCli

Haxall command line interface.

HxContext

Haxall execution and security context.

HxCoreFuncs

Haxall core "hx" axon functions supported by all runtimes

HxLib

Base class for all Haxall library runtime instances.

HxLibWeb

HxLib plugin to add web servicing capability.

HxMsg

HxMsg provides simple immutable tuple to use for actor messages.

HxPlatform

HxPlatform models the meta data of the platform running Haxall.

HxTest

HxTest is a base class for writing Haxall tests which provide access to a booted runtime instance.

HxUtil

Haxall utility methods

HxWatch

HxWatch is a subscription to a set of records in a project database.

facets

HxRuntimeTest

Annotates a HxTest method to setup a test runtime instance