See: Description
| Interface | Description |
|---|---|
| AuthenticationConfiguration |
An interface for configuring authentication.
|
| AuthenticationStrategy |
An interface for working with authentication credentials collection and preparation process.
|
| CustomServiceConfiguration |
An interface for creating custom source service-access configurations for the broker.
|
| DeclarativeServiceConfiguration |
An interface to provide configuration in a declarative way.
|
| DirectReceiverBackPressureConfiguration |
An interface for the configuration of back-pressure features for a message receiver.
|
| LocalServiceConfiguration |
An interface for creating service-access configurations for the broker running on a same host.
|
| MessageAcknowledgementConfiguration |
An interface that provides support for message acknowledgement.
|
| MessageReplayConfiguration |
An interface to provide support for message replay.
|
| MissingResourcesCreationConfiguration |
An interface that abstracts configurability of api with
MissingResourcesCreationConfiguration.MissingResourcesCreationStrategy |
| PropertyBasedConfiguration |
An interface to enable extended property-based configuration for fine-tuning.
|
| PublisherBackPressureConfiguration |
An interface for the configuration of back-pressure features for a message publisher.
|
| PublisherPropertyConfiguration |
An interface for property-based fine-tuning of a message publisher.
|
| ReceiverActivationPassivationConfiguration |
An interface for the configuration of activation or passivation notifications sent from a broker
to a particular instance of a receiver.
|
| ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener |
A callback for listening for the results receiver state changes.
|
| ReceiverPropertyConfiguration |
An interface for property-based configuration for fine-tuning message receivers.
|
| ReplayStrategy |
An interface for Message Replay strategies.
|
| RetryStrategy |
An interface to configure automatic retry.
|
| SolaceConstants |
An interface for constant property values used to configure and fine-tune API features.
|
| SolaceConstants.AuthenticationConstants |
An interface of constants for the configuration of authentication behavior.
|
| SolaceConstants.MessageUserPropertyConstants |
An interface for constant property values to define user message properties that have a special
reserved meaning or behaviour.
|
| SolaceConstants.PublisherConstants |
An interface for constant property values used to configure a publisher.
|
| SolaceConstants.ReceiverConstants |
An interface for constant property values used to configure a receiver.
|
| SolaceConstants.TransportLayerSecurityConstants |
An interface for constant property values used to configure transport layer security.
|
| SolaceProperties |
An interface for accessing properties or configuration keys used to configure API features.
|
| SolaceProperties.AuthenticationProperties |
An interface that defines authentication-related configurable properties for
MessagingService instances. |
| SolaceProperties.ClientProperties |
An interface that defines the configurable client properties for
MessagingService
instances. |
| SolaceProperties.MessageProperties |
An interface that defines the configurable message properties for
Message instances. |
| SolaceProperties.PublisherProperties |
An interface that defines the configurable properties for
MessagePublisher instances. |
| SolaceProperties.QueueBrowserProperties |
An interface that defines the message queue browser configurable properties for
MessageQueueBrowser instances. |
| SolaceProperties.ReceiverProperties |
An interface that defines the configurable properties for
MessageReceiver instances. |
| SolaceProperties.ServiceProperties |
An interface that defines the properties to configure
MessagingService instances. |
| SolaceProperties.TransportLayerProperties |
An interface that defines the transport layer configurable properties for
MessagingService instances. |
| SolaceProperties.TransportLayerSecurityProperties |
An interface that defines the configurable transport layer security properties for
MessagingService instances. |
| TransportProtocolConfiguration |
An interface for the configuration of the transport protocol layer.
|
| TransportSecurityStrategy |
An interface for transport layer security configuration.
|
| TypedConfiguration |
An interface to get the configuration for typed properties.
|
| UpdatableConfiguration |
| Class | Description |
|---|---|
| AuthenticationStrategy.BasicUserNamePassword |
A class for basic user name/password authentication configuration.
|
| AuthenticationStrategy.ClientCertificateAuthentication |
A class for a Client Certificate Authentication provider.
|
| AuthenticationStrategy.Kerberos |
A class for Kerberos Authentication Strategy.
|
| AuthenticationStrategy.OAuth2 |
A class for access token based OAuth 2.0 authentication configuration.
|
| TransportSecurityStrategy.TLS |
A class that implements basic user name/password authentication configuration.
|
| Enum | Description |
|---|---|
| MessageAcknowledgementConfiguration.Outcome |
Represents the type for supported message settlement outcome
|
| MissingResourcesCreationConfiguration.MissingResourcesCreationStrategy |
The available missing resources creation strategies.
|
| ReceiverActivationPassivationConfiguration.ReceiverStateChangeListener.ReceiverState |
The receiver states.
|
| TransportSecurityStrategy.TLS.SecureProtocols |
Copyright 2019-2025 Solace Corporation. All rights reserved.