HandlerRunner

interface HandlerRunner<REQ, RES>

Types

Link copied to clipboard
interface Options
Marker interface of runner options.

Properties

Functions

Link copied to clipboard
abstract fun run(    handlerContext: HandlerContext,     requestSerde: Serde<REQ>,     responseSerde: Serde<RES>,     onClosedInvocationStreamHook: AtomicReference<Runnable>): CompletableFuture<Slice>