S
- as Statepublic interface MessageResponse<S>
MessageResponse
is part of a callback using a Function
, Consumer
or Transformer
then callback is handled for Exceptions, as it can throw a RuntimeException
.Modifier and Type | Method and Description |
---|---|
<E extends Exception> |
getException()
Any
Exception that occured |
String |
getMessageId()
Message Id of the message we went the response back for
|
S |
getState()
Get any state for the original
Message |
String getMessageId()
Copyright © 2018. All rights reserved.