Class ProfilerServiceGrpc.ProfilerServiceImplBase

  • All Implemented Interfaces:
    ProfilerServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    ProfilerServiceGrpc

    public abstract static class ProfilerServiceGrpc.ProfilerServiceImplBase
    extends Object
    implements io.grpc.BindableService, ProfilerServiceGrpc.AsyncService
    Base class for the server implementation of the service ProfilerService.
     Manage the collection of continuous profiling data provided by profiling
     agents running in the cloud or by an offline provider of profiling data.
     General guidelines:
     * Profiles for a single deployment must be created in ascending time order.
     * Profiles can be created in either online or offline mode, see below.
     
    • Constructor Detail

      • ProfilerServiceImplBase

        public ProfilerServiceImplBase()
    • Method Detail

      • bindService

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