Package cronapp.framework.customization
Class CustomizationServiceGrpc.CustomizationServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<CustomizationServiceGrpc.CustomizationServiceBlockingStub>
-
- cronapp.framework.customization.CustomizationServiceGrpc.CustomizationServiceBlockingStub
-
- Enclosing class:
- CustomizationServiceGrpc
public static final class CustomizationServiceGrpc.CustomizationServiceBlockingStub extends io.grpc.stub.AbstractStub<CustomizationServiceGrpc.CustomizationServiceBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomizationServiceGrpc.CustomizationServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)CloseODataAgentResponsecloseODataAgent(CloseODataAgentRequest request)ExecuteODataAgentCommandResponseexecuteODataAgentCommand(ExecuteODataAgentCommandRequest request)GetSessionResponsegetSession(GetSessionRequest request)GetWebContentResponsegetWebContent(GetWebContentRequest request)ListEntitiesResponselistEntities(ListEntitiesRequest request)OpenODataAgentResponseopenODataAgent(OpenODataAgentRequest request)ShutdownResponseshutdown(ShutdownRequest request)
-
-
-
Method Detail
-
build
protected CustomizationServiceGrpc.CustomizationServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CustomizationServiceGrpc.CustomizationServiceBlockingStub>
-
getSession
public GetSessionResponse getSession(GetSessionRequest request)
-
getWebContent
public GetWebContentResponse getWebContent(GetWebContentRequest request)
-
shutdown
public ShutdownResponse shutdown(ShutdownRequest request)
-
openODataAgent
public OpenODataAgentResponse openODataAgent(OpenODataAgentRequest request)
-
executeODataAgentCommand
public ExecuteODataAgentCommandResponse executeODataAgentCommand(ExecuteODataAgentCommandRequest request)
-
closeODataAgent
public CloseODataAgentResponse closeODataAgent(CloseODataAgentRequest request)
-
listEntities
public ListEntitiesResponse listEntities(ListEntitiesRequest request)
-
-