public interface ISenderWithParameters extends ISender, IWithParameters
ISenderWithParameters
allows Senders to declare that they accept and may use parameters
Modifier and Type | Method and Description |
---|---|
default boolean |
consumesSessionVariable(String sessionKey)
returns
true if the sender or one of its children use the named session variable. |
close, configure, isSynchronous, open, sendMessage, sendMessageOrThrow
getName, setName
getApplicationContext, getName
getConfigurationClassLoader
setApplicationContext
addParameter, getParameterList
default boolean consumesSessionVariable(String sessionKey)
ISender
true
if the sender or one of its children use the named session variable.
Callers can use this to determine if a message needs to be preserved.consumesSessionVariable
in interface ISender
Copyright © 2023 Frank!Framework. All rights reserved.