Class ChatModelConnectionCheckerOperationHandler

java.lang.Object
org.wildfly.extension.ai.chat.ChatModelConnectionCheckerOperationHandler
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

public class ChatModelConnectionCheckerOperationHandler extends Object implements org.jboss.as.controller.OperationStepHandler
Author:
Emmanuel Hugonnet (c) 2024 Red Hat, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation)
     
    static void
    register(org.jboss.as.controller.registry.ManagementResourceRegistration registration, org.wildfly.subsystem.resource.ResourceDescriptor descriptor, org.wildfly.service.capture.ValueExecutorRegistry<String,dev.langchain4j.model.chat.ChatLanguageModel> registry)
     

    Methods inherited from class java.lang.Object

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

    • register

      public static void register(org.jboss.as.controller.registry.ManagementResourceRegistration registration, org.wildfly.subsystem.resource.ResourceDescriptor descriptor, org.wildfly.service.capture.ValueExecutorRegistry<String,dev.langchain4j.model.chat.ChatLanguageModel> registry)
    • execute

      public void execute(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation) throws org.jboss.as.controller.OperationFailedException
      Specified by:
      execute in interface org.jboss.as.controller.OperationStepHandler
      Throws:
      org.jboss.as.controller.OperationFailedException