Beamable SDK
All Classes Namespaces Functions Variables Properties Events
Public Member Functions | Static Public Attributes | List of all members
microserviceTests.microservice.SimpleMicroservice Class Reference
Inheritance diagram for microserviceTests.microservice.SimpleMicroservice:
Inheritance graph
[legend]
Collaboration diagram for microserviceTests.microservice.SimpleMicroservice:
Collaboration graph
[legend]

Public Member Functions

int Add (int a, int b)
 
async Task< int > Delay (int ms)
 
async Task< string > InventoryTest (ItemRef itemRef)
 
async Task< string > GetUserEmail (int dbid)
 
async Task< string > GetContent (string id)
 
- Public Member Functions inherited from Beamable.Server.Microservice
void ProvideContext (RequestContext ctx)
 
void ProvideRequester (IBeamableRequester requester)
 
void ProvideServices (IBeamableServices services)
 

Static Public Attributes

static ServiceFactory< SimpleMicroserviceFactory => () => new SimpleMicroservice()
 

Additional Inherited Members

- Protected Attributes inherited from Beamable.Server.Microservice
RequestContext Context
 
IBeamableRequester Requester
 
IBeamableServices Services
 

The documentation for this class was generated from the following file: