Loads and stores configuration for specific Push Networks.
UPS provides sensible defaults specific to each Push Network and its limitations.
Configuration can be changed by overriding system properties, e.g. via as VM args.
Example: In order to change the configuration of
SenderConfiguration.batchSize() for APNs (iOS) service,
one can provide following system property:
-Daerogear.ios.batchSize=12000.
The name of the network (
aerogear.<network>.<property>) is specified by
VariantType.getTypeName().
Look at
SenderConfiguration for more details about available configurations.