Class EndpointConfigFactory


  • public final class EndpointConfigFactory
    extends Object
    Runtime configuration factory for remoting endpoints.
    Author:
    Emanuel Muckenhuber
    • Method Detail

      • populate

        public static org.xnio.OptionMap populate​(org.jboss.as.controller.ExpressionResolver resolver,
                                                  org.jboss.dmr.ModelNode model)
                                           throws org.jboss.as.controller.OperationFailedException
        Throws:
        org.jboss.as.controller.OperationFailedException
      • create

        @Deprecated
        public static org.xnio.OptionMap create​(org.jboss.as.controller.ExpressionResolver resolver,
                                                org.jboss.dmr.ModelNode model,
                                                org.xnio.OptionMap defaults)
                                         throws org.jboss.as.controller.OperationFailedException
        Deprecated.
        configuring xnio worker options is no longer supported and should be replaced for referencing IO subsystem
        creates option map for remoting connections
        Parameters:
        resolver -
        model -
        defaults -
        Returns:
        Throws:
        org.jboss.as.controller.OperationFailedException