@Address(value="/subsystem=neo4jdriver") @Implicit public class Neo4jdriver<T extends Neo4jdriver<T>> extends Object implements org.wildfly.swarm.config.runtime.Keyed
| Modifier and Type | Class and Description |
|---|---|
static class |
Neo4jdriver.Neo4jdriverResources
Child mutators for Neo4jdriver
|
| Constructor and Description |
|---|
Neo4jdriver() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
T |
neo4j(Neo4j value)
Add the Neo4j object to the list of subresources
|
T |
neo4j(Neo4jSupplier supplier)
Install a supplied Neo4j object to the list of subresources
|
T |
neo4j(String childKey)
Create and configure a Neo4j object to the list of subresources
|
T |
neo4j(String childKey,
Neo4jConsumer consumer)
Create and configure a Neo4j object to the list of subresources
|
T |
neo4js(List<Neo4j> value)
Add all Neo4j objects to this subresource
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Neo4jdriver.Neo4jdriverResources |
subresources() |
public String getKey()
getKey in interface org.wildfly.swarm.config.runtime.Keyedpublic void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Neo4jdriver.Neo4jdriverResources subresources()
public T neo4js(List<Neo4j> value)
value - List of Neo4j objects.public T neo4j(Neo4j value)
value - The Neo4j to addpublic T neo4j(String childKey, Neo4jConsumer consumer)
key - The key for the Neo4j resourceconfig - The Neo4jConsumer to usepublic T neo4j(String childKey)
key - The key for the Neo4j resourcepublic T neo4j(Neo4jSupplier supplier)
Copyright © 2020 JBoss by Red Hat. All rights reserved.