Uses of Enum Class
org.frankframework.senders.FrankSender.Scope
-
Uses of FrankSender.Scope in org.frankframework.senders
Modifier and TypeMethodDescriptionFrankSender.getScope()
static FrankSender.Scope
Returns the enum constant of this class with the specified name.static FrankSender.Scope[]
FrankSender.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
FrankSender.setScope
(FrankSender.Scope scope) FrankSender.Scope
decides if the FrankSender calls another adapter, or another Java program running in the same JVM.