Interface ContainerOutputProvider

interface ContainerOutputProvider {
    onRemoteOutput(output): void;
}

Methods