Class SuperStream
java.lang.Object
org.springframework.amqp.core.Declarables
org.springframework.rabbit.stream.config.SuperStream
Create Super Stream Topology
Declarable
s.- Since:
- 3.0
- Author:
- Gary Russell
-
Constructor Summary
ConstructorDescriptionSuperStream
(String name, int partitions) Create a Super Stream with the provided parameters. -
Method Summary
Methods inherited from class org.springframework.amqp.core.Declarables
getDeclarables, getDeclarablesByType, toString
-
Constructor Details
-
SuperStream
Create a Super Stream with the provided parameters.- Parameters:
name
- the stream name.partitions
- the number of partitions.
-