RPC module

Provides synchronous communication using local calls or the HTTP(S) protocol. It contains both server and client side implementations.

Modules

The module contains the following packages:

  • Clients - mechanisms for retrieving connection settings from the microservice’s configuration and providing clients and services with these settings
  • Commands - commanding and eventing patterns
  • Trace - logging and tracing utilities

Use

Add this to your package’s pubspec.yaml file:

dependencies:
  pip_services4_rpc: version

Now you can install package from the command line:

pub get