object Endpoints
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Endpoints
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait TapirEndpointBuilder extends AnyRef
- implicit class TapirEndpointOps[I, R] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def command[Value](ep: TapirEndpointBuilder)(commandF: (ServiceEndpoints.this)#CompleteEndpointWithCommandFunction[Input, Value]): (ServiceEndpoints.this)#Endpoints[Unit]
- def command[I, R](ep: TapirEndpoint[I, Unit])(inputCommand: (I) ⇒ (ServiceEndpoints.this)#Proto with (ServiceEndpoints.this)#Command[R])(implicit arg0: Manifest[I], arg1: ImpliedStatus[R], arg2: prelude.CirceEncoder[R], arg3: SchemaFor[R]): (ServiceEndpoints.this)#Endpoints[Unit]
- def command[R](ep: TapirEndpoint[Unit, Unit])(request: (ServiceEndpoints.this)#Proto with (ServiceEndpoints.this)#Command[R])(implicit arg0: ImpliedStatus[R], arg1: prelude.CirceEncoder[R], arg2: SchemaFor[R]): (ServiceEndpoints.this)#Endpoints[Unit]
- def command[R](request: (ServiceEndpoints.this)#Proto with (ServiceEndpoints.this)#Command[R])(implicit arg0: ImpliedStatus[R], arg1: prelude.CirceEncoder[R], arg2: SchemaFor[R]): (ServiceEndpoints.this)#Endpoints[Unit]
- val empty: (ServiceEndpoints.this)#Endpoints[Unit]
- val endpoint: TapirEndpoint[Unit, Unit]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def query[Value](ep: TapirEndpointBuilder)(queryF: (ServiceEndpoints.this)#CompleteEndpointWithQueryFunction[Input, Value]): (ServiceEndpoints.this)#Endpoints[Unit]
- def query[I, R](ep: TapirEndpoint[I, Unit])(queryF: (I) ⇒ (ServiceEndpoints.this)#Proto with (ServiceEndpoints.this)#Query[R])(implicit arg0: Manifest[I], arg1: ImpliedStatus[R], arg2: prelude.CirceEncoder[R], arg3: SchemaFor[R]): (ServiceEndpoints.this)#Endpoints[Unit]
- def query[R](ep: TapirEndpoint[Unit, Unit])(request: (ServiceEndpoints.this)#Proto with (ServiceEndpoints.this)#Query[R])(implicit arg0: ImpliedStatus[R], arg1: prelude.CirceEncoder[R], arg2: SchemaFor[R]): (ServiceEndpoints.this)#Endpoints[Unit]
- def query[R](request: (ServiceEndpoints.this)#Proto with (ServiceEndpoints.this)#Query[R])(implicit arg0: ImpliedStatus[R], arg1: prelude.CirceEncoder[R], arg2: SchemaFor[R]): (ServiceEndpoints.this)#Endpoints[Unit]
- implicit def stringToPath(s: String): EndpointInput[Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object TapirEndpointBuilder
glngn server is a business process as a service rapid development system. Conceptually similar to Microsoft Access or Apple FileMaker (but scalable) for 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 glngn.server.Nodes 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.