Package | Description |
---|---|
com.solace.messaging.receiver |
A package that contains interfaces and classes to handle receiving 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> |
InboundMessage.getAndConvertPayload(Converter.BytesToObject<T> converter,
Class<T> outputType)
Retrieves the raw payload and converts to the target type using given converter.
|
void |
InboundMessage.IncompatibleMessageHandler.onIncompatibleMessage(InboundMessage poisonMessage,
Converter.BytesToObject usedConverter,
Class<?> targetType,
PubSubPlusClientException.IncompatibleMessageException t)
The callback that executes when incompatible messages are received.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageToSDTMapConverter
Message payload converter to be used for receiving messages with JCSMP legacy SDTMap type.
|
Copyright 2019-2024 Solace Corporation. All rights reserved.