Class NetCommonGlobalConfig

java.lang.Object
com.iohao.net.common.NetCommonGlobalConfig

public final class NetCommonGlobalConfig extends Object
Global configuration entry for net-common components.

Provides the shared Publisher instance used by Aeron publishing flows.

Since:
25.1
Author:
渔民小镇
date:
2025-10-14
  • Method Details

    • getPublisher

      public static Publisher getPublisher()
      Returns the shared publisher instance used by net-common.
      Returns:
      shared publisher
    • setPublisher

      public static void setPublisher(Publisher publisher)