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 ServiceModuleReflectiveModuleSupplier. get()Constructor parameters in com.exonum.binding.core.runtime with type arguments of type ServiceModule Constructor Description ReflectiveModuleSupplier(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 classAbstractServiceModuleA base class forServiceModuleimplementations provided for convenience.