Class Handler
- java.lang.Object
-
- io.micronaut.function.executor.AbstractExecutor
-
- io.micronaut.function.executor.FunctionInitializer
-
- io.micronaut.chatbots.basecamp.googlecloud.Handler
-
- All Implemented Interfaces:
com.google.cloud.functions.HttpFunction
,io.micronaut.context.ApplicationContextProvider
,java.io.Closeable
,java.lang.AutoCloseable
public class Handler extends io.micronaut.function.executor.FunctionInitializer implements com.google.cloud.functions.HttpFunction
HttpFunction
for Basecamp Bot webhook.- Since:
- 1.0.0
- Author:
- Sergio del Amo
-
-
Constructor Summary
Constructors Constructor Description Handler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
service(com.google.cloud.functions.HttpRequest request, com.google.cloud.functions.HttpResponse response)
-
Methods inherited from class io.micronaut.function.executor.FunctionInitializer
close, injectThis, run, startThis
-
-