Uses of Interface
com.exonum.binding.core.service.Node
Package | Description |
---|---|
com.exonum.binding.core.service |
-
Uses of Node in com.exonum.binding.core.service
Classes in com.exonum.binding.core.service that implement Node Modifier and Type Class Description class
NodeFake
An implementation of a Node interface for testing purposes.Methods in com.exonum.binding.core.service with parameters of type Node Modifier and Type Method Description void
Service. createPublicApiHandlers(Node node, io.vertx.ext.web.Router router)
Creates handlers that make up the public HTTP API of this service.