Interface AeronConst


public interface AeronConst
Shared Aeron channel names, stream ids, and default ports used by net-common.
Since:
25.1
Author:
渔民小镇
date:
2025-08-28
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Default center service port.
    static final String
    Publication name for the center service channel.
    static final int
    Stream id used by the center service publication.
    static final String
    In-process Aeron IPC channel.
    static final int
    Default port used by common Aeron components.
    static final String
    UDP channel pattern used when an endpoint host/port is required.
  • Field Details

    • udpChannel

      static final String udpChannel
      UDP channel pattern used when an endpoint host/port is required.
      See Also:
    • ipcChannel

      static final String ipcChannel
      In-process Aeron IPC channel.
      See Also:
    • centerPublicationName

      static final String centerPublicationName
      Publication name for the center service channel.
      See Also:
    • centerPort

      static final int centerPort
      Default center service port.
      See Also:
    • centerStreamId

      static final int centerStreamId
      Stream id used by the center service publication.
      See Also:
    • port

      static final int port
      Default port used by common Aeron components.
      See Also: