Module java4ever.binding
Interface tc_response_handler_ptr_t.Function
- Enclosing class:
tc_response_handler_ptr_t
public static interface tc_response_handler_ptr_t.Function
The function pointer signature, expressed as a functional interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(MemorySegment request_ptr, MemorySegment params_json, int response_type, boolean finished)
-
Method Details
-
apply
void apply(MemorySegment request_ptr, MemorySegment params_json, int response_type, boolean finished)
-