Interface ExecutorFactoryServiceDescriptor

All Superinterfaces:
org.jboss.as.controller.Feature, org.jboss.as.controller.ResourceRegistration, org.wildfly.service.descriptor.ServiceDescriptor<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>, org.wildfly.service.descriptor.UnaryServiceDescriptor<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>
All Known Implementing Classes:
ClientThreadPoolResourceDefinition

public interface ExecutorFactoryServiceDescriptor extends org.wildfly.service.descriptor.UnaryServiceDescriptor<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>, org.jboss.as.controller.ResourceRegistration
Author:
Paul Ferraro
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jboss.as.controller.ResourceRegistration

    org.jboss.as.controller.ResourceRegistration.DefaultResourceRegistration

    Nested classes/interfaces inherited from interface org.wildfly.service.descriptor.UnaryServiceDescriptor

    org.wildfly.service.descriptor.UnaryServiceDescriptor.Provider<T extends Object>
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
    default Class<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>
     

    Methods inherited from interface org.jboss.as.controller.Feature

    getStability

    Methods inherited from interface org.jboss.as.controller.ResourceRegistration

    getPathElement

    Methods inherited from interface org.wildfly.service.descriptor.UnaryServiceDescriptor

    asType, resolve
  • Method Details

    • getName

      default String getName()
      Specified by:
      getName in interface org.wildfly.service.descriptor.ServiceDescriptor<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>
    • getType

      default Class<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration> getType()
      Specified by:
      getType in interface org.wildfly.service.descriptor.ServiceDescriptor<org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration>