This package contains interfaces and classes used to create services that do operations via the Google Function protocol.
Interfaces
ICloudFunctionController
An interface that allows to integrate Google Function services into Google Function containers and connect their actions to the function calls.
Classes
CloudFunctionAction
Defines some fields such as action, cmd and schema.
CloudFunctionController
Abstract service that receives remove calls via the Google Function protocol.
CommandableCloudFunctionController
Abstract service that receives commands via the Google Function protocol to operations automatically generated for commands defined in ICommandable components.