Uses of Class
me.ehp246.aufjms.core.reflection.InvocationOutcome
| Package | Description |
|---|---|
| me.ehp246.aufjms.api.endpoint | |
| me.ehp246.aufjms.core.endpoint | |
| me.ehp246.aufjms.core.reflection |
-
Uses of InvocationOutcome in me.ehp246.aufjms.api.endpoint
Methods in me.ehp246.aufjms.api.endpoint that return InvocationOutcome Modifier and Type Method Description InvocationOutcome<?>ExecutedInstance. getOutcome()Methods in me.ehp246.aufjms.api.endpoint that return types with arguments of type InvocationOutcome Modifier and Type Method Description java.util.function.Supplier<InvocationOutcome<?>>ExecutableBinder. bind(Executable resolved, MsgContext invocationContext) -
Uses of InvocationOutcome in me.ehp246.aufjms.core.endpoint
Methods in me.ehp246.aufjms.core.endpoint that return types with arguments of type InvocationOutcome Modifier and Type Method Description java.util.function.Supplier<InvocationOutcome<?>>DefaultExecutableBinder. bind(Executable target, MsgContext ctx) -
Uses of InvocationOutcome in me.ehp246.aufjms.core.reflection
Methods in me.ehp246.aufjms.core.reflection that return InvocationOutcome Modifier and Type Method Description InvocationOutcomeTargetInvoked. getResult()static <T> InvocationOutcome<T>InvocationOutcome. invoke(java.util.concurrent.Callable<T> callable)static <T> InvocationOutcome<T>InvocationOutcome. returned(T returned)static <T> InvocationOutcome<T>InvocationOutcome. thrown(java.lang.Throwable thrown)