public interface JmsSession extends AutoCloseable
Session that relates the
session with its AckID| Modifier and Type | Method and Description |
|---|---|
javax.jms.Session |
get() |
Optional<String> |
getAckId() |
closejavax.jms.Session get()
SessionOptional<String> getAckId()
Session or Optional.empty() if no AckId is requiredCopyright © 2019. All rights reserved.