public static final class UnroutedFW.Builder extends Flyweight.Builder<UnroutedFW>
Flyweight.Builder.Visitor| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
UnroutedFW |
build() |
|
UnroutedFW.Builder |
correlationId(long value) |
|
UnroutedFW.Builder |
rewrap() |
|
UnroutedFW.Builder |
wrap(org.agrona.MutableDirectBuffer buffer,
int offset,
int maxLimit) |
public UnroutedFW.Builder correlationId(long value)
public UnroutedFW.Builder wrap(org.agrona.MutableDirectBuffer buffer, int offset, int maxLimit)
wrap in class Flyweight.Builder<UnroutedFW>public UnroutedFW.Builder rewrap()
rewrap in class Flyweight.Builder<UnroutedFW>public UnroutedFW build()
build in class Flyweight.Builder<UnroutedFW>Copyright © 2019. All rights reserved.