Uses of Class
io.dapr.v1.DaprProtos.SubscribeConfigurationResponse
Packages that use DaprProtos.SubscribeConfigurationResponse
-
Uses of DaprProtos.SubscribeConfigurationResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.SubscribeConfigurationResponseModifier 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)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.SubscribeConfigurationResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.SubscribeConfigurationResponse>
DaprProtos.SubscribeConfigurationResponse.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.SubscribeConfigurationRequest,DaprProtos.SubscribeConfigurationResponse>
DaprGrpc.getSubscribeConfigurationAlpha1Method()
static com.google.protobuf.Parser<DaprProtos.SubscribeConfigurationResponse>
DaprProtos.SubscribeConfigurationResponse.parser()
DaprGrpc.DaprBlockingStub.subscribeConfigurationAlpha1(DaprProtos.SubscribeConfigurationRequest request)
SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc streamMethods in io.dapr.v1 with parameters of type DaprProtos.SubscribeConfigurationResponseModifier and TypeMethodDescriptionDaprProtos.SubscribeConfigurationResponse.Builder.mergeFrom(DaprProtos.SubscribeConfigurationResponse other)
DaprProtos.SubscribeConfigurationResponse.newBuilder(DaprProtos.SubscribeConfigurationResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type DaprProtos.SubscribeConfigurationResponseModifier and TypeMethodDescriptionvoid
DaprGrpc.DaprImplBase.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