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.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest.Builder. build()
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest.Builder. buildPartial()
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. getDefaultInstance()
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest.Builder. getDefaultInstanceForType()
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. getDefaultInstanceForType()
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseDelimitedFrom(InputStream input)
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(byte[] data)
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(com.google.protobuf.ByteString data)
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(InputStream input)
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest. parseFrom(ByteBuffer data)
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest
LogicmoduleMessages.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.Builder
LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest.Builder. mergeFrom(LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest other)
static LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest.Builder
LogicmoduleMessages.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 void
LogicModuleService. notifyRegistrationOfExternalDataClay(LogicmoduleMessages.NotifyRegistrationOfExternalDataClayRequest request, io.grpc.stub.StreamObserver<LogicmoduleMessages.NotifyRegistrationOfExternalDataClayResponse> responseObserver)
-