abstract class Movie::Cluster::ReceptionistSubscriptionBase

Direct Known Subclasses

Defined in:

movie/cluster/receptionist/subscription.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key_name : String, message_type_name : String, subscriber_id : Int32) #

[View source]

Instance Method Detail

def key_name : String #

[View source]
def message_type_name : String #

[View source]
abstract def publish(registrations : Array(ServiceRegistration)) : Bool #

[View source]
def subscriber_id : Int32 #

[View source]