JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
de.team33.sphinx.luna.Subscription
Uses of
Subscription
in
de.team33.sphinx.luna
Methods in
de.team33.sphinx.luna
that return
Subscription
Modifier and Type
Method
Description
Subscription
Channel.
subscribe
(
C
component,
Consumer
<
M
> listener)
Subscribes to messages of type
<M>
sent by a given
component
of type
<C>
in case of a specific event and provides a suitable
Consumer
as a
listener
for message processing.