Interface TxnRefFactoryBuilder

All Known Subinterfaces:
GammaTxnRefFactoryBuilder
All Known Implementing Classes:
GammaStm.GammaTxnRefFactoryBuilderImpl

public interface TxnRefFactoryBuilder
A Builder for creating a TxnRefFactory. Atm it doesn't provide functionality, but in the future it will contains similar configuration mechanism as the TxnFactoryBuilder.

A TxnRefFactoryBuilder is considered immutable.

  • Method Summary

    Modifier and Type
    Method
    Description
    Builds a TxnRefFactory.
  • Method Details

    • build

      TxnRefFactory build()
      Builds a TxnRefFactory.
      Returns:
      the build reference factory.