Uses of Class
io.nitric.faas.AbstractResponseContext
-
Packages that use AbstractResponseContext Package Description io.nitric.faas Provides the Function as a Service (FaaS) classes. -
-
Uses of AbstractResponseContext in io.nitric.faas
Subclasses of AbstractResponseContext in io.nitric.faas Modifier and Type Class Description class
HttpResponseContext
Provides contextual response metadata for triggers raised by HTTP Requests.class
TopicResponseContext
Provides a Topic response context class which can specify whether the event was successfully processed.Methods in io.nitric.faas that return AbstractResponseContext Modifier and Type Method Description AbstractResponseContext
Response. getContext()
Gets the context for this responseConstructors in io.nitric.faas with parameters of type AbstractResponseContext Constructor Description Response(byte[] data, AbstractResponseContext context)
Create a new Nitric FaaS response.
-