class
NATS::Service::Group
- NATS::Service::Group
- Reference
- Object
Overview
The Group
represents a cohesive group of endpoints. Groups are useful
for applying a common prefix to subjects or setting a common queue group.
Defined in:
services.crInstance Method Summary
- #add_endpoint(name : String, *, subject : String = name, queue_group : String = "q", &block : Message -> ) : Endpoint
- #add_group(name : String, &)
- #add_group(name : String)
- #name : String
- #service : Service