File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -592,11 +592,9 @@ application handlers::
592
592
Tagged Services with Priority
593
593
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
594
594
595
- The tagged services can be prioritized using the ``priority `` attribute,
596
- thus providing a way to inject a sorted collection of services:
597
-
598
- .. tip ::
599
- The priority is a positive or negative integer. The higher the number, the earlier the tagged service will be located in the collection.
595
+ The tagged services can be prioritized using the ``priority `` attribute.
596
+ The priority is a positive or negative integer. The higher the number,
597
+ the earlier the tagged service will be located in the collection:
600
598
601
599
.. configuration-block ::
602
600
@@ -654,7 +652,7 @@ service itself::
654
652
}
655
653
}
656
654
657
- If you want to have another method defining the priority
655
+ If you want to have another method defining the priority
658
656
(e.g. ``getPriority() `` rather than ``getDefaultPriority() ``),
659
657
you can define it in the configuration of the collecting service:
660
658
You can’t perform that action at this time.
0 commit comments