Class FunctionGrpcProperties
- java.lang.Object
-
- org.springframework.cloud.function.grpc.FunctionGrpcProperties
-
@ConfigurationProperties(prefix="spring.cloud.function.grpc") public class FunctionGrpcProperties extends Object
- Since:
- 3.2
- Author:
- Oleg Zhurakousky
-
-
Field Summary
Fields Modifier and Type Field Description static intGRPC_PORTDefault gRPC port.static StringSERVICE_CLASS_NAMEThe name of function definition property.
-
Constructor Summary
Constructors Constructor Description FunctionGrpcProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPort()Grpc Server port.StringgetServiceClassName()voidsetPort(int port)voidsetServiceClassName(String serviceClassName)
-
-
-
Field Detail
-
SERVICE_CLASS_NAME
public static final String SERVICE_CLASS_NAME
The name of function definition property.- See Also:
- Constant Field Values
-
GRPC_PORT
public static final int GRPC_PORT
Default gRPC port.- See Also:
- Constant Field Values
-
-