文件名称: resilience4j-core-1.7.1.jar中文-英文对照文档.zip
<dependency>
<groupId>io.github.resilience4j</groupId>
<artifactId>resilience4j-core</artifactId>
<version>1.7.1</version>
</dependency>Gradle:
implementation group: 'io.github.resilience4j', name: 'resilience4j-core', version: '1.7.1'
Gradle (Short):
implementation 'io.github.resilience4j:resilience4j-core:1.7.1'
Gradle (Kotlin):
implementation("io.github.resilience4j:resilience4j-core:1.7.1")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
io.github.resilience4j.core
io.github.resilience4j.core.exception
io.github.resilience4j.core.functions
io.github.resilience4j.core.lang
io.github.resilience4j.core.metrics
io.github.resilience4j.core.predicate
io.github.resilience4j.core.registryio.github.resilience4j.core.CallableUtils
io.github.resilience4j.core.CheckFunctionUtils
io.github.resilience4j.core.ClassUtils
io.github.resilience4j.core.CompletionStageUtils
io.github.resilience4j.core.ConfigurationNotFoundException
io.github.resilience4j.core.ContextAwareScheduledThreadPoolExecutor
io.github.resilience4j.core.ContextAwareScheduledThreadPoolExecutor.Builder
io.github.resilience4j.core.ContextPropagator
io.github.resilience4j.core.ContextPropagator.EmptyContextPropagator
io.github.resilience4j.core.EventConsumer
io.github.resilience4j.core.EventProcessor
io.github.resilience4j.core.EventPublisher
io.github.resilience4j.core.InstantiationException
io.github.resilience4j.core.IntervalBiFunction
io.github.resilience4j.core.IntervalFunction
io.github.resilience4j.core.NamingThreadFactory
io.github.resilience4j.core.Registry
io.github.resilience4j.core.Registry.EventPublisher
io.github.resilience4j.core.RegistryStore
io.github.resilience4j.core.ResultUtils
io.github.resilience4j.core.StopWatch
io.github.resilience4j.core.StringUtils
io.github.resilience4j.core.SupplierUtils
io.github.resilience4j.core.exception.AcquirePermissionCancelledException
io.github.resilience4j.core.functions.OnceConsumer
io.github.resilience4j.core.lang.NonNull
io.github.resilience4j.core.lang.NonNullApi
io.github.resilience4j.core.lang.NonNullFields
io.github.resilience4j.core.lang.Nullable
io.github.resilience4j.core.metrics.FixedSizeSlidingWindowMetrics
io.github.resilience4j.core.metrics.Metrics
io.github.resilience4j.core.metrics.Metrics.Outcome
io.github.resilience4j.core.metrics.MetricsPublisher
io.github.resilience4j.core.metrics.PartialAggregation
io.github.resilience4j.core.metrics.SlidingTimeWindowMetrics
io.github.resilience4j.core.metrics.Snapshot
io.github.resilience4j.core.metrics.SnapshotImpl
io.github.resilience4j.core.predicate.PredicateCreator
io.github.resilience4j.core.registry.AbstractRegistry
io.github.resilience4j.core.registry.CompositeRegistryEventConsumer
io.github.resilience4j.core.registry.EntryAddedEvent
io.github.resilience4j.core.registry.EntryRemovedEvent
io.github.resilience4j.core.registry.EntryReplacedEvent
io.github.resilience4j.core.registry.InMemoryRegistryStore
io.github.resilience4j.core.registry.RegistryEvent
io.github.resilience4j.core.registry.RegistryEvent.Type
io.github.resilience4j.core.registry.RegistryEventConsumer