Uses of Enum
com.helger.phase4.sender.EAS4UserMessageSendResult
Packages that use EAS4UserMessageSendResult
-
Uses of EAS4UserMessageSendResult in com.helger.phase4.sender
Methods in com.helger.phase4.sender that return EAS4UserMessageSendResultModifier and TypeMethodDescriptionstatic EAS4UserMessageSendResultEAS4UserMessageSendResult.getFromIDOrNull(String sID) AbstractAS4UserMessageBuilder.sendMessageAndCheckForReceipt()This is a sanity method that encapsulates all the sending checks that are necessary to determine overall sending success or error.
Note: this method is not thread-safe, because it changes the signal message consumer internally.AbstractAS4UserMessageBuilder.sendMessageAndCheckForReceipt(Consumer<? super Phase4Exception> aExceptionConsumer) This is a sanity method that encapsulates all the sending checks that are necessary to determine overall sending success or error.
Note: this method is not thread-safe, because it changes the signal message consumer internally.static EAS4UserMessageSendResultReturns the enum constant of this type with the specified name.static EAS4UserMessageSendResult[]EAS4UserMessageSendResult.values()Returns an array containing the constants of this enum type, in the order they are declared.