public final class PushNotificationServiceConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PushNotificationServiceConfig.Builder
Internal builder for the config to ease creation.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object underTest) |
String |
getAccessKey()
Get the api key to allow access to the remote service.
|
String |
getAppleEndpoint()
Get the endpoint for this notification service to connect to.
|
String |
getDelegateFactory()
Get the delegate factory class used to produce delegates.
|
String |
getGoogleEndpoint()
Get the endpoint for this notification service to connect to.
|
int |
getMessageDispatcherConcurrency()
Gets the level of concurrency to use when accessing the message dispatcher cache.
|
long |
getMessageDispatcherDuration()
Get the duration the message dispatcher should hold messages for.
|
long |
getMessageDispatcherSize()
Get the message dispatcher size from this config.
|
String |
getRegion()
Get the region in which this client exists.
|
String |
getSecret()
Get the sender ID to authenticate to the remote service.
|
int |
hashCode() |
public String getAccessKey()
public String getSecret()
public String getAppleEndpoint()
public String getGoogleEndpoint()
public String getDelegateFactory()
public String getRegion()
public long getMessageDispatcherSize()
public long getMessageDispatcherDuration()
public int getMessageDispatcherConcurrency()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.