Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Support loading priority for UniJ services #21

Closed
tlinkowski opened this issue Dec 31, 2018 · 0 comments
Closed

Support loading priority for UniJ services #21

tlinkowski opened this issue Dec 31, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tlinkowski
Copy link
Owner

If it so happens that there's more than one UniJ service, they should be selected according to some priority.

Options:

  • priority inside an annotation, e.g. @UniJService(priority = 10)
  • priority as configuration, e.g. in a ".properties" file:
    service1.priority = 10
    service2.priority = 20
    

Blocked by #18.

@tlinkowski tlinkowski added the enhancement New feature or request label Dec 31, 2018
@tlinkowski tlinkowski added this to the 0.1 milestone Dec 31, 2018
@tlinkowski tlinkowski self-assigned this Dec 31, 2018
tlinkowski added a commit that referenced this issue Mar 7, 2019
tlinkowski added a commit that referenced this issue Mar 7, 2019
tlinkowski added a commit that referenced this issue Mar 7, 2019
- without annotation
- with duplicate priority
- with different priorities
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant