Skip to content

Provide a library to facilitate component registry #3

@ruspl-afed

Description

@ruspl-afed

The main use case:

  1. There is an interface I that may have different implementations

    • each instance of I has unique identifier
    • each instance of I can have attached metadata
  2. There is Registry R that supports

    • register/unregister an instance of I
    • query for instance(s) of I by identifier
    • query for instance(s) of I by metadata
  3. There are ways how to discover instances of I

    • Spring manifests
    • OSGi manifest
    • others

Metadata

Metadata

Assignees

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