-
- 所有已知实现类:
DefaultProcessContext
public interface DataProcessContext
-
-
方法概要
修饰符和类型 方法 说明 <T> T
process(Predicate<DataHandler> filter, Object param, AttributeMap attributes)
<T> T
result()
void
writeTo(Object result, AttributeMap attributes)
-
-
-
方法详细资料
-
writeTo
void writeTo(Object result, AttributeMap attributes)
-
process
<T> T process(Predicate<DataHandler> filter, Object param, AttributeMap attributes) throws Exception
- 抛出:
Exception
-
result
<T> T result()
-
-