Uses of Interface
com.exonum.binding.core.service.Node
| Package | Description |
|---|---|
| com.exonum.binding.core.runtime | |
| com.exonum.binding.core.service |
-
Uses of Node in com.exonum.binding.core.runtime
Methods in com.exonum.binding.core.runtime with parameters of type Node Modifier and Type Method Description voidServiceRuntime. initialize(Node node)Initializes the runtime with the given node. -
Uses of Node in com.exonum.binding.core.service
Classes in com.exonum.binding.core.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.core.service with parameters of type Node Modifier and Type Method Description voidService. createPublicApiHandlers(Node node, io.vertx.ext.web.Router router)Creates handlers that make up the public HTTP API of this service.