Interface ThrowableCollector.Factory

Enclosing class:
ThrowableCollector

public static interface ThrowableCollector.Factory
Factory for ThrowableCollector instances.
  • Method Summary

    Modifier and Type Method Description
    ThrowableCollector create()
    Create a new instance of a ThrowableCollector.
  • Method Details