public abstract class RequestReplyExecutor extends Object implements Runnable
Throwable
has been thrown during execution is should be returned
by getThrowable() otherwise the reply should be returned by getReply().Modifier and Type | Field and Description |
---|---|
protected String |
correlationID |
protected SenderResult |
reply |
protected Message |
request |
protected Throwable |
throwable |
Constructor and Description |
---|
RequestReplyExecutor() |
protected String correlationID
protected Message request
protected SenderResult reply
protected Throwable throwable
Copyright © 2023 Frank!Framework. All rights reserved.