Class ReactorManifestServiceGrpc.ManifestServiceImplBase
java.lang.Object
houston.grpc.service.ReactorManifestServiceGrpc.ManifestServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
ReactorManifestServiceGrpc
public abstract static class ReactorManifestServiceGrpc.ManifestServiceImplBase
extends Object
implements io.grpc.BindableService
매니페스트 서비스
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal io.grpc.ServerServiceDefinitionprotected io.grpc.CallOptionsgetCallOptions(int methodId) protected ThrowableonErrorMap(Throwable throwable) reactor.core.publisher.Mono<Manifest> retrieve(ManifestRetrieveRequest request) 조회reactor.core.publisher.Mono<Manifest> retrieve(reactor.core.publisher.Mono<ManifestRetrieveRequest> request) 조회
-
Constructor Details
-
ManifestServiceImplBase
public ManifestServiceImplBase()
-
-
Method Details
-
retrieve
조회
-
retrieve
public reactor.core.publisher.Mono<Manifest> retrieve(reactor.core.publisher.Mono<ManifestRetrieveRequest> request) 조회
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-
getCallOptions
protected io.grpc.CallOptions getCallOptions(int methodId) -
onErrorMap
-