ContextAware

public interface ContextAware

A structural part of a Bounded Context which is aware of the other parts.

Inheritors

Functions

Link copied to clipboard
public void checkNotRegistered()
Verifies that this instance is NOT registered yet.
Link copied to clipboard
public void checkRegistered()
Verifies that this instance is already registered.
Link copied to clipboard
public abstract boolean isRegistered()
Determines if this instance is already registered with a Bounded Context.
Link copied to clipboard
public abstract void registerWith(BoundedContext context)
Registers this instance as a part of the given Bounded Context.