Class NotifierConfig
- java.lang.Object
-
- com.adobe.pdfservices.operation.config.notifier.NotifierConfig
-
public class NotifierConfig extends Object
Represents the configuration for a notifier to be used to notify user about the completion of a PDF Services job.
-
-
Constructor Summary
Constructors Constructor Description NotifierConfig(NotifierType notifierType, CallbackNotifierData callbackNotifierData)
Constructs an instance ofNotifierConfig
.
-
-
-
Constructor Detail
-
NotifierConfig
public NotifierConfig(NotifierType notifierType, CallbackNotifierData callbackNotifierData)
Constructs an instance ofNotifierConfig
.- Parameters:
notifierType
-NotifierType
specifies the type of notifier; can not be null.callbackNotifierData
-CallbackNotifierData
encapsulates callback notifier data; can not be null.
-
-