Class NotificationConsumerSettings.Builder
java.lang.Object
com.here.platform.data.client.settings.NotificationConsumerSettings.Builder
- Enclosing class:
- NotificationConsumerSettings
Builder for Notification consumer settings
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
withGroupName
- Parameters:
groupName- name of a consumer group. A string that uniquely identifies the group of consumer processes to which this consumer belongs. By setting the same group name multiple processes indicate that they are all part of the same consumer group. Maximum length of this field is 1000 characters.- Returns:
- builder
- See Also:
-