public class InterceptorCapabilityProvider extends Object implements org.wso2.carbon.kernel.startupresolver.CapabilityProvider
Interceptor| Constructor and Description |
|---|
InterceptorCapabilityProvider() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Returns the count of
Interceptor OSGi services registered by this bundle. |
public int getCount()
Interceptor OSGi services registered by this bundle.
This bundle registers two Interceptors
1. HTTPMonitoringInterceptor
2. MetricsInterceptor
But here we return count as one, due to a bug in the startup launcher in Kernel.
getCount in interface org.wso2.carbon.kernel.startupresolver.CapabilityProviderInterceptor services registered by this bundle.Copyright © 2017 WSO2. All rights reserved.