Package akka.cluster.pubsub.protobuf.msg
Class DistributedPubSubMessages
- java.lang.Object
-
- akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages
-
public final class DistributedPubSubMessages extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDistributedPubSubMessages.AddressDefines a remote address.static interfaceDistributedPubSubMessages.AddressOrBuilderstatic classDistributedPubSubMessages.DeltaProtobuf typeDeltastatic interfaceDistributedPubSubMessages.DeltaOrBuilderstatic classDistributedPubSubMessages.PayloadProtobuf typePayloadstatic interfaceDistributedPubSubMessages.PayloadOrBuilderstatic classDistributedPubSubMessages.PublishPublish normally local, but it is also used by the ClusterClient.static interfaceDistributedPubSubMessages.PublishOrBuilderstatic classDistributedPubSubMessages.SendSend normally local, but it is also used by the ClusterClient.static interfaceDistributedPubSubMessages.SendOrBuilderstatic classDistributedPubSubMessages.SendToAllSendToAll normally local, but it is also used by the ClusterClient.static interfaceDistributedPubSubMessages.SendToAllOrBuilderstatic classDistributedPubSubMessages.SendToOneSubscriberSend a message to only one subscriber of a group.static interfaceDistributedPubSubMessages.SendToOneSubscriberOrBuilderstatic classDistributedPubSubMessages.StatusProtobuf typeStatusstatic interfaceDistributedPubSubMessages.StatusOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static akka.protobufv3.internal.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(akka.protobufv3.internal.ExtensionRegistry registry)static voidregisterAllExtensions(akka.protobufv3.internal.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(akka.protobufv3.internal.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(akka.protobufv3.internal.ExtensionRegistry registry)
-
getDescriptor
public static akka.protobufv3.internal.Descriptors.FileDescriptor getDescriptor()
-
-