File tree Expand file tree Collapse file tree 4 files changed +44
-0
lines changed Expand file tree Collapse file tree 4 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
3
+ *
4
+ * This file is part of the Restate SDK for Node.js/TypeScript,
5
+ * which is released under the MIT license.
6
+ *
7
+ * You can find a copy of the license in file LICENSE in the root
8
+ * directory of this repository or package, or at
9
+ * https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
10
+ */
11
+
1
12
import { RemoteContext } from "../generated/proto/services" ;
2
13
import { encodeMessages } from "../io/encoder" ;
3
14
import { Message } from "../types/types" ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
3
+ *
4
+ * This file is part of the Restate SDK for Node.js/TypeScript,
5
+ * which is released under the MIT license.
6
+ *
7
+ * You can find a copy of the license in file LICENSE in the root
8
+ * directory of this repository or package, or at
9
+ * https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
10
+ */
11
+
1
12
import { RpcContext } from "../restate_context" ;
2
13
import { doInvoke } from "./invocation" ;
3
14
import { wrapHandler } from "./handler" ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
3
+ *
4
+ * This file is part of the Restate SDK for Node.js/TypeScript,
5
+ * which is released under the MIT license.
6
+ *
7
+ * You can find a copy of the license in file LICENSE in the root
8
+ * directory of this repository or package, or at
9
+ * https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
10
+ */
11
+
1
12
import { RpcContext , useContext } from "../restate_context" ;
2
13
import { RpcContextImpl } from "../restate_context_impl" ;
3
14
import { GrpcServiceMethod , HostedGrpcServiceMethod } from "../types/grpc" ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 - Restate Software, Inc., Restate GmbH
3
+ *
4
+ * This file is part of the Restate SDK for Node.js/TypeScript,
5
+ * which is released under the MIT license.
6
+ *
7
+ * You can find a copy of the license in file LICENSE in the root
8
+ * directory of this repository or package, or at
9
+ * https://github.com/restatedev/sdk-typescript/blob/main/LICENSE
10
+ */
11
+
1
12
import http2 from "node:http2" ;
2
13
import { once } from "events" ;
3
14
import {
You can’t perform that action at this time.
0 commit comments