Class PaymentTransactionNotificationProperties
java.lang.Object
com.broadleafcommerce.paymenttransaction.service.messaging.transactionwebhook.PaymentTransactionNotificationProperties
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
@ConfigurationProperties("broadleaf.paymenttransaction.webhook")
public class PaymentTransactionNotificationProperties
extends Object
implements com.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
Configuration properties for the
NotificationHandler
and RetryHandler
related to
PaymentTransactionResultWebhookProducer
- Author:
- Dima Myroniuk (dmyroniuk)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
com.broadleafcommerce.common.messaging.notification.NotificationProperties
com.broadleafcommerce.common.messaging.notification.RetryProperties
getRetry()
int
hashCode()
void
setNotification
(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification) void
setRetry
(com.broadleafcommerce.common.messaging.notification.RetryProperties retry) toString()
-
Constructor Details
-
PaymentTransactionNotificationProperties
public PaymentTransactionNotificationProperties()
-
-
Method Details
-
getNotification
public com.broadleafcommerce.common.messaging.notification.NotificationProperties getNotification()- Specified by:
getNotification
in interfacecom.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
-
getRetry
public com.broadleafcommerce.common.messaging.notification.RetryProperties getRetry()- Specified by:
getRetry
in interfacecom.broadleafcommerce.common.messaging.notification.DurableNotificationProperties
-
setNotification
public void setNotification(com.broadleafcommerce.common.messaging.notification.NotificationProperties notification) -
setRetry
public void setRetry(com.broadleafcommerce.common.messaging.notification.RetryProperties retry) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-