Uses of Class
io.dapr.v1.DaprProtos.SubscribeConfigurationResponse
-
Uses of DaprProtos.SubscribeConfigurationResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.SubscribeConfigurationResponse.Builder.build()
DaprProtos.SubscribeConfigurationResponse.Builder.buildPartial()
DaprProtos.SubscribeConfigurationResponse.getDefaultInstance()
DaprProtos.SubscribeConfigurationResponse.Builder.getDefaultInstanceForType()
DaprProtos.SubscribeConfigurationResponse.getDefaultInstanceForType()
DaprProtos.SubscribeConfigurationResponse.parseDelimitedFrom
(InputStream input) DaprProtos.SubscribeConfigurationResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubscribeConfigurationResponse.parseFrom
(byte[] data) DaprProtos.SubscribeConfigurationResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubscribeConfigurationResponse.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.SubscribeConfigurationResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubscribeConfigurationResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.SubscribeConfigurationResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubscribeConfigurationResponse.parseFrom
(InputStream input) DaprProtos.SubscribeConfigurationResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubscribeConfigurationResponse.parseFrom
(ByteBuffer data) DaprProtos.SubscribeConfigurationResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.SubscribeConfigurationResponse>
DaprProtos.SubscribeConfigurationResponse.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.SubscribeConfigurationRequest,
DaprProtos.SubscribeConfigurationResponse> DaprGrpc.getSubscribeConfigurationAlpha1Method()
static io.grpc.MethodDescriptor<DaprProtos.SubscribeConfigurationRequest,
DaprProtos.SubscribeConfigurationResponse> DaprGrpc.getSubscribeConfigurationMethod()
static com.google.protobuf.Parser<DaprProtos.SubscribeConfigurationResponse>
DaprProtos.SubscribeConfigurationResponse.parser()
DaprGrpc.DaprBlockingStub.subscribeConfiguration
(DaprProtos.SubscribeConfigurationRequest request) SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc streamDaprGrpc.DaprBlockingStub.subscribeConfigurationAlpha1
(DaprProtos.SubscribeConfigurationRequest request) SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc streamModifier and TypeMethodDescriptionDaprProtos.SubscribeConfigurationResponse.Builder.mergeFrom
(DaprProtos.SubscribeConfigurationResponse other) DaprProtos.SubscribeConfigurationResponse.newBuilder
(DaprProtos.SubscribeConfigurationResponse prototype) Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.subscribeConfiguration
(DaprProtos.SubscribeConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubscribeConfigurationResponse> responseObserver) SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc streamvoid
DaprGrpc.DaprStub.subscribeConfiguration
(DaprProtos.SubscribeConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubscribeConfigurationResponse> responseObserver) SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc streamdefault void
DaprGrpc.AsyncService.subscribeConfigurationAlpha1
(DaprProtos.SubscribeConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubscribeConfigurationResponse> responseObserver) SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc streamvoid
DaprGrpc.DaprStub.subscribeConfigurationAlpha1
(DaprProtos.SubscribeConfigurationRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubscribeConfigurationResponse> responseObserver) SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc stream