Interface IConsumerContainerSelector

    • Method Detail

      • selectConsumerContainer

        IRemoteServiceContainer selectConsumerContainer​(EndpointDescription endpointDescription)
                                                 throws SelectContainerException
        Select (or create and initialize) a consumer remote service container.
        Parameters:
        endpointDescription - the endpoint description that has been discovered.
        Returns:
        IRemoteServiceContainer to be used for importing the remote service. May be null if not container is available for use as a consumer for the given endpointDescription.
        Throws:
        SelectContainerException - thrown if the host container selection or creation/configuration fails.