Uses of Class
es.bsc.dataclay.communication.grpc.messages.logicmodule.LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
-
Packages that use LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest 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.NotifyRegistrationOfExternalDataClayRequest in es.bsc.dataclay.communication.grpc.generated.logicmodule
Methods in es.bsc.dataclay.communication.grpc.generated.logicmodule that return types with arguments of type LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest,LogicmoduleMessages.NotifyRegistrationOfExternalDataClayResponse>LogicModuleGrpc. getNotifyRegistrationOfExternalDataClayMethod() -
Uses of LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest in es.bsc.dataclay.communication.grpc.messages.logicmodule
Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule that return LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest Modifier and Type Method Description LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest.Builder. build()LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest.Builder. buildPartial()static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. getDefaultInstance()LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest.Builder. getDefaultInstanceForType()LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. getDefaultInstanceForType()static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseDelimitedFrom(InputStream input)static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(byte[] data)static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(com.google.protobuf.ByteString data)static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(com.google.protobuf.CodedInputStream input)static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(InputStream input)static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(ByteBuffer data)static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequestLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. 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.NotifyRegistrationOfExternalDataClayRequest Modifier and Type Method Description com.google.protobuf.Parser<LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest>LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. getParserForType()static com.google.protobuf.Parser<LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest>LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parser()Methods in es.bsc.dataclay.communication.grpc.messages.logicmodule with parameters of type LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest Modifier and Type Method Description LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest.BuilderLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest.Builder. mergeFrom(LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest other)static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest.BuilderLogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. newBuilder(LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest prototype) -
Uses of LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest in es.bsc.dataclay.communication.grpc.services.logicmodule
Methods in es.bsc.dataclay.communication.grpc.services.logicmodule with parameters of type LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest Modifier and Type Method Description voidLogicModuleService. notifyRegistrationOfExternalDataClay(LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.NotifyRegistrationOfExternalDataClayResponse> responseObserver)
-