Package com.intergral.deep.agent.api.spi
-
Interface Summary Interface Description ConditionalResourceProvider A resource provider that is only applied if theConditionalResourceProvider.shouldApply(ISettings, Resource)
method returnstrue
.IConditional This interface allows an instance ofIDeepPlugin
to only be loaded based on a condition.IDeepPlugin This type defines a plugin for Deep.Ordered Interface to be extended by SPIs that need to guarantee ordering during loading.ResourceProvider A service provider interface (SPI) for providing aResource
that is merged into the default resource.