Interface MessageHandler<T>

All Known Subinterfaces:
PullMessageHandler

public interface MessageHandler<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(Throwable throwable)
     
    void
    onSummary(T summary)
     
  • Method Details

    • onError

      void onError(Throwable throwable)
    • onSummary

      void onSummary(T summary)