Packages

  • package root

    glngn server is a low-code business process as a service rapid development system.

    glngn server is a low-code business process as a service rapid development system. Conceptually similar to a programmable Microsoft Access or Apple FileMaker for scalable event sourced business services. In addition to a library, a standalone application is provided that is useful with minimal ceremony. This can be customized with a simple API. As well as deployed to a kubernetes cluster should those advantages be required.

    A deployment is cluster of glngn.server.node.AppNodes serving a dynamic composition of glngn.server.ServiceFragments. Deployments are designed to be fully usable as a standalone local application or a kubernetes service.

    Contact support@dogheadbone.com for support and licensing.

    Definition Classes
    root
  • package glngn
    Definition Classes
    root
  • package server

    Definition Classes
    glngn
  • package core
    Definition Classes
    server
  • package bindings
    Definition Classes
    core
  • package endpoints
    Definition Classes
    core
  • package ops
    Definition Classes
    core
  • OpSchema
  • OpsSchema
  • ScopeSchema
  • package proto
    Definition Classes
    core
  • package rts

    The eventual ZIO runtime hosting application code (AppRuntime) is constructed incrementally from:

    The eventual ZIO runtime hosting application code (AppRuntime) is constructed incrementally from:

    1. runtime provided by ZIO 2. runtime extended with environment required of host process: HostRuntime, HostIO. 3. runtime extended with environment required of a server node: ServerRuntime, ServerIO 4. runtime extended with environment required by all application domains: AppRuntime, AppIO

    The AppRuntime is the base runtime available to the actor system via AppRuntimeExt.

    Definition Classes
    core
  • package serdes
    Definition Classes
    core
  • package storage
    Definition Classes
    core

package ops

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ops
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait OpSchema[Op <: Message] extends AnyRef
    Annotations
    @implicitNotFound( ... )
  2. final case class OpsSchema[Proto](ops: Map[Symbol, OpSchema[_]]) extends Product with Serializable
    Annotations
    @implicitNotFound( ... )
  3. trait ScopeSchema[S] extends AnyRef
    Annotations
    @implicitNotFound( ... )

Value Members

  1. object OpSchema
  2. object OpsSchema extends Serializable
  3. object ScopeSchema

Inherited from AnyRef

Inherited from Any

Ungrouped