Package zmq

Interface ZMQ.EventConsummer

All Known Subinterfaces:
ZEvent.ZEventConsummer
All Known Implementing Classes:
SocketBase.SocketEventHandler
Enclosing class:
ZMQ

public static interface ZMQ.EventConsummer
An interface used to consume events in monitor
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    An optional method to close the monitor if needed
    void
     
  • Method Details

    • consume

      void consume(ZMQ.Event ev)
    • close

      default void close()
      An optional method to close the monitor if needed