Class NotificationConsumerSettings.Builder

java.lang.Object
com.here.platform.data.client.settings.NotificationConsumerSettings.Builder
Enclosing class:
NotificationConsumerSettings

public static class NotificationConsumerSettings.Builder extends Object
Builder for Notification consumer settings
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

    • withGroupName

      public NotificationConsumerSettings.Builder withGroupName(String groupName)
      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: