Package: @effect/cluster
Module: Entity
Creates a new Entity of the specified type which will accept messages
that adhere to the provided RpcGroup.
Signature
declare const fromRpcGroup: <const Type extends string, Rpcs extends Rpc.Any>(type: Type, protocol: RpcGroup.RpcGroup<Rpcs>) => Entity<Type, Rpcs>
Since v1.0.0