Duck type of something that provides the expected signalling functionality at the container level.
remarks
Simplifies the mocks needed to unit test the LiveObjectSynchronizer. Applications can
just pass this.context.containerRuntime to any class that takes an IContainerRuntimeSignaler.
Duck type of something that provides the expected signalling functionality at the container level.
Simplifies the mocks needed to unit test the
LiveObjectSynchronizer
. Applications can just passthis.context.containerRuntime
to any class that takes anIContainerRuntimeSignaler
.