public interface IMessageBrowsingIteratorItem extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close()
close() must be called, in a finally clause, after the item is not used anymore,
to allow to free resources.
|
String |
getCommentString() |
String |
getCorrelationId() |
Date |
getExpiryDate() |
String |
getHost() |
String |
getId() |
Date |
getInsertDate() |
String |
getLabel() |
String |
getOriginalId() |
String |
getType() |
String getId() throws ListenerException
ListenerException
String getOriginalId() throws ListenerException
ListenerException
String getCorrelationId() throws ListenerException
ListenerException
Date getInsertDate() throws ListenerException
ListenerException
Date getExpiryDate() throws ListenerException
ListenerException
String getType() throws ListenerException
ListenerException
String getHost() throws ListenerException
ListenerException
String getCommentString() throws ListenerException
ListenerException
String getLabel() throws ListenerException
ListenerException
void close()
close
in interface AutoCloseable
Copyright © 2023 Frank!Framework. All rights reserved.