public interface TopologyArchive
Modifier and Type | Field and Description |
---|---|
static String |
REGISTRATION_CONF |
static String |
SERVICE_TAG_SEPARATOR |
static String |
TAG_SEPARATOR |
Modifier and Type | Method and Description |
---|---|
TopologyArchive |
advertise() |
TopologyArchive |
advertise(String serviceName) |
TopologyArchive |
advertise(String serviceName,
Collection<String> tags) |
List<String> |
advertisements() |
boolean |
hasAdvertised() |
static final String REGISTRATION_CONF
static final String SERVICE_TAG_SEPARATOR
static final String TAG_SEPARATOR
TopologyArchive advertise()
TopologyArchive advertise(String serviceName)
TopologyArchive advertise(String serviceName, Collection<String> tags)
boolean hasAdvertised()
Copyright © 2019 JBoss by Red Hat. All rights reserved.