@NonNullApi @NonNullFields
请参阅: 说明
| 接口 | 说明 |
|---|---|
| ObjectNamingStrategy |
Strategy interface that encapsulates the creation of
ObjectName instances. |
| SelfNaming |
Interface that allows infrastructure components to provide their own
ObjectNames to the MBeanExporter. |
| 类 | 说明 |
|---|---|
| IdentityNamingStrategy |
An implementation of the
ObjectNamingStrategy interface that
creates a name based on the identity of a given instance. |
| KeyNamingStrategy |
ObjectNamingStrategy implementation that builds
ObjectName instances from the key used in the
"beans" map passed to MBeanExporter. |
| MetadataNamingStrategy |
An implementation of the
ObjectNamingStrategy interface
that reads the ObjectName from the source-level metadata. |