Package | Description |
---|---|
com.solace.messaging.publisher |
A package that contains interfaces and classes to handle publishing messages.
|
com.solace.messaging.util |
A package that contains interfaces and classes of utilities required to work with other PubSub+
Messaging APIs.
|
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
OutboundMessageBuilder.build(T payload,
Converter.ObjectToBytes<T> converter)
Creates an outbound message using configuration provided by
this instance of a message
builder and some serializable payload, converter |
<T extends Serializable> |
OutboundMessageBuilder.build(T payload,
Converter.ObjectToBytes<T> converter,
Properties extendedMessageProperties)
Creates an outbound message using configuration provided by
this instance of a message
builder and some serializable payload, converter and extended properties |
Modifier and Type | Class and Description |
---|---|
class |
SolaceSDTMapToMessageConverter
Message payload converter to be used for publishing SolaceSDTMap as payload.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.