You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Initialize an instance with a `LambdaHandler` defined in the form of a closure **with a non-`Void` return type**.
36
+
/// - Parameters:
37
+
/// - decoder: The decoder object that will be used to decode the incoming `ByteBuffer` event into the generic `Event` type. `JSONDecoder()` used as default.
38
+
/// - encoder: The encoder object that will be used to encode the generic `Output` into a `ByteBuffer`. `JSONEncoder()` used as default.
/// Initialize an instance with a `LambdaHandler` defined in the form of a closure **with a `Void` return type**.
64
+
/// - Parameter body: The handler in the form of a closure.
65
+
/// - Parameter decoder: The decoder object that will be used to decode the incoming `ByteBuffer` event into the generic `Event` type. `JSONDecoder()` used as default.
0 commit comments