Controllers

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 controllers 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 controller that receives remove calls via the Google Function protocol.

CommandableCloudFunctionController

Abstract controller that receives commands via the Google Function protocol to operations automatically generated for commands defined in ICommandable components.