Class 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 Detail

      • TransactionsIndexListener

        public TransactionsIndexListener()
    • Method Detail

      • onFailure

        public void onFailure​(Exception arg0)
        Specified by:
        onFailure in interface org.elasticsearch.action.ActionListener<org.elasticsearch.action.index.IndexResponse>
      • onResponse

        public void onResponse​(org.elasticsearch.action.index.IndexResponse arg0)
        Specified by:
        onResponse in interface org.elasticsearch.action.ActionListener<org.elasticsearch.action.index.IndexResponse>