Uses of Class
es.bsc.dataclay.communication.grpc.messages.logicmodule.LogicmoduleMessages.ExecuteMethodOnTargetResponse
-
Packages that use LogicmoduleMessages.ExecuteMethodOnTargetResponse Package Description es.bsc.dataclay.communication.grpc.generated.logicmodule es.bsc.dataclay.communication.grpc.messages.logicmodule es.bsc.dataclay.communication.grpc.services.logicmodule Contain service classes for communication in Logic Module. -
-
Uses of LogicmoduleMessages.ExecuteMethodOnTargetResponse in es.bsc.dataclay.communication.grpc.generated.logicmodule
Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return LogicmoduleMessages.ExecuteMethodOnTargetResponse Modifier and Type Method Description LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicModuleGrpc.LogicModuleBlockingStub. executeMethodOnTarget(LogicmoduleMessages.ExecuteMethodOnTargetRequest request)
Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return types with arguments of type LogicmoduleMessages.ExecuteMethodOnTargetResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<LogicmoduleMessages.ExecuteMethodOnTargetResponse>
LogicModuleGrpc.LogicModuleFutureStub. executeMethodOnTarget(LogicmoduleMessages.ExecuteMethodOnTargetRequest request)
static io.grpc.MethodDescriptor<LogicmoduleMessages.ExecuteMethodOnTargetRequest,LogicmoduleMessages.ExecuteMethodOnTargetResponse>
LogicModuleGrpc. getExecuteMethodOnTargetMethod()
Method parameters in es.bsc.dataclay.communication.grpc.generated.logicmodule with type arguments of type LogicmoduleMessages.ExecuteMethodOnTargetResponse Modifier and Type Method Description void
LogicModuleGrpc.LogicModuleImplBase. executeMethodOnTarget(LogicmoduleMessages.ExecuteMethodOnTargetRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.ExecuteMethodOnTargetResponse> responseObserver)
void
LogicModuleGrpc.LogicModuleStub. executeMethodOnTarget(LogicmoduleMessages.ExecuteMethodOnTargetRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.ExecuteMethodOnTargetResponse> responseObserver)
-
Uses of LogicmoduleMessages.ExecuteMethodOnTargetResponse in es.bsc.dataclay.communication.grpc.messages.logicmodule
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return LogicmoduleMessages.ExecuteMethodOnTargetResponse Modifier and Type Method Description LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse.Builder. build()
LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse.Builder. buildPartial()
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. getDefaultInstance()
LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse.Builder. getDefaultInstanceForType()
LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. getDefaultInstanceForType()
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parseDelimitedFrom(InputStream input)
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parseFrom(byte[] data)
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parseFrom(com.google.protobuf.ByteString data)
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parseFrom(InputStream input)
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parseFrom(ByteBuffer data)
static LogicmoduleMessages.ExecuteMethodOnTargetResponse
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return types with arguments of type LogicmoduleMessages.ExecuteMethodOnTargetResponse Modifier and Type Method Description com.google.protobuf.Parser<LogicmoduleMessages.ExecuteMethodOnTargetResponse>
LogicmoduleMessages.ExecuteMethodOnTargetResponse. getParserForType()
static com.google.protobuf.Parser<LogicmoduleMessages.ExecuteMethodOnTargetResponse>
LogicmoduleMessages.ExecuteMethodOnTargetResponse. parser()
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule with parameters of type LogicmoduleMessages.ExecuteMethodOnTargetResponse Modifier and Type Method Description LogicmoduleMessages.ExecuteMethodOnTargetResponse.Builder
LogicmoduleMessages.ExecuteMethodOnTargetResponse.Builder. mergeFrom(LogicmoduleMessages.ExecuteMethodOnTargetResponse other)
static LogicmoduleMessages.ExecuteMethodOnTargetResponse.Builder
LogicmoduleMessages.ExecuteMethodOnTargetResponse. newBuilder(LogicmoduleMessages.ExecuteMethodOnTargetResponse prototype)
-
Uses of LogicmoduleMessages.ExecuteMethodOnTargetResponse in es.bsc.dataclay.communication.grpc.services.logicmodule
Method parameters in es.bsc.dataclay.communication.grpc.services.logicmodule with type arguments of type LogicmoduleMessages.ExecuteMethodOnTargetResponse Modifier and Type Method Description void
LogicModuleService. executeMethodOnTarget(LogicmoduleMessages.ExecuteMethodOnTargetRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.ExecuteMethodOnTargetResponse> responseObserver)
-