class Falcon::Service::Supervisor

def initialize(...)

@parameter environment [Build::Environment]
Initialize the supervisor using the given environment.
def initialize(...)
	super
	
	@bound_endpoint = nil
end