| Modifier and Type | Method and Description |
|---|---|
static <F> Protocol.Builder<F> |
builder(String name)
Return a new, empty single-use
Protocol.Builder with
the given name. |
public static <F> Protocol.Builder<F> builder(String name)
Protocol.Builder with
the given name.F - the type of the returned Buildername - not null.Protocol.Builder, never null.Copyright © 2019. All rights reserved.