Interface Ordered
-
- All Known Subinterfaces:
AgentExtension
,AgentListener
,ConfigPropertySource
,IgnoredTypesConfigurer
- All Known Implementing Classes:
InstrumentationModule
public interface Ordered
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default int
order()
Returns the order of applying the SPI implementing this interface.
-