Package dev.restate.sdk.common.syscalls
Class HandlerDefinition<REQ,RES,O>
java.lang.Object
dev.restate.sdk.common.syscalls.HandlerDefinition<REQ,RES,O>
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getSpec()
int
hashCode()
static <REQ,
RES, O>
HandlerDefinition<REQ, RES, O> of
(HandlerSpecification<REQ, RES> spec, HandlerRunner<REQ, RES, O> runner) toString()
-
Method Details
-
getSpec
-
getRunner
-
equals
-
hashCode
public int hashCode() -
toString
-
of
public static <REQ,RES, HandlerDefinition<REQ,O> RES, ofO> (HandlerSpecification<REQ, RES> spec, HandlerRunner<REQ, RES, O> runner)
-