Package | Description |
---|---|
com.opencloud.sentinel.feature.impl |
Classes that Sentinel POJO based features may choose to extend.
|
com.opencloud.sentinel.feature.spi |
This package contains the endpoint and feature API in the Sentinel services.
|
com.opencloud.sentinel.feature.spi.init |
API for Sentinel feature dependency injection.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureFactoryImpl.initialise(SentinelPlatformConfigurationReader sentinelConfigurationReader,
SentinelFeatureRegisterImpl featureRegisterImpl,
Facilities facilities,
java.util.Map<java.lang.String,java.lang.Object> providers,
SentinelFeatureStatsAccess statsAccess,
AddressListCollection addressListCollection,
com.opencloud.rhino.facilities.childrelations.ChildRelationFacility childRelationFacility,
SentinelFeatureSbbSupport featureSbbSupport,
com.opencloud.sentinel.feature.spi.init.SentinelTracerSupport sentinelTracerSupport,
com.opencloud.sentinel.feature.spi.init.SentinelFrontEnd sentinelFrontEnd,
MapperLibrary<?> mapperLibrary,
MapperFacilities mapperFacilities)
Initialise a feature factory with additional dependencies needed
|
Modifier and Type | Method and Description |
---|---|
MapperLibrary<?> |
SentinelFeatureSbbAccess.getMapperLibrary()
Get the Sentinel mapper library that can be used by the feature.
|
MapperLibrary<?> |
SentinelLocal.getMapperLibrary()
Get the Sentinel mapper library.
|
Modifier and Type | Method and Description |
---|---|
void |
InjectMapperLibrary.injectMapperLibrary(MapperLibrary<MappingExecutionPoints> mapperLibrary,
MapperFacilities mapperFacilities)
Inject a mapper library
|
Copyright © OpenCloud. All Rights Reserved.