Uses of Class
io.dapr.v1.DaprProtos.SubscribeConfigurationResponse
-
Packages that use DaprProtos.SubscribeConfigurationResponse Package Description io.dapr.v1 -
-
Uses of DaprProtos.SubscribeConfigurationResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.SubscribeConfigurationResponse Modifier and Type Method Description DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse.Builder. build()
DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse.Builder. buildPartial()
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. getDefaultInstance()
DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse.Builder. getDefaultInstanceForType()
DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. getDefaultInstanceForType()
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. parseDelimitedFrom(InputStream input)
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. parseFrom(byte[] data)
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. parseFrom(InputStream input)
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. parseFrom(ByteBuffer data)
static DaprProtos.SubscribeConfigurationResponse
DaprProtos.SubscribeConfigurationResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.SubscribeConfigurationResponse Modifier and Type Method Description com.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()
Iterator<DaprProtos.SubscribeConfigurationResponse>
DaprGrpc.DaprBlockingStub. subscribeConfiguration(DaprProtos.SubscribeConfigurationRequest request)
SubscribeConfiguration gets configuration from configuration store and subscribe the updates event by grpc streamIterator<DaprProtos.SubscribeConfigurationResponse>
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.SubscribeConfigurationResponse Modifier and Type Method Description DaprProtos.SubscribeConfigurationResponse.Builder
DaprProtos.SubscribeConfigurationResponse.Builder. mergeFrom(DaprProtos.SubscribeConfigurationResponse other)
static DaprProtos.SubscribeConfigurationResponse.Builder
DaprProtos.SubscribeConfigurationResponse. newBuilder(DaprProtos.SubscribeConfigurationResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type DaprProtos.SubscribeConfigurationResponse Modifier and Type Method Description void
DaprGrpc.DaprImplBase. 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 streamvoid
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
-