See: Description
| Interface | Description |
|---|---|
| Channel<M> |
Identifies channels of notifications and associates specific sorts of events with resulting message types.
|
| ProtoService.Channel<S,M> |
Identifies service specific channels in the context
of a
ProtoService implementation. |
| Registry |
Abstracts instances where participants can register
Consumers as listeners to receive messages
that are triggered based on specific events. |
| Class | Description |
|---|---|
| Audience |
Implementation of a registry with the additional option to send messages to the registered listeners.
|
| ProtoService<S extends ProtoService<S>> |
Preliminary stage of a service implementation that sends messages to an audience when certain events occur.
|
Copyright © 2023 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.