Interface RequestResponseFrameConvert
-
- All Implemented Interfaces:
-
kotlin.Function,kotlin.Function2
public interface RequestResponseFrameConvert<R extends Object> implements Function2<Frame, Frame, R>
Definition of a frame converter, which converts the frame data into another object. The first frame parameter is the requestFrame the second the response frame
- Since:
2.0