Package org.nuxeo.runtime
Interface RuntimeExtension
-
@Deprecated public interface RuntimeExtension
Deprecated.since 9.2 seems unusedA runtime extension is a service that is started by the runtime when it starts using the runtime service context.Runtime Extensions may be used to add new functionality to the runtime service.
- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
start()
Deprecated.Starts the runtime extension.void
stop()
Deprecated.Stops the runtime extension.
-