Interface HealthInspector<T>

Type Parameters:
T - parameter
All Known Subinterfaces:
Authenticator, AuthTokenCache, PostOffice
All Known Implementing Classes:
AuthenticatorMockImpl, AuthTokenCacheLocalImpl, BootAuthenticator, BootCache_RedisImple, BootHealthInspectorImpl, BootPostOfficeImpl

public interface HealthInspector<T>
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AtomicLong
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ping(T... param)
     
  • Field Details

    • healthInspectorCounter

      static final AtomicLong healthInspectorCounter
  • Method Details