public class ProducerFlowProperties extends Object
Constructor and Description |
---|
ProducerFlowProperties()
ProducerFlowProperties default constructor.
|
ProducerFlowProperties(JCSMPProperties props)
ProducerFlowProperties constructor.
|
ProducerFlowProperties(ProducerFlowProperties tocopy)
ProducerFlowProperties copy constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getWindowSize()
The size of the sliding publisher window for Guaranteed messages.
|
ProducerFlowProperties |
setWindowSize(int windowSize)
The size of the sliding publisher window for Guaranteed messages.
|
public ProducerFlowProperties()
public ProducerFlowProperties(JCSMPProperties props)
public ProducerFlowProperties(ProducerFlowProperties tocopy)
tocopy
- The ProducerFlowProperties to copypublic int getWindowSize()
public ProducerFlowProperties setWindowSize(int windowSize)
windowSize
- The window size for the producer.Copyright 2004-2024 Solace Corporation. All rights reserved.