spring-framework / org.springframework.jmx.export.assembler / MethodNameBasedMBeanInfoAssembler / setManagedMethods

setManagedMethods

open fun setManagedMethods(vararg methodNames: String): Unit

Set the array of method names to use for creating the management info. These method names will be used for a bean if no entry corresponding to that bean is found in the methodMappings property.

Parameters

methodNames - an array of method names indicating the methods to use

See Also
#setMethodMappings