Uses of Interface
org.springframework.grpc.client.StubFactory
Packages that use StubFactory
-
Uses of StubFactory in org.springframework.grpc.client
Subinterfaces of StubFactory in org.springframework.grpc.clientClasses in org.springframework.grpc.client that implement StubFactoryModifier and TypeClassDescriptionclassAbstractStubFactory<T extends io.grpc.stub.AbstractStub<?>>classclassclassclassclassclassMethods in org.springframework.grpc.client that return types with arguments of type StubFactoryModifier and TypeMethodDescription@Nullable Class<? extends StubFactory<?>> GrpcClientFactory.GrpcClientRegistrationSpec.factory()Returns the value of thefactoryrecord component.Method parameters in org.springframework.grpc.client with type arguments of type StubFactoryModifier and TypeMethodDescriptionGrpcClientFactory.GrpcClientRegistrationSpec.factory(@Nullable Class<? extends StubFactory<?>> factory) Constructor parameters in org.springframework.grpc.client with type arguments of type StubFactoryModifierConstructorDescriptionGrpcClientRegistrationSpec(String prefix, @Nullable Class<? extends StubFactory<?>> factory, String target, Class<?>[] types, String[] packages) Creates an instance of aGrpcClientRegistrationSpecrecord class.