Interface CustomerLifecycleGoalServiceGrpc.AsyncService
-
- All Known Implementing Classes:
CustomerLifecycleGoalServiceGrpc.CustomerLifecycleGoalServiceImplBase
- Enclosing class:
- CustomerLifecycleGoalServiceGrpc
public static interface CustomerLifecycleGoalServiceGrpc.AsyncServiceService to configure customer lifecycle goals.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidconfigureCustomerLifecycleGoals(ConfigureCustomerLifecycleGoalsRequest request, io.grpc.stub.StreamObserver<ConfigureCustomerLifecycleGoalsResponse> responseObserver)Process the given customer lifecycle configurations.
-
-
-
Method Detail
-
configureCustomerLifecycleGoals
default void configureCustomerLifecycleGoals(ConfigureCustomerLifecycleGoalsRequest request, io.grpc.stub.StreamObserver<ConfigureCustomerLifecycleGoalsResponse> responseObserver)
Process the given customer lifecycle configurations. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CustomerLifecycleGoalConfigError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-