AddGroup creates a new group, prefixed by this group's prefix.
(string, ...GroupOpt)
| 60 | Group interface { |
| 61 | // AddGroup creates a new group, prefixed by this group's prefix. |
| 62 | AddGroup(string, ...GroupOpt) Group |
| 63 | |
| 64 | // AddEndpoint registers new endpoints on a service. |
| 65 | // The endpoint's subject will be prefixed with the group prefix. |
no outgoing calls