Class VertxAiGeminiRestApi.TokenFilter

java.lang.Object
io.quarkiverse.langchain4j.vertexai.runtime.gemini.VertxAiGeminiRestApi.TokenFilter
All Implemented Interfaces:
jakarta.ws.rs.client.ClientRequestFilter, org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestFilter
Enclosing interface:
VertxAiGeminiRestApi

public static class VertxAiGeminiRestApi.TokenFilter extends Object implements org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestFilter
  • Constructor Summary

    Constructors
    Constructor
    Description
    TokenFilter(org.eclipse.microprofile.context.ManagedExecutor executorService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    filter(org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestFilter

    filter
  • Constructor Details

    • TokenFilter

      public TokenFilter(org.eclipse.microprofile.context.ManagedExecutor executorService)
  • Method Details

    • filter

      public void filter(org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestContext context)
      Specified by:
      filter in interface org.jboss.resteasy.reactive.client.spi.ResteasyReactiveClientRequestFilter