Class GenericHystrixCommand<R>

java.lang.Object
io.appform.core.hystrix.GenericHystrixCommand<R>

public class GenericHystrixCommand<R> extends Object
Command that returns the single element
  • Constructor Details

    • GenericHystrixCommand

      public GenericHystrixCommand(String group, String traceId, String command)
  • Method Details

    • executor

      public com.netflix.hystrix.HystrixCommand<R> executor(HandlerAdapter<R> function)