Package Arp.System.Lm.Services.Grpc
Class ILicenseStatusServiceGrpc
java.lang.Object
Arp.System.Lm.Services.Grpc.ILicenseStatusServiceGrpc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classstatic final classprivate static final classstatic final classstatic classprivate static final classstatic final classprivate static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static io.grpc.MethodDescriptor<ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusRequest, ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusResponse> private static final intstatic final Stringprivate static io.grpc.ServiceDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusRequest, ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusResponse> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getGetLicenseStatusMethod
private static volatile io.grpc.MethodDescriptor<ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusRequest,ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusResponse> getGetLicenseStatusMethod -
METHODID_GET_LICENSE_STATUS
private static final int METHODID_GET_LICENSE_STATUS- See Also:
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Constructor Details
-
ILicenseStatusServiceGrpc
private ILicenseStatusServiceGrpc()
-
-
Method Details
-
getGetLicenseStatusMethod
public static io.grpc.MethodDescriptor<ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusRequest,ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusResponse> getGetLicenseStatusMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static ILicenseStatusServiceGrpc.ILicenseStatusServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static ILicenseStatusServiceGrpc.ILicenseStatusServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-