Uses of Interface
com.exonum.binding.core.service.ServiceModule
Package | Description |
---|---|
com.exonum.binding.core.runtime | |
com.exonum.binding.core.service |
-
Uses of ServiceModule in com.exonum.binding.core.runtime
Methods in com.exonum.binding.core.runtime that return ServiceModule Modifier and Type Method Description ServiceModule
ReflectiveModuleSupplier. get()
Constructor parameters in com.exonum.binding.core.runtime with type arguments of type ServiceModule Constructor Description ReflectiveModuleSupplier(java.lang.Class<? extends ServiceModule> moduleClass)
Creates a module supplier for a given service module class. -
Uses of ServiceModule in com.exonum.binding.core.service
Classes in com.exonum.binding.core.service that implement ServiceModule Modifier and Type Class Description class
AbstractServiceModule
A base class forServiceModule
implementations provided for convenience.