Class WrapServerIfApplicableFunction

  • All Implemented Interfaces:
    Function<ServerCreate,​ModelEntity>

    public class WrapServerIfApplicableFunction
    extends Object
    implements Function<ServerCreate,​ModelEntity>
    Wraps a ServerCreate entity to another type if applicable. For example if a server container scheduler hints this function is responsible for wrapping it in a higher level class to support booting.
    Author:
    Jeremy Unruh