public interface SessionOwnershipWriteResult
Provides the result of any attempt to write data into the session ownership store.
Modifier and Type | Method and Description |
---|---|
Exception |
getFailureCause()
Get the associated cause exception if the write result is
WriteResult.FAILURE_EXCEPTION . |
String |
getKey()
Get the key that this write result applies to.
|
WriteResult |
getResult()
Get the result of the write operation.
|
String getKey()
Get the key that this write result applies to.
WriteResult getResult()
Get the result of the write operation.
Exception getFailureCause()
Get the associated cause exception if the write result is WriteResult.FAILURE_EXCEPTION
.
null
if the result was not FAILURE_EXCEPTION
.