Package org.frankframework.core
Class AbstractRequestReplyExecutor
java.lang.Object
org.frankframework.core.AbstractRequestReplyExecutor
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
IsolatedServiceExecutor
,ParallelSenderExecutor
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
-
request
-
reply
-
throwable
-
-
Constructor Details
-
AbstractRequestReplyExecutor
public AbstractRequestReplyExecutor()
-