We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28c4c3 commit 29ae761Copy full SHA for 29ae761
Sources/AWSLambdaRuntime/LambdaRuntimeClient+ChannelHandler.swift
@@ -17,12 +17,12 @@ import NIOCore
17
import NIOHTTP1
18
import NIOPosix
19
20
-protocol LambdaChannelHandlerDelegate {
+internal protocol LambdaChannelHandlerDelegate {
21
func connectionWillClose(channel: any Channel)
22
func connectionErrorHappened(_ error: any Error, channel: any Channel)
23
}
24
25
-final class LambdaChannelHandler<Delegate: LambdaChannelHandlerDelegate> {
+internal final class LambdaChannelHandler<Delegate: LambdaChannelHandlerDelegate> {
26
let nextInvocationPath = Consts.invocationURLPrefix + Consts.getNextInvocationURLSuffix
27
28
enum State {
0 commit comments