Uses of Enum Class
org.frankframework.jms.JmsSender.LinkMethod
-
Uses of JmsSender.LinkMethod in org.frankframework.jms
Modifier and TypeMethodDescriptionJmsSender.getLinkMethod()
static JmsSender.LinkMethod
Returns the enum constant of this class with the specified name.static JmsSender.LinkMethod[]
JmsSender.LinkMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
JmsSender.setLinkMethod
(JmsSender.LinkMethod method) (Only used whensynchronous=true
andreplyToName
is set).