Ticket #120 (closed task: fixed)
ListenerId is used for either an id, or a host+port
| Reported by: | evert | Owned by: | evert |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.2 |
| Component: | RowLog | Version: | |
| Keywords: | Cc: | lily-developers@… |
Description
The RowLogConfigurationManager#addListener? call accepts a string as listenerId. This listenerId is either a unique(within the subscription) name in case of a local listener, or a hostname + portnumber in case of a remote listener.
This should be made more explicit, at least in the documentation.
Change History
Note: See
TracTickets for help on using
tickets.
Explained the use of the listenerId for the host and port in case of the RemoteListenerHandler?.
r4449