All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sghd.common.event.EventBusImplMBean Maven / Gradle / Ivy

The newest version!
package com.sghd.common.event;

import javax.management.MXBean;

/**
 * 事件总线的JMX管理接口
 */
@MXBean
public interface EventBusImplMBean {
	
	/**
	 * 当前事件队列大小
	 */
	int getEventQueueSize();
	
	/**活跃线程数量*/
	int getPoolActiveCount();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy