Class AppClientContainerBuilder

  • All Implemented Interfaces:
    AppClientContainer.Builder

    public class AppClientContainerBuilder
    extends Object
    implements AppClientContainer.Builder
    Implements a builder for accumulating configuration information for the app client container and then starting the ACC.

    The interface for the ACC builder is defined as AppClientContainer.Builder so the relevant JavaDoc is concentrated in that one class.

    The AppClientContainerBuilder class records the information the container itself needs in order to operate.

    Author:
    tjquinn