public class RouteRegistryEntryProvider extends Object implements RegistryEntryProvider<String,Void>
Registry entry containing the route identifier.| Constructor and Description |
|---|
RouteRegistryEntryProvider(org.jboss.msc.value.Value<String> route) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Supplies the unique key for this node's registry entry.
|
Void |
getValue()
Supplies the value for this node's registry entry.
|
public RouteRegistryEntryProvider(org.jboss.msc.value.Value<String> route)
public String getKey()
RegistryEntryProvidergetKey in interface RegistryEntryProvider<String,Void>public Void getValue()
RegistryEntryProvidergetValue in interface RegistryEntryProvider<String,Void>Copyright © 2014 JBoss by Red Hat. All rights reserved.