Interface MonitoredRPCHandler

All Superinterfaces:
Cloneable, MonitoredTask
All Known Implementing Classes:
MonitoredRPCHandlerImpl

@Private public interface MonitoredRPCHandler extends MonitoredTask
A MonitoredTask implementation optimized for use with RPC Handlers handling frequent, short duration tasks. String concatenations and object allocations are avoided in methods that will be hit by every RPC call.