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 Details

    • ManifestServiceImplBase

      public ManifestServiceImplBase()
  • Method Details

    • retrieve

      public reactor.core.publisher.Mono<Manifest> retrieve(ManifestRetrieveRequest request)
        조회
       
    • retrieve

      public reactor.core.publisher.Mono<Manifest> retrieve(reactor.core.publisher.Mono<ManifestRetrieveRequest> request)
        조회
       
    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService
    • getCallOptions

      protected io.grpc.CallOptions getCallOptions(int methodId)
    • onErrorMap

      protected Throwable onErrorMap(Throwable throwable)