AddEndpoint registers new endpoints on a service. The endpoint's subject will be prefixed with the group prefix.
(string, Handler, ...EndpointOpt)
| 64 | // AddEndpoint registers new endpoints on a service. |
| 65 | // The endpoint's subject will be prefixed with the group prefix. |
| 66 | AddEndpoint(string, Handler, ...EndpointOpt) error |
| 67 | } |
| 68 | |
| 69 | EndpointOpt func(*endpointOpts) error |
no outgoing calls