Class QuarkusTransportFactory

java.lang.Object
org.infinispan.client.hotrod.impl.transport.netty.DefaultTransportFactory
io.quarkus.infinispan.client.runtime.QuarkusTransportFactory
All Implemented Interfaces:
org.infinispan.client.hotrod.TransportFactory

public class QuarkusTransportFactory extends org.infinispan.client.hotrod.impl.transport.netty.DefaultTransportFactory
  • Field Summary

    Fields inherited from interface org.infinispan.client.hotrod.TransportFactory

    DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.netty.channel.EventLoopGroup
    createEventLoopGroup(int maxExecutors, ExecutorService executorService)
     

    Methods inherited from class org.infinispan.client.hotrod.impl.transport.netty.DefaultTransportFactory

    datagramChannelClass, socketChannelClass

    Methods inherited from class java.lang.Object

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

    • QuarkusTransportFactory

      public QuarkusTransportFactory()
  • Method Details

    • createEventLoopGroup

      public io.netty.channel.EventLoopGroup createEventLoopGroup(int maxExecutors, ExecutorService executorService)
      Specified by:
      createEventLoopGroup in interface org.infinispan.client.hotrod.TransportFactory
      Overrides:
      createEventLoopGroup in class org.infinispan.client.hotrod.impl.transport.netty.DefaultTransportFactory