Uses of Enum Class
org.frankframework.core.ICorrelatedSender.LinkMethod
Packages that use ICorrelatedSender.LinkMethod
-
Uses of ICorrelatedSender.LinkMethod in org.frankframework.core
Subclasses with type arguments of type ICorrelatedSender.LinkMethod in org.frankframework.coreMethods in org.frankframework.core that return ICorrelatedSender.LinkMethodModifier and TypeMethodDescriptionICorrelatedSender.getLinkMethod()static ICorrelatedSender.LinkMethodReturns the enum constant of this class with the specified name.static ICorrelatedSender.LinkMethod[]ICorrelatedSender.LinkMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ICorrelatedSender.LinkMethod in org.frankframework.jms
Methods in org.frankframework.jms with parameters of type ICorrelatedSender.LinkMethodModifier and TypeMethodDescriptionvoidJmsSender.setLinkMethod(ICorrelatedSender.LinkMethod method) (Only used whensynchronous=trueandreplyToNameis set).