Reconfiguration
The reconfiguration of a service covers the following methods
- Suspendable.suspend()
- Reconfigurable.reconfigure(Configuration)
- Suspendable.resume()
Suspendable.suspend()
Suspend the service since it is guarenteed that no client will invoke the service.
Reconfigurable.reconfigure(Configuration)
Reconfigure the service with the Configuration instance.
Suspendable.resume()
Resume the service - afterwards clients will invoke the service again.