Turn PceServiceRPCImpl into a Component 81/108081/2
authorGilles Thouenon <gilles.thouenon@orange.com>
Sun, 1 Oct 2023 07:33:58 +0000 (09:33 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Wed, 11 Oct 2023 11:38:14 +0000 (13:38 +0200)
commit80b5cdcc604a1d13918c30e4a1bb389a4b834fc3
tree2e52234acc4a7fe5ac01566d4413038363f86ce3
parent97caea3ab01a2611a2b429c2d287d6b5800a8105
Turn PceServiceRPCImpl into a Component

Instead of instanciating this implementation from PceProvider,
convert it into a simple component.

TRNSPRTPCE-762
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I46bf06b7ee4d185907558b8c205077f823ff0b8e
lighty/src/main/java/io/lighty/controllers/tpce/module/TransportPCEImpl.java
pce/src/main/java/org/opendaylight/transportpce/pce/impl/PceProvider.java
pce/src/main/java/org/opendaylight/transportpce/pce/impl/PceServiceRPCImpl.java
pce/src/test/java/org/opendaylight/transportpce/pce/impl/PceProviderTest.java