Package Arp.System.Lm.Services.Grpc
Class ILicenseStatusServiceGrpc.ILicenseStatusServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<ILicenseStatusServiceGrpc.ILicenseStatusServiceStub>
io.grpc.stub.AbstractAsyncStub<ILicenseStatusServiceGrpc.ILicenseStatusServiceStub>
Arp.System.Lm.Services.Grpc.ILicenseStatusServiceGrpc.ILicenseStatusServiceStub
- Enclosing class:
ILicenseStatusServiceGrpc
public static final class ILicenseStatusServiceGrpc.ILicenseStatusServiceStub
extends io.grpc.stub.AbstractAsyncStub<ILicenseStatusServiceGrpc.ILicenseStatusServiceStub>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateILicenseStatusServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidgetLicenseStatus(ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusRequest request, io.grpc.stub.StreamObserver<ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusResponse> responseObserver) / <summary> / Retrieves license status of specified firm code, product code and feature code provide by license issuer / </summary> / <param name="firmCode">Firm code</param> / <param name="productCode">Product code</param> / <param name="featureCode">Feature code (ignored if <c>0</c>)</param> / <returns> / <c>true</c>, if license is valid, <c>false</c> if license is invalid / </returns> / <exception cref="System.InvalidOperationException">"License manager has not been configured."</exception>Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Constructor Details
-
ILicenseStatusServiceStub
private ILicenseStatusServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
-
Method Details
-
build
protected ILicenseStatusServiceGrpc.ILicenseStatusServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<ILicenseStatusServiceGrpc.ILicenseStatusServiceStub>
-
getLicenseStatus
public void getLicenseStatus(ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusRequest request, io.grpc.stub.StreamObserver<ILicenseStatusServiceOuterClass.ILicenseStatusServiceGetLicenseStatusResponse> responseObserver) / <summary> / Retrieves license status of specified firm code, product code and feature code provide by license issuer / </summary> / <param name="firmCode">Firm code</param> / <param name="productCode">Product code</param> / <param name="featureCode">Feature code (ignored if <c>0</c>)</param> / <returns> / <c>true</c>, if license is valid, <c>false</c> if license is invalid / </returns> / <exception cref="System.InvalidOperationException">"License manager has not been configured."</exception>
-