public static interface Topic.Segment
| Modifier and Type | Method and Description |
|---|---|
static Topic.Segment |
account() |
static Topic.Segment |
clientId() |
static Topic.Segment |
control() |
static List<Topic.Segment> |
plain(String... segment) |
static Topic.Segment |
plain(String segment) |
static Topic.Segment |
raw(String raw) |
default String |
render() |
String |
render(com.google.common.base.Function<String,String> replaceMapper) |
static Topic.Segment |
replace(String key) |
static Topic.Segment |
wildcard() |
default String render()
static Topic.Segment control()
static Topic.Segment wildcard()
static Topic.Segment plain(String segment)
static List<Topic.Segment> plain(String... segment)
static Topic.Segment raw(String raw)
static Topic.Segment replace(String key)
static Topic.Segment account()
static Topic.Segment clientId()
Copyright © 2017. All rights reserved.