-
- All Implemented Interfaces:
public final class SubstrateClientSettingsSubstrate client settings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSubstrateClientSettings.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringrpcPathprivate final Map<String, Object>rpcParamsprivate final BooleanwebSocketSecureprivate final StringwebSocketPathprivate final Map<String, Object>webSocketParamsprivate final IntegerwebSocketPortprivate final LongruntimeMetadataUpdateTimeoutMsprivate final SubstrateClientNamingPolicynamingPolicyprivate final ObjectStorageFactoryobjectStorageFactory
-
Constructor Summary
Constructors Constructor Description SubstrateClientSettings(String rpcPath, Map<String, Object> rpcParams, Boolean webSocketSecure, String webSocketPath, Map<String, Object> webSocketParams, Integer webSocketPort, Long runtimeMetadataUpdateTimeoutMs, SubstrateClientNamingPolicy namingPolicy, ObjectStorageFactory objectStorageFactory)
-
Method Summary
Modifier and Type Method Description final StringgetRpcPath()final Map<String, Object>getRpcParams()final BooleangetWebSocketSecure()final StringgetWebSocketPath()final Map<String, Object>getWebSocketParams()final IntegergetWebSocketPort()final LonggetRuntimeMetadataUpdateTimeoutMs()final SubstrateClientNamingPolicygetNamingPolicy()final ObjectStorageFactorygetObjectStorageFactory()-
-
Constructor Detail
-
SubstrateClientSettings
SubstrateClientSettings(String rpcPath, Map<String, Object> rpcParams, Boolean webSocketSecure, String webSocketPath, Map<String, Object> webSocketParams, Integer webSocketPort, Long runtimeMetadataUpdateTimeoutMs, SubstrateClientNamingPolicy namingPolicy, ObjectStorageFactory objectStorageFactory)
-
-
Method Detail
-
getRpcPath
final String getRpcPath()
-
getRpcParams
final Map<String, Object> getRpcParams()
-
getWebSocketSecure
final Boolean getWebSocketSecure()
-
getWebSocketPath
final String getWebSocketPath()
-
getWebSocketParams
final Map<String, Object> getWebSocketParams()
-
getWebSocketPort
final Integer getWebSocketPort()
-
getRuntimeMetadataUpdateTimeoutMs
final Long getRuntimeMetadataUpdateTimeoutMs()
-
getNamingPolicy
final SubstrateClientNamingPolicy getNamingPolicy()
-
getObjectStorageFactory
final ObjectStorageFactory getObjectStorageFactory()
-
-
-
-