remove

public BoundedContextBuilder remove<I, E extends Entity<I, ? extends Object>>(Class<E> entityClass)

Removes the repository from the registration list by the passed entity class.


public BoundedContextBuilder remove(Repository<? extends Object, ? extends Object> repository)

Removes the passed repository from the registration list.