observe

abstract fun observe(onResult: Consumer<LegalProcessor.Input.Result>): Closeable

Notifies the provided onResult callback when this LegalProcessor obtains a Input.Result until the returned Closeable is closed.

Since

1.8.3