Interface OpHandler<T>

Type Parameters:
T -
All Known Implementing Classes:
HandlerCompose

public interface OpHandler<T>
Since:
1.0
Author:
CJ (power4j@outlook.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(T context)
    执行处理
  • Method Details

    • handle

      void handle(T context)
      执行处理
      Parameters:
      context - 上下文对象