Module up_rust::communication

source ·

Structs§

Enums§

  • An error indicating a problem with sending a notification to another uEntity.
  • An error indicating a problem with publishing a message to a topic.
  • An error indicating a problem with registering or unregistering a message listener.
  • An error indicating a problem with invoking a (remote) service operation.

Traits§

  • A client for sending Notification messages to a uEntity.
  • A client for publishing messages to a topic.
  • A handler for processing incoming RPC requests.
  • A client for performing Remote Procedure Calls (RPC) on (other) uEntities.
  • A server for exposing Remote Procedure Call (RPC) endpoints.
  • A client for subscribing to topics.