amqp_rpc_binder 0.1.0 copy "amqp_rpc_binder: ^0.1.0" to clipboard
amqp_rpc_binder: ^0.1.0 copied to clipboard

Dart 1 only

amqp_rpc_binder allow to create remote procedure call to a distant ressources through rabbitMQ

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add amqp_rpc_binder

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  amqp_rpc_binder: ^0.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:amqp_rpc_binder/amqp_rpc_binder.dart';
0
likes
30
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

amqp_rpc_binder allow to create remote procedure call to a distant ressources through rabbitMQ

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_amqp, rpc, uuid

More

Packages that depend on amqp_rpc_binder