Interface AnyRpcClientContextFactory
-
- All Known Subinterfaces:
APIHostClientInterface
public interface AnyRpcClientContextFactoryA factory forAnyRpcClientContext.Client interfaces typically extend this interface so as to give clients a convenient way to create a context of the correct type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnyRpcClientContextnewClientContext()
-
-
-
Method Detail
-
newClientContext
AnyRpcClientContext newClientContext()
-
-