We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e753745 commit ff30052Copy full SHA for ff30052
wit/messaging.wit
@@ -1,11 +1,4 @@
1
-// Message broker interface
2
-// This is a phase 1 interface, and is subject to change
3
-// This interface is used to send and receive messages from a message broker
4
-
5
-// Note that in this phase 1 interface, subscriptions are defined out of band from this
6
-// component. Components themselves cannot establish or terminate subscriptions. This may
7
-// change for phase 2.
8
-package wasmcloud:messaging;
+package wasmcloud:messaging@0.2.0;
9
10
// Types common to message broker interactions
11
interface types {
0 commit comments