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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ An adapter is a set of instructions for how to communicate with a specific servi
23
23
24
24
MessageQueue provides adapters for use RabbitMQ and for testing. To use these adapters, declare them in the environment configuration.
25
25
26
-
You can create new adapters for any environment by implementing the `MessageQueue.Adapters.Producer`, `MessageQueue.Adapters.Consumer`, `MessageQueue.Adapters.RPCServer`or `MessageQueue.Adapters.RPCCclient` behaviour.
26
+
You can create new adapters for any environment by implementing the `MessageQueue.Adapters.Producer`, `MessageQueue.Adapters.Consumer`, `MessageQueue.Adapters.RPCServer`, `MessageQueue.Adapters.RPCCclient`or `MessageQueue.Adapters.Connection` behaviour.
0 commit comments