Uses of Interface
org.springframework.grpc.client.StubFactory
Packages that use StubFactory
Package
Description
Auto-configuration for gRPC client.
gRPC client infrastructure.
-
Uses of StubFactory in org.springframework.boot.grpc.client.autoconfigure
Methods in org.springframework.boot.grpc.client.autoconfigure that return types with arguments of type StubFactoryModifier and TypeMethodDescriptionClass<? extends StubFactory<?>> GrpcClientProperties.getDefaultStubFactory()Method parameters in org.springframework.boot.grpc.client.autoconfigure with type arguments of type StubFactoryModifier and TypeMethodDescriptionvoidGrpcClientProperties.setDefaultStubFactory(Class<? extends StubFactory<?>> defaultStubFactory) -
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.