mirror of https://github.com/dapr/docs.git
Merge branch 'v1.12' into update-multi-app-run-steps
This commit is contained in:
commit
703e3f93e6
|
|
@ -253,7 +253,7 @@ async function start() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
await server.binding.receive('checkout', async (orderId) => console.log(`Received Message: ${JSON.stringify(orderId)}`));
|
await server.binding.receive('checkout', async (orderId) => console.log(`Received Message: ${JSON.stringify(orderId)}`));
|
||||||
await server.startServer();
|
await server.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -292,4 +292,4 @@ Event delivery guarantees are controlled by the binding implementation. Dependin
|
||||||
- [Bindings building block]({{< ref bindings >}})
|
- [Bindings building block]({{< ref bindings >}})
|
||||||
- [Bindings API]({{< ref bindings_api.md >}})
|
- [Bindings API]({{< ref bindings_api.md >}})
|
||||||
- [Components concept]({{< ref components-concept.md >}})
|
- [Components concept]({{< ref components-concept.md >}})
|
||||||
- [Supported bindings]({{< ref supported-bindings >}})
|
- [Supported bindings]({{< ref supported-bindings >}})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue