InstructionScheduler should be a Registration 80/98580/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 17 Nov 2021 10:21:30 +0000 (11:21 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 17 Nov 2021 10:27:36 +0000 (11:27 +0100)
commit470f8c8d8db874a3f3ad19ce049bf4b3a7e12331
treef4ac3ecf9ee59905603d229271c9578b87c0eab8
parentcc2f9d5527875fa89a5a712406ba2de54853fec6
InstructionScheduler should be a Registration

Unregistration is implied as not being possible to fail in its only
implementation. Exposed that to users so they know they do not have
to worry about exceptions.

JIRA: BGPCEP-983
Change-Id: I3edb6bf26a732798536d536c42374f27343a0f35
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
pcep/topology/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyDeployerImpl.java
pcep/topology/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyProviderBean.java
pcep/topology/topology-provider/src/main/java/org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyProviderSingleton.java
programming/spi/src/main/java/org/opendaylight/bgpcep/programming/spi/InstructionScheduler.java
programming/spi/src/main/java/org/opendaylight/bgpcep/programming/spi/InstructionSchedulerFactory.java