Package io.quarkus.netty.runtime
Class MachineIdGenerator
java.lang.Object
io.quarkus.netty.runtime.MachineIdGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
We have our own implementation to generate the io.netty.machineId to prevent potential slowness when generating/inferring the default machine id in io.netty.channel.DefaultChannelId implementation, which iterates over the NetworkInterfaces to determine the "best" machine id
-
Constructor Details
-
MachineIdGenerator
public MachineIdGenerator()
-
-
Method Details
-
get
We have our own implementation to generate the io.netty.machineId to prevent potential slowness when generating/inferring the default machine id in io.netty.channel.DefaultChannelId implementation, which iterates over the NetworkInterfaces to determine the "best" machine id
-