Interface Creator<T>

All Known Implementing Classes:
AdvertiseConfigurationBuilder, BalancerConfigurationBuilder, MCMPHandlerConfigurationBuilder, NodeConfigurationBuilder

public interface Creator<T>
Creator for common configuration objects.
Since:
1.3.6.Final
Author:
Radoslav Husar
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the configuration object.
  • Method Details

    • create

      T create()
      Creates the configuration object.