Uses of Enum Class
org.frankframework.receivers.Receiver.OnError
-
Uses of Receiver.OnError in org.frankframework.receivers
Modifier 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.Modifier and TypeMethodDescriptionvoid
Receiver.setOnError
(Receiver.OnError value) One of 'continue', 'recover' or 'close'.