Interface Callback<T>


  • public interface Callback<T>
    Transaction receipt processor callback.
    • Method Detail

      • accept

        void accept​(T result)
      • exception

        void exception​(java.lang.Exception exception)