Package me.ehp246.aufjms.api.endpoint
Interface ExecutedInstance
public interface ExecutedInstance
- Author:
- Lei Yang
-
Method Summary
Modifier and Type Method Description ExecutablegetInstance()JmsMsggetMsg()InvocationOutcome<?>getOutcome()
-
Method Details
-
getMsg
JmsMsg getMsg() -
getInstance
Executable getInstance() -
getOutcome
InvocationOutcome<?> getOutcome()
-