@ConfigurationProperties(prefix="spring.cloud.function.grpc") public class FunctionGrpcProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
GRPC_PORT
Default gRPC port.
|
static String |
SERVICE_CLASS_NAME
The name of function definition property.
|
| Constructor and Description |
|---|
FunctionGrpcProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPort()
Grpc Server port.
|
String |
getServiceClassName() |
void |
setPort(int port) |
void |
setServiceClassName(String serviceClassName) |
public static final String SERVICE_CLASS_NAME
public static final int GRPC_PORT
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.