Package it.tidalwave.actor.spi
Interface ActorActivatorStatsMBean
- All Known Implementing Classes:
ActorActivatorStats
public interface ActorActivatorStatsMBean
- Author:
- Fabrizio Giudici
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
-
Method Details
-
getPoolSize
int getPoolSize() -
getPendingMessageCount
int getPendingMessageCount() -
getInvocationCount
int getInvocationCount() -
getSuccesfulInvocationCount
int getSuccesfulInvocationCount() -
getInvocationErrorCount
int getInvocationErrorCount()
-