Package io.deephaven.server.notebook
Interface FilesystemStorageServiceModule
@Module
public interface FilesystemStorageServiceModule
gRPC Storage Service implementation based on the filesystem.
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.BindableService
bindStorageServiceGrpcImpl
(AuthorizationProvider authProvider, FilesystemStorageServiceGrpcImpl instance)
-
Method Details
-
bindStorageServiceGrpcImpl
@Provides @IntoSet static io.grpc.BindableService bindStorageServiceGrpcImpl(AuthorizationProvider authProvider, FilesystemStorageServiceGrpcImpl instance)
-