Class DefaultByteBufAllocatorConfiguration

java.lang.Object
io.micronaut.buffer.netty.DefaultByteBufAllocatorConfiguration
All Implemented Interfaces:
ByteBufAllocatorConfiguration

@ConfigurationProperties("netty.default.allocator") @Requires(property="netty.default.allocator") @Context @Internal @Order(-2147483648) public final class DefaultByteBufAllocatorConfiguration extends Object implements ByteBufAllocatorConfiguration
Allows configuring the default netty allocator. Note that Netty initializes the default allocator once from system properties, so once this is loaded it cannot be altered again for the lifecycle of the JVM.
Since:
3.3.0
Author:
graemerocher
See Also:
  • ByteBufAllocator