Interface SyncServiceClientFactory

    • Method Detail

      • create

        <S> S create​(ServiceContext<S> context)
        Type Parameters:
        S - the generic type of the serviceInterface. For flexibility and being not invasive this generic is not bound to Service (S extends Service).
        Parameters:
        context - the ServiceContext.
        Returns:
        a new instance of the given serviceInterface that is a client stub. May be null if this implementation does not handle services for the given ServiceContext.
        See Also:
        ServiceClientFactory.create(Class)