Package me.ehp246.aufjms.core.endpoint
Class ReplyExecuted
java.lang.Object
me.ehp246.aufjms.core.endpoint.ReplyExecuted
- All Implemented Interfaces:
java.util.function.Consumer<ExecutedInstance>
public class ReplyExecuted extends java.lang.Object implements java.util.function.Consumer<ExecutedInstance>
- Author:
- Lei Yang
-
Constructor Summary
Constructors Constructor Description ReplyExecuted(MsgPortProvider portProvider) -
Method Summary
Modifier and Type Method Description voidaccept(ExecutedInstance instance)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.Consumer
andThen
-
Constructor Details
-
ReplyExecuted
-
-
Method Details
-
accept
- Specified by:
acceptin interfacejava.util.function.Consumer<ExecutedInstance>
-