See: Description
Interface | Description |
---|---|
InjectAddressListCollection |
Features implement this if they require the use of AddressLists
|
InjectAddressListEntryReader<ExtendedListEntry extends AddressListEntry> |
Features implement this if they define a custom address list entry reader
|
InjectFeatureConfigurationReader<Reader> |
Features implement this interface to use a configuration reader
|
InjectFeatureStats<Stats extends SentinelFeatureStats> |
Features implement this interface if they have defined their own statistics interface that
extends SentinelFeatureStats
|
InjectFsmBuilder<FSM> |
Features that are based on a POJO FSM, implement this to have access to an object they can use
to get FSM instances.
|
InjectMapperLibrary<MappingExecutionPoints extends java.lang.Enum<?>> |
Features implement this interface to use a Mapper Library
|
InjectResourceAdaptorProvider |
Features implement this interface if they require the use of an RA provider
|
InjectSentinelPlatformConfiguration |
Features implement this interface if they require access to platform level sentinel configuration
|
API for Sentinel feature dependency injection. Sentinel features declare their dependencies by implementing one or more of the interfaces defined in this package. The sentinel runtime calls methods defined in these interfaces as features are instantiated.
Copyright © OpenCloud. All Rights Reserved.