SubscribingClass

public interface SubscribingClass

An interface common for model classes that subscribe to events.

Inheritors

Functions

Link copied to clipboard
Obtains a method that handles the passed class of events.
Link copied to clipboard
public abstract ImmutableSet<SubscriberMethod> subscribersOf(EventClass eventClass, MessageClass<?> originClass)
Obtains all subscriber methods that handle the passed event class.