sharding Instance
suspend fun shardingInstance(name: String, block: suspend ShardingInstanceResourceBuilder.() -> Unit): ShardingInstance
Parameters
name
The unique name of the resulting resource.
block
Builder for ShardingInstance.
See also
Parameters
name
The unique name of the resulting resource.