Class SnoozeServiceGrpc.SnoozeServiceImplBase

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

    public abstract static class SnoozeServiceGrpc.SnoozeServiceImplBase
    extends Object
    implements io.grpc.BindableService, SnoozeServiceGrpc.AsyncService
    Base class for the server implementation of the service SnoozeService.
     The SnoozeService API is used to temporarily prevent an alert policy from
     generating alerts. A Snooze is a description of the criteria under which one
     or more alert policies should not fire alerts for the specified duration.
     
    • Constructor Detail

      • SnoozeServiceImplBase

        public SnoozeServiceImplBase()
    • Method Detail

      • bindService

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