Package com.impossibl.postgres.protocol
Interface RequestExecutor.FunctionCallHandler
-
- All Superinterfaces:
RequestExecutor.ErrorHandler
- Enclosing interface:
- RequestExecutor
public static interface RequestExecutor.FunctionCallHandler extends RequestExecutor.ErrorHandler
Request handler interface for theRequestExecutor.call(int, FieldFormatRef[], ByteBuf[], FunctionCallHandler)
request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleComplete(io.netty.buffer.ByteBuf result, List<Notice> notices)
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.ErrorHandler
handleError
-
-