org.multiverse.api.references
Interface TxnRefFactoryBuilder

All Known Subinterfaces:
GammaTxnRefFactoryBuilder

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.

Author:
Peter Veentjer.

Method Summary
 TxnRefFactory build()
          Builds a TxnRefFactory.
 

Method Detail

build

TxnRefFactory build()
Builds a TxnRefFactory.

Returns:
the build reference factory.


Copyright © 2012. All Rights Reserved.