Uses of Interface
com.exonum.binding.service.Node
-
Packages that use Node Package Description com.exonum.binding.service -
-
Uses of Node in com.exonum.binding.service
Classes in com.exonum.binding.service that implement Node Modifier and Type Class Description classNodeFakeAn implementation of a Node interface for testing purposes.classNodeProxyAn Exonum node context.Methods in com.exonum.binding.service with parameters of type Node Modifier and Type Method Description voidService. createPublicApiHandlers(Node node, io.vertx.ext.web.Router router)Creates handlers that makes up the public API of this service.
-