Class HerodotusSentinelInvocationHandler

java.lang.Object
cn.herodotus.engine.facility.alibaba.autoconfigure.sentinel.enhance.HerodotusSentinelInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class HerodotusSentinelInvocationHandler extends Object implements InvocationHandler
InvocationHandler handle invocation that protected by Sentinel.
Author:
Jim
  • Constructor Details

    • HerodotusSentinelInvocationHandler

      HerodotusSentinelInvocationHandler(feign.Target<?> target, Map<Method,feign.InvocationHandlerFactory.MethodHandler> dispatch, org.springframework.cloud.openfeign.FallbackFactory<?> fallbackFactory)
    • HerodotusSentinelInvocationHandler

      HerodotusSentinelInvocationHandler(feign.Target<?> target, Map<Method,feign.InvocationHandlerFactory.MethodHandler> dispatch)
  • Method Details