class IO::Endpoint::Endpoint
def self.composite(*endpoints, **options)
def self.composite(*endpoints, **options) CompositeEndpoint.new(endpoints, **options) end
def self.composite(*endpoints, **options) CompositeEndpoint.new(endpoints, **options) end