sentinel 使用示例


sentinel 使用示例

       

官网:https://sentinelguard.io/zh-cn/docs/quick-start.html

github:https://github.com/alibaba/Sentinel/wiki/%E5%A6%82%E4%BD%95%E4%BD%BF%E7%94%A8

      

            

                                   

相关类与接口

        

Sphu

public class SphU {
    private static final Object[] OBJECTS0 = new Object[0];

    private SphU() {
    }

    public static Entry entry(String name) throws BlockException {
    public static Entry entry(String name, int batchCount) throws BlockException {
    public static Entry entry(String name, EntryType trafficType) throws BlockException {
    public static Entry entry(String name, EntryType trafficType, int batchCount) throws BlockException {
    public static Entry entry(String name, EntryType trafficType, int batchCount, Object... args) throws BlockException {
    public static Entry entry(String name, int resourceType, EntryType trafficType) throws BlockException {
    public static Entry entry(String name, int resourceType, EntryType trafficType, Object[] args) throws BlockException {

    public static Entry entry(Method method) throws BlockException {
    public static Entry entry(Method method, int batchCount) throws BlockException {
    public static Entry entry(Method method, EntryType trafficType) throws BlockException {
    public static Entry entry(Method method, EntryType trafficType, int batchCount) throws BlockException {
    public static Entry entry(Method method, En
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值