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
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/main/java/com/amazonaws/services/lambda/runtime/api/client/logging/FrameType.java
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/main/java/com/amazonaws/services/lambda/runtime/api/client/logging/FramedTelemetryLogSink.java
+13-6
Original file line number
Diff line number
Diff line change
@@ -7,26 +7,27 @@
7
7
importjava.io.IOException;
8
8
importjava.nio.ByteBuffer;
9
9
importjava.nio.ByteOrder;
10
+
importjava.time.Instant;
10
11
11
12
/**
12
13
* FramedTelemetryLogSink implements the logging contract between runtimes and the platform. It implements a simple
13
14
* framing protocol so message boundaries can be determined. Each frame can be visualized as follows:
Copy file name to clipboardExpand all lines: aws-lambda-java-runtime-interface-client/src/test/java/com/amazonaws/services/lambda/runtime/api/client/logging/FramedTelemetryLogSinkTest.java
0 commit comments