Class TransactionsIndexListener
- java.lang.Object
-
- com.h2tcoin.takamaka.replica.async.TransactionsIndexListener
-
- All Implemented Interfaces:
org.elasticsearch.action.ActionListener<org.elasticsearch.action.index.IndexResponse>
public class TransactionsIndexListener extends Object implements org.elasticsearch.action.ActionListener<org.elasticsearch.action.index.IndexResponse>
- Author:
- francesco.pasetto@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description TransactionsIndexListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onFailure(Exception arg0)
void
onResponse(org.elasticsearch.action.index.IndexResponse arg0)
-
-
-
Method Detail
-
onFailure
public void onFailure(Exception arg0)
- Specified by:
onFailure
in interfaceorg.elasticsearch.action.ActionListener<org.elasticsearch.action.index.IndexResponse>
-
onResponse
public void onResponse(org.elasticsearch.action.index.IndexResponse arg0)
- Specified by:
onResponse
in interfaceorg.elasticsearch.action.ActionListener<org.elasticsearch.action.index.IndexResponse>
-
-