Interface ServicePluginDescriptor<S extends Service>
- Type Parameters:
S- the actual type of service being created
- All Superinterfaces:
de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor<ServiceDescriptor<S>>
- All Known Implementing Classes:
AbstractGenericMultiServicePluginDescriptor,AbstractGenericServicePluginDescriptor,AbstractServicePluginDescriptor,AbstractSpecificServicePluginDescriptor
public interface ServicePluginDescriptor<S extends Service>
extends de.iip_ecosphere.platform.support.plugins.PluginInstanceDescriptor<ServiceDescriptor<S>>
Declares the type of a service plugin descriptor.
- Author:
- Holger Eichelberger, SSE
-
Field Details
-
PLUGIN_ID_PREFIX
- See Also:
-
PLUGIN_TEST_ID_PREFIX
- See Also:
-