Uses of Interface
com.exonum.messages.core.runtime.Lifecycle.InstanceInitParamsOrBuilder
Package | Description |
---|---|
com.exonum.binding.core.testkit.internal | |
com.exonum.messages.core.runtime |
-
Uses of Lifecycle.InstanceInitParamsOrBuilder in com.exonum.binding.core.testkit.internal
Methods in com.exonum.binding.core.testkit.internal that return Lifecycle.InstanceInitParamsOrBuilder Modifier and Type Method Description Lifecycle.InstanceInitParamsOrBuilder
TestKitProtos.TestKitService.Builder. getServiceSpecsOrBuilder(int index)
Services to start on blockchain instantiation.Lifecycle.InstanceInitParamsOrBuilder
TestKitProtos.TestKitService. getServiceSpecsOrBuilder(int index)
Services to start on blockchain instantiation.Lifecycle.InstanceInitParamsOrBuilder
TestKitProtos.TestKitServiceOrBuilder. getServiceSpecsOrBuilder(int index)
Services to start on blockchain instantiation.Methods in com.exonum.binding.core.testkit.internal that return types with arguments of type Lifecycle.InstanceInitParamsOrBuilder Modifier and Type Method Description java.util.List<? extends Lifecycle.InstanceInitParamsOrBuilder>
TestKitProtos.TestKitService.Builder. getServiceSpecsOrBuilderList()
Services to start on blockchain instantiation.java.util.List<? extends Lifecycle.InstanceInitParamsOrBuilder>
TestKitProtos.TestKitService. getServiceSpecsOrBuilderList()
Services to start on blockchain instantiation.java.util.List<? extends Lifecycle.InstanceInitParamsOrBuilder>
TestKitProtos.TestKitServiceOrBuilder. getServiceSpecsOrBuilderList()
Services to start on blockchain instantiation. -
Uses of Lifecycle.InstanceInitParamsOrBuilder in com.exonum.messages.core.runtime
Classes in com.exonum.messages.core.runtime that implement Lifecycle.InstanceInitParamsOrBuilder Modifier and Type Class Description static class
Lifecycle.InstanceInitParams
Data that is required for initialization of a service instance.static class
Lifecycle.InstanceInitParams.Builder
Data that is required for initialization of a service instance.Methods in com.exonum.messages.core.runtime that return Lifecycle.InstanceInitParamsOrBuilder Modifier and Type Method Description Lifecycle.InstanceInitParamsOrBuilder
Lifecycle.GenesisConfig.Builder. getBuiltinInstancesOrBuilder(int index)
List of services with their configuration parameters that are created directly in the genesis block.Lifecycle.InstanceInitParamsOrBuilder
Lifecycle.GenesisConfig. getBuiltinInstancesOrBuilder(int index)
List of services with their configuration parameters that are created directly in the genesis block.Lifecycle.InstanceInitParamsOrBuilder
Lifecycle.GenesisConfigOrBuilder. getBuiltinInstancesOrBuilder(int index)
List of services with their configuration parameters that are created directly in the genesis block.Methods in com.exonum.messages.core.runtime that return types with arguments of type Lifecycle.InstanceInitParamsOrBuilder Modifier and Type Method Description java.util.List<? extends Lifecycle.InstanceInitParamsOrBuilder>
Lifecycle.GenesisConfig.Builder. getBuiltinInstancesOrBuilderList()
List of services with their configuration parameters that are created directly in the genesis block.java.util.List<? extends Lifecycle.InstanceInitParamsOrBuilder>
Lifecycle.GenesisConfig. getBuiltinInstancesOrBuilderList()
List of services with their configuration parameters that are created directly in the genesis block.java.util.List<? extends Lifecycle.InstanceInitParamsOrBuilder>
Lifecycle.GenesisConfigOrBuilder. getBuiltinInstancesOrBuilderList()
List of services with their configuration parameters that are created directly in the genesis block.