Interface MailboxReader.Context<T>
- All Known Implementing Classes:
MailReaderUtil.Context
- Enclosing interface:
MailboxReader
public static interface MailboxReader.Context<T>
Context that may be used by the
MailboxReaderHandler
to communicate to
the MailboxReader
and to store information while iterating.-
Method Summary
-
Method Details
-
setResult
-
getResult
T getResult() -
setValue
-
getValue
-
stop
void stop()Stops iterating over messages.
-