Package org.apache.jackrabbit.oak.stats
Interface Monitor<T>
- All Known Subinterfaces:
AuthorizationMonitor
,ExternalIdentityMonitor
,LoginModuleMonitor
,UserMonitor
- All Known Implementing Classes:
AuthorizationMonitorImpl
,ExternalIdentityMonitorImpl
,LoginModuleMonitorImpl
,LoginModuleStats
,UserMonitorImpl
@ProviderType
public interface Monitor<T>
Marker interface for monitors that are to be registered with a
Whiteboard
.-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getMonitorClass
- Returns:
- The type to be passed to
Whiteboard.register(Class, Object, Map)
-
getMonitorProperties
- Returns:
- The properties to be passed to
Whiteboard.register(Class, Object, Map)
-