Module: XClarityClient::Services::EndpointManagerMixin

Included in:
XClarityService
Defined in:
lib/xclarity_client/services/mixins/endpoint_manager_mixin.rb

Overview

An Endpoint Manager must regist what endpoint it is managing to do that, just need to call #manages_endpoint method and pass as param the class that represents the endpoint (must be a subclass of XClarityEndpoint).

See Also:

  • Endpoints::XClarityEndpoint