public static interface StreamCreator.SuperStreamConfiguration
| Modifier and Type | Method and Description |
|---|---|
StreamCreator.SuperStreamConfiguration |
bindingKeys(String... bindingKeys)
The binding keys to use when declaring the super stream partitions.
|
StreamCreator |
creator()
Go back to the creator.
|
StreamCreator.SuperStreamConfiguration |
partitions(int partitions)
The number of partitions of the super stream.
|
StreamCreator.SuperStreamConfiguration partitions(int partitions)
Mutually exclusive with bindingKeys(String...). Default is 3.
partitions - StreamCreator.SuperStreamConfiguration bindingKeys(String... bindingKeys)
Mutually exclusive with partitions(int). Default is null.
bindingKeys - StreamCreator creator()
Copyright © 2024 Broadcom Inc. and/or its subsidiaries. All rights reserved.