public final class ByteBufferProviderBuilder extends Object
ByteBufferProvider| Modifier and Type | Field and Description |
|---|---|
static String |
BYTE_BUFFER_PROVIDER_NAME_CANNOT_BE_NULL_MESSAGE |
static String |
PROFILING_SERVICE_CANNOT_BE_NULL_MESSAGE |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.memory.provider.ByteBufferProvider<ByteBuffer> |
build() |
static ByteBufferProviderBuilder |
buildByteBufferProviderFrom(org.mule.runtime.api.memory.provider.type.ByteBufferType byteBufferType) |
ByteBufferProviderBuilder |
withName(String name) |
ByteBufferProviderBuilder |
withPoolConfiguration(org.mule.runtime.api.memory.provider.ByteBufferPoolConfiguration poolConfiguration) |
ByteBufferProviderBuilder |
withProfilingService(org.mule.runtime.api.profiling.ProfilingService profilingService) |
public static final String BYTE_BUFFER_PROVIDER_NAME_CANNOT_BE_NULL_MESSAGE
public static final String PROFILING_SERVICE_CANNOT_BE_NULL_MESSAGE
public static ByteBufferProviderBuilder buildByteBufferProviderFrom(org.mule.runtime.api.memory.provider.type.ByteBufferType byteBufferType)
public org.mule.runtime.api.memory.provider.ByteBufferProvider<ByteBuffer> build()
public ByteBufferProviderBuilder withPoolConfiguration(org.mule.runtime.api.memory.provider.ByteBufferPoolConfiguration poolConfiguration)
public ByteBufferProviderBuilder withProfilingService(org.mule.runtime.api.profiling.ProfilingService profilingService)
public ByteBufferProviderBuilder withName(String name)
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.