Interface Operation<T>
-
- All Known Implementing Classes:
RequestResponseCloser
,RequestResponseOpener
public interface Operation<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(OperationResult<T,Exception> operationCallback)
-
-
-
Method Detail
-
run
void run(OperationResult<T,Exception> operationCallback)
-
-