@ProviderType
public static interface SolaceConstants.PublisherConstants
Modifier and Type | Field and Description |
---|---|
static String |
PUBLISHER_BACK_PRESSURE_STRATEGY_BUFFER_REJECT_WHEN_FULL
A valid value for the property
SolaceProperties.PublisherProperties.PUBLISHER_BACK_PRESSURE_STRATEGY . |
static String |
PUBLISHER_BACK_PRESSURE_STRATEGY_BUFFER_WAIT_WHEN_FULL
A valid value for the property
SolaceProperties.PublisherProperties.PUBLISHER_BACK_PRESSURE_STRATEGY . |
static String |
PUBLISHER_BACK_PRESSURE_STRATEGY_ELASTIC
A valid value for the property
SolaceProperties.PublisherProperties.PUBLISHER_BACK_PRESSURE_STRATEGY . |
static final String PUBLISHER_BACK_PRESSURE_STRATEGY_BUFFER_REJECT_WHEN_FULL
SolaceProperties.PublisherProperties.PUBLISHER_BACK_PRESSURE_STRATEGY
.
Any attempts to publish beyond the specified capacity using SolaceProperties.PublisherProperties.PUBLISHER_BACK_PRESSURE_BUFFER_CAPACITY
throws an exception.static final String PUBLISHER_BACK_PRESSURE_STRATEGY_BUFFER_WAIT_WHEN_FULL
SolaceProperties.PublisherProperties.PUBLISHER_BACK_PRESSURE_STRATEGY
.
This constant represents a strategy for back-pressure with a specified number of buffered
messages. Any attempts to publish beyond the specified capacity using SolaceProperties.PublisherProperties.PUBLISHER_BACK_PRESSURE_BUFFER_CAPACITY
pauses the publisher thread.static final String PUBLISHER_BACK_PRESSURE_STRATEGY_ELASTIC
SolaceProperties.PublisherProperties.PUBLISHER_BACK_PRESSURE_STRATEGY
.
This constant represents a strategy for back-pressure with an unbounded and unlimited
capacity buffer.Copyright 2019-2024 Solace Corporation. All rights reserved.