Beamable SDK
Public Member Functions | Public Attributes | List of all members
Beamable.Server.ServiceMethodCollection Class Reference

Public Member Functions

 ServiceMethodCollection (IEnumerable< ServiceMethod > methods)
 
async Task< string > Handle (MicroService service, string path, string[] jsonArgs)
 
 ServiceMethodCollection (IEnumerable< ServiceMethod > methods)
 
async Task< string > Handle (RequestContext ctx, string path, IParameterProvider parameterProvider)
 

Public Attributes

IEnumerable< ServiceMethodMethods => _methods.ToList()
 

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