Uses of Interface
kilim.EventPublisher
Packages that use EventPublisher
-
Uses of EventPublisher in kilim
Classes in kilim that implement EventPublisherModifier and TypeClassDescriptionclassCell<T>A cell is a single-space buffer that supports multiple producers and a single consumer, functionally identical to Mailbox bounded to a size of 1 (and hence optimized for this size)classMailbox<T>This is a typed buffer that supports multiple producers and a single consumer.classMailboxMPSC<T>This is a typed buffer that supports single producers and a single consumer.classMailboxSPSC<T>This is a typed buffer that supports single producers and a single consumer.Methods in kilim with parameters of type EventPublisherModifier and TypeMethodDescriptionvoidCell.BlockingSubscriber.onEvent(EventPublisher ep, Event e) voidEmptySet_MsgAvListener.onEvent(EventPublisher ep, Event e) voidEventSubscriber.onEvent(EventPublisher ep, Event e) voidMailbox.BlockingSubscriber.onEvent(EventPublisher ep, Event e) voidTask.onEvent(EventPublisher ep, Event e) -
Uses of EventPublisher in kilim.timerservice
Methods in kilim.timerservice with parameters of type EventPublisher