Package io.dapr.v1
Class CommonProtos
java.lang.Object
io.dapr.v1.CommonProtos
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classConfigurationItem represents all the configuration with its name(key).static interfacestatic classEtag represents a state item versionstatic interfacestatic classHTTPExtension includes HTTP verb and querystring when Dapr runtime delivers HTTP content.static interfacestatic classInvokeRequest is the message to invoke a method with the data.static interfacestatic classInvokeResponse is the response message inclduing data and its content type from app callback.static interfacestatic classStateItem represents state key, value, and additional options to save state.static interfacestatic classStateOptions configures concurrency and consistency for state operationsstatic interface -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptorstatic voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-