spring-framework / org.springframework.jmx.access / MBeanProxyFactoryBean / setProxyInterface

setProxyInterface

open fun setProxyInterface(proxyInterface: Class<*>): Unit

Set the interface that the generated proxy will implement.

This will usually be a management interface that matches the target MBean, exposing bean property setters and getters for MBean attributes and conventional Java methods for MBean operations.

See Also
#setObjectName