Uses of Enum Class
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 @Nullable EAS4UserMessageSendResultEAS4UserMessageSendResult.getFromIDOrNull(@Nullable String sID) final @NonNull EAS4UserMessageSendResultAbstractAS4UserMessageBuilder.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.final @NonNull EAS4UserMessageSendResultAbstractAS4UserMessageBuilder.sendMessageAndCheckForReceipt(@Nullable 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 class with the specified name.static EAS4UserMessageSendResult[]EAS4UserMessageSendResult.values()Returns an array containing the constants of this enum class, in the order they are declared.