Interface ApplicationServiceGrpc.AsyncService
- All Known Implementing Classes:
ApplicationServiceGrpc.ApplicationServiceImplBase
,ApplicationServiceGrpcImpl
- Enclosing class:
- ApplicationServiceGrpc
public static interface ApplicationServiceGrpc.AsyncService
Allows clients to list fields that are accessible to them.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
listFields
(ListFieldsRequest request, io.grpc.stub.StreamObserver<FieldsChangeUpdate> responseObserver) Request the list of the fields exposed via the worker.
-
Method Details
-
listFields
default void listFields(ListFieldsRequest request, io.grpc.stub.StreamObserver<FieldsChangeUpdate> responseObserver) Request the list of the fields exposed via the worker. - The first received message contains all fields that are currently available on the worker. None of these fields will be RemovedFields. - Subsequent messages modify the existing state. Fields are identified by their ticket and may be replaced or removed.
-