Package | Description |
---|---|
com.solace.messaging |
A root API package that contains interfaces and classes for developing Java applications using
Solace PubSub Messaging Java Client
|
com.solace.messaging.config |
A package of interfaces to configure PubSub+ messages, receivers, and publishers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DirectMessageReceiverBuilder
An interface to configure and create instances of
DirectMessageReceiver . |
Modifier and Type | Method and Description |
---|---|
DirectReceiverBackPressureConfiguration |
DirectReceiverBackPressureConfiguration.onBackPressureDropLatest(int bufferCapacity)
The Configuration for back-pressure with a specified number of pre-buffered received messages.
|
DirectReceiverBackPressureConfiguration |
DirectReceiverBackPressureConfiguration.onBackPressureDropOldest(int bufferCapacity)
The Configuration for back-pressure with a specified number of pre-buffered received messages.
|
DirectReceiverBackPressureConfiguration |
DirectReceiverBackPressureConfiguration.onBackPressureElastic()
The configuration for back-pressure with an elastic, unlimited capacity buffer.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.