@ProviderType
public interface DirectReceiverBackPressureConfiguration
Modifier and Type | Method and Description |
---|---|
DirectReceiverBackPressureConfiguration |
onBackPressureDropLatest(int bufferCapacity)
The Configuration for back-pressure with a specified number of pre-buffered received messages.
|
DirectReceiverBackPressureConfiguration |
onBackPressureDropOldest(int bufferCapacity)
The Configuration for back-pressure with a specified number of pre-buffered received messages.
|
DirectReceiverBackPressureConfiguration |
onBackPressureElastic()
The configuration for back-pressure with an elastic, unlimited capacity buffer.
|
DirectReceiverBackPressureConfiguration onBackPressureDropLatest(int bufferCapacity)
bufferCapacity
- the maximum number of messages in a buffer; a value '>' 0 is
permittedDirectReceiverBackPressureConfiguration onBackPressureDropOldest(int bufferCapacity)
bufferCapacity
- the maximum number of messages in a buffer; a value '>' 0 is
permittedDirectReceiverBackPressureConfiguration onBackPressureElastic()
Copyright 2019-2024 Solace Corporation. All rights reserved.