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
    void accept​(ExecutedInstance instance)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Consumer

    andThen
  • Constructor Details

  • Method Details