Class AbstractRequestReplyExecutor

java.lang.Object
org.frankframework.core.AbstractRequestReplyExecutor
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
IsolatedServiceExecutor, ParallelSenderExecutor

public abstract class AbstractRequestReplyExecutor extends Object implements Runnable
Runnable object for calling a request reply service. When a Throwable has been thrown during execution it should be returned by getThrowable() otherwise the reply should be returned by getReply().
Author:
Jaco de Groot
  • Field Details

  • Constructor Details

    • AbstractRequestReplyExecutor

      public AbstractRequestReplyExecutor()