Class HandlerCompose<T>

java.lang.Object
com.power4j.fist.boot.common.op.HandlerCompose<T>
All Implemented Interfaces:
OpHandler<T>

public class HandlerCompose<T> extends Object implements OpHandler<T>
Since:
1.0
Author:
CJ (power4j@outlook.com)
  • Constructor Details

  • Method Details

    • handle

      public void handle(T context)
      Description copied from interface: OpHandler
      执行处理
      Specified by:
      handle in interface OpHandler<T>
      Parameters:
      context - 上下文对象