We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b205ac9 commit bca40c6Copy full SHA for bca40c6
deps/rabbit_common/src/rabbit_exchange_type.erl
@@ -25,7 +25,7 @@
25
%% The no_return is there so that we can have an "invalid" exchange
26
%% type (see rabbit_exchange_type_invalid).
27
-callback route(rabbit_types:exchange(), rabbit_types:delivery()) ->
28
- rabbit_router:match_result().
+ [rabbit_types:binding_destination()].
29
30
%% called BEFORE declaration, to check args etc; may exit with #amqp_error{}
31
-callback validate(rabbit_types:exchange()) -> 'ok'.
0 commit comments