Class SuperStream

java.lang.Object
org.springframework.amqp.core.Declarables
org.springframework.rabbit.stream.config.SuperStream

public class SuperStream extends Declarables
Create Super Stream Topology Declarables.
Since:
3.0
Author:
Gary Russell
  • Constructor Details

    • SuperStream

      public SuperStream(String name, int partitions)
      Create a Super Stream with the provided parameters.
      Parameters:
      name - the stream name.
      partitions - the number of partitions.