Package | Description |
---|---|
com.solacesystems.jcsmp |
The Solace Messaging API for Java (also referred to as JCSMP) is a 100% pure Java implementation that provides an object-oriented API for delivering high message throughput.
|
Modifier and Type | Method and Description |
---|---|
SDTStream |
Producer.createStream()
Create streams for use as structured
payload . |
SDTStream |
JCSMPFactory.createStream()
Create streams for use as structured
payload . |
SDTStream |
StreamMessage.getStream()
Gets the message content.
|
SDTStream |
SDTMap.getStream(String key)
Returns the SDTStream value mapped to the specified case-sensitive key.
|
SDTStream |
SDTStream.readStream()
Reads a SDTStream from a Stream.
|
Modifier and Type | Method and Description |
---|---|
void |
SDTMap.putStream(String key,
SDTStream value)
Associates the specified case-sensitive key with the value in the map.
|
void |
StreamMessage.setStream(SDTStream stream)
Sets the message content.
|
void |
SDTStream.writeStream(SDTStream value)
Writes a SDTStream to a stream.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.