Interface ServiceDescriptor.Aware

  • Enclosing class:
    ServiceDescriptor

    public static interface ServiceDescriptor.Aware
    Allows users to specify that they would like to have access to a ServiceDescriptor within their ServerInterceptor implementation.
    • Method Detail

      • setServiceDescriptor

        void setServiceDescriptor​(ServiceDescriptor descriptor)
        Set service descriptor.
        Parameters:
        descriptor - service descriptor instance