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 |
---|---|
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 | 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.
|
Modifier and Type | Method and Description |
---|---|
SolaceSDTMap |
MessageToSDTMapConverter.convert(byte[] src) |
T |
Converter.BytesToObject.convert(byte[] src)
Converts the provided byte-array to the specified type.
|
SolaceSDTMap |
MessageToSDTMapConverter.get(com.solacesystems.jcsmp.BytesXMLMessage message) |
Copyright 2019-2024 Solace Corporation. All rights reserved.