HandlerRunner

interface HandlerRunner<REQ, RES, O>

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun run(handlerSpecification: HandlerSpecification<REQ, RES>, syscalls: Syscalls, @Nullable options: @Nullable O, callback: SyscallCallback<ByteBuffer>)