Get desktop application:
View/edit binary Protocol Buffers messages
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
Used as request type in: io.axoniq.axonserver.grpc.admin.ApplicationAdminService.GetApplications, io.axoniq.axonserver.grpc.admin.ContextAdminService.GetContexts, io.axoniq.axonserver.grpc.admin.ContextAdminService.SubscribeContextUpdates, io.axoniq.axonserver.grpc.admin.EventProcessorAdminService.GetAllEventProcessors, io.axoniq.axonserver.grpc.admin.EventProcessorAdminService.GetBalancingStrategies, io.axoniq.axonserver.grpc.admin.ReplicationGroupAdminService.GetNodes, io.axoniq.axonserver.grpc.admin.ReplicationGroupAdminService.GetReplicationGroups, io.axoniq.axonserver.grpc.admin.UserAdminService.GetUsers, io.axoniq.axonserver.grpc.event.EventTransformationService.Transformations
Used as response type in: io.axoniq.axonserver.grpc.admin.ApplicationAdminService.DeleteApplication, io.axoniq.axonserver.grpc.admin.ContextAdminService.CreateContext, io.axoniq.axonserver.grpc.admin.ContextAdminService.DeleteContext, io.axoniq.axonserver.grpc.admin.ContextAdminService.UpdateContextProperties, io.axoniq.axonserver.grpc.admin.EventProcessorAdminService.LoadBalanceProcessor, io.axoniq.axonserver.grpc.admin.EventProcessorAdminService.SetAutoLoadBalanceStrategy, io.axoniq.axonserver.grpc.admin.ReplicationGroupAdminService.AddNodeToReplicationGroup, io.axoniq.axonserver.grpc.admin.ReplicationGroupAdminService.CreateReplicationGroup, io.axoniq.axonserver.grpc.admin.ReplicationGroupAdminService.DeleteReplicationGroup, io.axoniq.axonserver.grpc.admin.ReplicationGroupAdminService.RemoveNodeFromReplicationGroup, io.axoniq.axonserver.grpc.admin.UserAdminService.CreateOrUpdateUser, io.axoniq.axonserver.grpc.admin.UserAdminService.DeleteUser, io.axoniq.axonserver.grpc.event.EventTransformationService.ApplyTransformation, io.axoniq.axonserver.grpc.event.EventTransformationService.CancelTransformation, io.axoniq.axonserver.grpc.event.EventTransformationService.Compact, io.axoniq.axonserver.grpc.streams.PersistentStreamService.DeleteStream, io.axoniq.axonserver.grpc.streams.PersistentStreamService.ResetStream, io.axoniq.axonserver.grpc.streams.PersistentStreamService.UpdateStream
Used as field type in:
(message has no fields)