public interface IResponseResolver<TMessage,TResolved>
Modifier and Type | Method and Description |
---|---|
TResolved |
getData()
returns the data response without comparing with any digests
|
java.lang.Iterable<MessageIn<TMessage>> |
getMessages() |
boolean |
isDataPresent() |
void |
preprocess(MessageIn<TMessage> message) |
TResolved |
resolve()
This Method resolves the responses that are passed in .
|
TResolved resolve() throws DigestMismatchException
DigestMismatchException
boolean isDataPresent()
TResolved getData()
Copyright © 2020 The Apache Software Foundation