Uses of Enum Class
org.frankframework.receivers.Receiver.OnError
Packages that use Receiver.OnError
-
Uses of Receiver.OnError in org.frankframework.receivers
Methods in org.frankframework.receivers that return Receiver.OnErrorModifier and TypeMethodDescriptionReceiver.getOnError()
static Receiver.OnError
Returns the enum constant of this class with the specified name.static Receiver.OnError[]
Receiver.OnError.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.receivers with parameters of type Receiver.OnErrorModifier and TypeMethodDescriptionvoid
Receiver.setOnError
(Receiver.OnError value) One of 'continue', 'recover' or 'close'.