Modifier and Type | Method and Description |
---|---|
Throwable |
abortThread(Object sourceObject,
String correlationId,
Throwable throwable) |
void |
cancelThread(Object sourceObject,
String threadId,
String correlationId) |
void |
createThread(Object sourceObject,
String threadId,
String correlationId) |
Object |
endThread(Object sourceObject,
String correlationId,
Object output) |
Object |
getEmptyInputReplacement(String correlationId,
Object replacementValue) |
IbisManager |
getIbisManager() |
Object |
getInputFromFixedValue(String correlationId,
Object fixedValue) |
Object |
getInputFromSessionKey(String correlationId,
String sessionKey,
Object sessionValue) |
Object |
parameterResolvedTo(Parameter parameter,
String correlationId,
Object value) |
Throwable |
pipeAbort(PipeLine pipeLine,
IPipe pipe,
String correlationId,
Throwable throwable) |
<T> T |
pipeInput(PipeLine pipeLine,
IPipe pipe,
String correlationId,
T input) |
Throwable |
pipeLineAbort(PipeLine pipeLine,
String correlationId,
Throwable throwable) |
Message |
pipeLineInput(PipeLine pipeLine,
String correlationId,
Message input) |
Message |
pipeLineOutput(PipeLine pipeLine,
String correlationId,
Message output) |
Object |
pipeLineSessionKey(String correlationId,
String sessionKey,
Object sessionValue) |
<T> T |
pipeOutput(PipeLine pipeLine,
IPipe pipe,
String correlationId,
T output) |
Message |
preserveInput(String correlationId,
Message input) |
Throwable |
replyListenerAbort(IListener<?> listener,
String correlationId,
Throwable throwable) |
String |
replyListenerInput(IListener<?> listener,
String messageId,
String correlationId) |
<M> M |
replyListenerOutput(IListener<M> listener,
String correlationId,
M output) |
Throwable |
senderAbort(ISender sender,
String correlationId,
Throwable throwable) |
<T> T |
senderInput(ISender sender,
String correlationId,
T input) |
<T> T |
senderOutput(ISender sender,
String correlationId,
T output) |
void |
setIbisManager(IbisManager ibisManager) |
<T> T |
showValue(String correlationId,
String label,
T value) |
Object |
startThread(Object sourceObject,
String threadId,
String correlationId,
Object input) |
Object |
storeInSessionKey(String correlationId,
String sessionKey,
Object result) |
boolean |
stubReplyListener(IListener<?> listener,
String correlationId) |
boolean |
stubSender(ISender sender,
String correlationId) |
void setIbisManager(IbisManager ibisManager)
IbisManager getIbisManager()
Object pipeLineSessionKey(String correlationId, String sessionKey, Object sessionValue)
Throwable pipeAbort(PipeLine pipeLine, IPipe pipe, String correlationId, Throwable throwable)
String replyListenerInput(IListener<?> listener, String messageId, String correlationId)
<M> M replyListenerOutput(IListener<M> listener, String correlationId, M output)
Throwable replyListenerAbort(IListener<?> listener, String correlationId, Throwable throwable)
Object startThread(Object sourceObject, String threadId, String correlationId, Object input)
Object getInputFromSessionKey(String correlationId, String sessionKey, Object sessionValue)
Object getEmptyInputReplacement(String correlationId, Object replacementValue)
Object parameterResolvedTo(Parameter parameter, String correlationId, Object value)
Copyright © 2023 Frank!Framework. All rights reserved.