public interface JmsReceiverMapperContext
Threading: not thread-safe, intended for single-threaded use.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
destinationToString(javax.jms.Destination destination)
Converts the specified JMS Destination into an Apama-specific String form that can be round-tripped using the
JmsSenderMapperContext.stringToDestination(String) method. |
java.lang.String |
getConnectionId() |
java.lang.String |
getReceiverId() |
java.lang.String getConnectionId()
java.lang.String getReceiverId()
java.lang.String destinationToString(javax.jms.Destination destination) throws java.lang.Exception
JmsSenderMapperContext.stringToDestination(String)
method.destination
- Not null.java.lang.Exception
- If the destination string could not be generated.Submit a bug or feature
Copyright (c) 2013-2022 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.