Class ReactorNetty4Plugin

java.lang.Object
org.opensearch.plugins.Plugin
org.opensearch.transport.reactor.ReactorNetty4Plugin
All Implemented Interfaces:
Closeable, AutoCloseable, NetworkPlugin

public class ReactorNetty4Plugin extends Plugin implements NetworkPlugin
The experimental network plugin that introduces new transport implementations based on Reactor Netty.
  • Field Details

    • REACTOR_NETTY_HTTP_TRANSPORT_NAME

      public static final String REACTOR_NETTY_HTTP_TRANSPORT_NAME
      The name of new experimental HTTP transport implementations based on Reactor Netty.
      See Also:
  • Constructor Details

    • ReactorNetty4Plugin

      public ReactorNetty4Plugin()
      Default constructor
  • Method Details