spring-framework / org.springframework.jmx.export.naming / SelfNaming

SelfNaming

interface SelfNaming

Interface that allows infrastructure components to provide their own ObjectNames to the MBeanExporter.

Note: This interface is mainly intended for internal usage.

Author
Rob Harrop

Since
1.2.2

See Also
org.springframework.jmx.export.MBeanExporter

Functions

getObjectName

abstract fun getObjectName(): ObjectName

Return the ObjectName for the implementing object.