public interface PushNotificationDelegateFactory
PushNotificationDelegate
s if desired.
Once written, the PushNotificationDelegateFactory
should be added to the configuration of the
Push Notification Service (PushNotificationService
) ready for operation.Modifier and Type | Method and Description |
---|---|
PushNotificationDelegate |
produceDelegateFor(PushNotificationServiceConfig config,
String realm,
MessageDispatcher messageDispatcher)
Produce a delegate for a given configuration.
|
PushNotificationDelegate produceDelegateFor(PushNotificationServiceConfig config, String realm, MessageDispatcher messageDispatcher)
config
- The config that will be used to configure the PushNotificationService.realm
- The realm in which this delegate will exist.messageDispatcher
- The message dispatcher for this delegate.PushNotificationException
- in the case where we cannot generate an appropriate delegate.Copyright © 2010-2018, ForgeRock All Rights Reserved.