-
Notifications
You must be signed in to change notification settings - Fork 11
io microsphere alibaba sentinel common SentinelOperations
github-actions[bot] edited this page May 24, 2026
·
1 revision
Type: Interface | Module: microsphere-alibaba-sentinel-commons | Package: io.microsphere.alibaba.sentinel.common | Since: 1.0.0
The common operations for Sentinel:
- One-Time Operations :
- execution with result:
- `#call(String, String, String, ThrowableFunction)`
- `#execute(String, String, String, Function)`
- execution without result:
- `#call(String, String, String, ThrowableAction)`
- `#call(String, String, String, ThrowableConsumer)`
- `#execute(String, String, String, Runnable)`
- `#execute(String, String, String, Consumer)`
- Two-Phase Operations :
- `#begin(String, String, String) the first phase`
- `#end(SentinelContext) the second phase`
public interface SentinelOperationsAuthor: Mercy
-
Introduced in:
1.0.0 -
Current Project Version:
0.2.0-SNAPSHOT
This component is tested and compatible with the following Java versions:
| Java Version | Status |
|---|---|
| Java 17 | ✅ Compatible |
| Java 21 | ✅ Compatible |
| Java 25 | ✅ Compatible |
Add the following dependency to your pom.xml:
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-alibaba-sentinel-commons</artifactId>
<version>${microsphere-alibaba-sentinel.version}</version>
</dependency>Tip: Use the BOM (
microsphere-alibaba-sentinel-dependencies) for consistent version management. See the Getting Started guide.
import io.microsphere.alibaba.sentinel.common.SentinelOperations;This documentation was auto-generated from the source code of microsphere-alibaba-sentinel.
alibaba-sentinel-commons
- AbstractSentinelPlugin
- JMXSentinelPluginRepository
- SentinelConstants
- SentinelContext
- SentinelOperations
- SentinelPlugin
- SentinelPluginRepository
- SentinelTemplate
- SentinelUtils
- SimpleSentinelPlugin
- SimpleSentinelPluginRepository
alibaba-sentinel-spring-boot
- ConditionalOnSentinelAvailable
- ConditionalOnSentinelEnabled
- SentinelAlibabaDruidAutoConfiguration
- SentinelMyBatisAutoConfiguration
- SentinelRedisAutoConfiguration
- SentinelSpringWebAutoConfiguration
alibaba-sentinel-spring-cloud