Class SafeSuccessResult
java.lang.Object
de.kentoj.scrowlib.messaging.respose.SafeResult
de.kentoj.scrowlib.messaging.respose.SafeSuccessResult
-
Method Summary
Methods inherited from class de.kentoj.scrowlib.messaging.respose.SafeResult
asError, asSuccess, fromDocument, fromMessage, isError, isSuccess, unwrap, wrap, wrap
-
Method Details
-
unwrap
public org.bson.Document unwrap()- Specified by:
unwrapin classSafeResult- Returns:
- the data stored in the SafeResult
-
toDocument
public org.bson.Document toDocument()- Specified by:
toDocumentin classSafeResult- Returns:
- the SafeResult as a Document for transit
-
getData
public org.bson.Document getData()
-