Class VertxSubsystemRegistrar

java.lang.Object
org.wildfly.extension.vertx.VertxSubsystemRegistrar
All Implemented Interfaces:
org.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.SubsystemRegistration>, org.wildfly.subsystem.resource.SubsystemResourceDefinitionRegistrar

public class VertxSubsystemRegistrar extends Object implements org.wildfly.subsystem.resource.SubsystemResourceDefinitionRegistrar
Author:
Lin Gao
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.as.controller.registry.ManagementResourceRegistration
    register(org.jboss.as.controller.SubsystemRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext managementResourceRegistrationContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VertxSubsystemRegistrar

      public VertxSubsystemRegistrar()
  • Method Details

    • register

      public org.jboss.as.controller.registry.ManagementResourceRegistration register(org.jboss.as.controller.SubsystemRegistration parent, org.wildfly.subsystem.resource.ManagementResourceRegistrationContext managementResourceRegistrationContext)
      Specified by:
      register in interface org.wildfly.subsystem.resource.ResourceDefinitionRegistrar<org.jboss.as.controller.SubsystemRegistration>