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