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
FieldsModifier and TypeFieldDescriptionstatic final intDefault center service port.static final StringPublication name for the center service channel.static final intStream id used by the center service publication.static final StringIn-process Aeron IPC channel.static final intDefault port used by common Aeron components.static final StringUDP channel pattern used when an endpoint host/port is required.
-
Field Details
-
udpChannel
UDP channel pattern used when an endpoint host/port is required.- See Also:
-
ipcChannel
-
centerPublicationName
Publication name for the center service channel.- See Also:
-
centerPort
static final int centerPortDefault center service port.- See Also:
-
centerStreamId
static final int centerStreamIdStream id used by the center service publication.- See Also:
-
port
static final int portDefault port used by common Aeron components.- See Also:
-