Builder

public class Builder

The builder for a QueryService.

Constructors

Link copied to clipboard
public void QueryService.Builder()

Functions

Link copied to clipboard
Adds the passed bounded context to be served by the query service.
Link copied to clipboard
Builds the QueryService.
Link copied to clipboard
public boolean contains(BoundedContext context)
Tells if the builder already contains the passed bounded context.
Link copied to clipboard
Excludes the passed bounded context from being served by the query service.