Uses of Interface
zmq.util.function.Supplier
-
Packages that use Supplier Package Description org.zeromq.timer Provides timing utility classes for ØMQ.zmq.io zmq.util -
-
Uses of Supplier in org.zeromq.timer
Fields in org.zeromq.timer declared as Supplier Modifier and Type Field Description private Supplier<java.lang.Long>ZTicket. clockConstructors in org.zeromq.timer with parameters of type Supplier Constructor Description ZTicker(Supplier<java.lang.Long> clock)ZTicket(Supplier<java.lang.Long> clock)ZTicket(Supplier<java.lang.Long> clock, java.util.List<ZTicket.Ticket> tickets)ZTimer(Supplier<java.lang.Long> clock) -
Uses of Supplier in zmq.io
Classes in zmq.io that implement Supplier Modifier and Type Class Description private classStreamEngine.ProducePongMessageFields in zmq.io declared as Supplier Modifier and Type Field Description private Supplier<Msg>StreamEngine. nextHandshakeCommandprivate Supplier<Msg>StreamEngine. nextIdentityprivate Supplier<Msg>StreamEngine. nextMsgprivate Supplier<Msg>StreamEngine. producePingMessageprivate Supplier<Msg>StreamEngine. pullAndEncodeprivate Supplier<Msg>StreamEngine. pullMsgFromSession -
Uses of Supplier in zmq.util
Fields in zmq.util declared as Supplier Modifier and Type Field Description private Supplier<java.lang.Long>Timers. clockMethods in zmq.util with parameters of type Supplier Modifier and Type Method Description static voidUtils. checkArgument(boolean expression, Supplier<java.lang.String> errorMessage)Constructors in zmq.util with parameters of type Supplier Constructor Description Timers(Supplier<java.lang.Long> clock)Builds a new timer.
-