Skip to content

Develop a ConnectionManager interface to support account messaging API without a connection #26

@Kaffeine

Description

@Kaffeine

The idea is to keep Connection for connection API and use another object for everything else (that can be available without connection). The "another object type" is named AccountApi for now. See #24 for other details.

ConnectionManager.Interface.AccountApi

Description

To expose AccountApi support and make it discoverable, add a ConnectionManager interface.

Methods

RequestApi

RequestApi (s: Protocol, a{sv}: Parameters) => s: Bus_Name, o: Object_Path

The arguments are the same as for ConnectionManager RequestConnection

Signals

NewApiInstance

NewApiInstance (s: Bus_Name, o: Object_Path, s: Protocol)

Emitted when a new AccountApi object is created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions