Package eu.antidotedb.client.messages
Class AntidoteResponse.MsgCommitResp
- java.lang.Object
-
- eu.antidotedb.client.messages.AntidoteMessage
-
- eu.antidotedb.client.messages.AntidoteResponse
-
- eu.antidotedb.client.messages.AntidoteResponse.MsgCommitResp
-
- Enclosing class:
- AntidoteResponse
public static class AntidoteResponse.MsgCommitResp extends AntidoteResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAntidoteResponse.MsgCommitResp.ExtractorA response transformer used to extract the encapsulated Protocol Buffer message-
Nested classes/interfaces inherited from class eu.antidotedb.client.messages.AntidoteResponse
AntidoteResponse.ExtractionError, AntidoteResponse.Handler<V>, AntidoteResponse.MsgCommitResp, AntidoteResponse.MsgErrorResp, AntidoteResponse.MsgGetConnectionDescriptorResponse, AntidoteResponse.MsgOperationResp, AntidoteResponse.MsgReadObjectsResp, AntidoteResponse.MsgStartTransactionResp, AntidoteResponse.MsgStaticReadObjectsResp
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> Vaccept(AntidoteResponse.Handler<V> handler)Handle the response using the given response transformer.java.lang.StringtoString()
-
-
-
Method Detail
-
accept
public <V> V accept(AntidoteResponse.Handler<V> handler)
Description copied from class:AntidoteResponseHandle the response using the given response transformer.- Specified by:
acceptin classAntidoteResponse- Type Parameters:
V- the result type of the transformer methods- Parameters:
handler- the implementation of the handling methods- Returns:
- the result of the matching transformer method
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-