rpc_dispatcher 1.0.1 copy "rpc_dispatcher: ^1.0.1" to clipboard
rpc_dispatcher: ^1.0.1 copied to clipboard

An interface for JSON-RPC method invocation. Its presence as a separate package is solely to avoid circular references.

Dispatcher is just an interface with a dispatch method for invoking methods on an instance. This interface hides implementation details for concrete method invokers for a JsonRpc service. Its presence as a separate package is solely to avoid circular references.

MIT License.

Usage #

A simple usage example:

import 'package:rpc_dispatcher/rpc_dispatcher.dart';

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
130
pub points
24%
popularity

Publisher

unverified uploader

An interface for JSON-RPC method invocation. Its presence as a separate package is solely to avoid circular references.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on rpc_dispatcher