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. clock
Constructors 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 class
StreamEngine.ProducePongMessage
Fields in zmq.io declared as Supplier Modifier and Type Field Description private Supplier<Msg>
StreamEngine. nextHandshakeCommand
private Supplier<Msg>
StreamEngine. nextIdentity
private Supplier<Msg>
StreamEngine. nextMsg
private Supplier<Msg>
StreamEngine. producePingMessage
private Supplier<Msg>
StreamEngine. pullAndEncode
private 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. clock
Methods in zmq.util with parameters of type Supplier Modifier and Type Method Description static void
Utils. 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.
-