abstract class EndpointsInstance extends EndpointsProvider
- Self Type
- (ServiceEndpoints.this)#EndpointsInstance with (ServiceEndpoints.this)#BindingsInstance
Linear Supertypes
Known Subclasses
Ordering
- Grouped
- Alphabetic
- By Inheritance
Inherited
- EndpointsInstance
- EndpointsProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EndpointsInstance()(implicit opsSchema: OpsSchema[(ServiceEndpoints.this)#Proto])
Abstract Value Members
-
abstract
def
endpoints: (ServiceEndpoints.this)#Endpoints[_]
Published endpoints for operations.
Published endpoints for operations. Each endpoint is a function from input to operation. The type of the operation implies the output type.
One explicit non-goal is: Requiring both GET and POST for all resources. Query (pure) and update (effects) are independent. This is reflected by independent command and query statements within this DSL.
TODO: The properties of a request, including authorization and authentication claims, are available in the, optional, Properties argument to handlers.
Concrete 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()
-
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 opsEndpoints(prefix: List[String], executionContext: prelude.ExecutionContext, scheduler: prelude.Scheduler): ServerIO[EndpointDefinitionError, EndpointsImpl]
-
def
primaryEndpoints(prefix: List[String], executionContext: prelude.ExecutionContext, scheduler: prelude.Scheduler): ServerIO[EndpointDefinitionError, EndpointsImpl]
- Definition Classes
- EndpointsInstance → EndpointsProvider
-
final
def
primaryEndpoints(prefix: (GroupName, ServiceName), executionContext: prelude.ExecutionContext, scheduler: prelude.Scheduler): ServerIO[EndpointDefinitionError, EndpointsImpl]
- Definition Classes
- EndpointsProvider
-
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()
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.