Interface PropagationFactorySupplier


public interface PropagationFactorySupplier
Provides logic for supplying of a Propagation.Factory.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    brave.propagation.Propagation.Factory
    get()
    Creates an instance of a Propagation.Factory.
  • Method Details

    • get

      brave.propagation.Propagation.Factory get()
      Creates an instance of a Propagation.Factory.
      Returns:
      an instance of a Propagation.Factory