spring-framework / org.springframework.jmx.export.metadata / JmxAttributeSource / getManagedNotifications

getManagedNotifications

abstract fun getManagedNotifications(clazz: Class<*>): Array<ManagedNotification>

Implementations should return an array of ManagedNotification if the supplied the Class has the corresponding metadata. Otherwise should return an empty array.

Parameters

clazz - the Class to read the metadata from

Exceptions

InvalidMetadataException - in the case of invalid metadata

Return
the notification information