Interface LifecycleObserver


public interface LifecycleObserver
Read-only hook methods for observing system and request lifecycle events.

Note: some of these methods are "fail-fast" - exceptions thrown will bubble out and stop execution - and for others, Soklet will catch exceptions and surface separately via didReceiveLogEvent(LogEvent).

A standard threadsafe implementation can be acquired via the defaultInstance() factory method.

Full documentation is available at https://www.soklet.com/docs/request-lifecycle.

Author:
Mark Allen