public interface KieServerController
Modifier and Type | Method and Description |
---|---|
KieServerSetup |
connect(org.kie.server.api.model.KieServerInfo serverInfo)
Entry point for for KieServer to connect(and register if done for the first time).
|
void |
disconnect(org.kie.server.api.model.KieServerInfo serverInfo)
Notifies controller that server is going down.
|
KieServerSetup connect(org.kie.server.api.model.KieServerInfo serverInfo)
serverInfo
- representation of minimal set of information about KieServervoid disconnect(org.kie.server.api.model.KieServerInfo serverInfo)
serverInfo
- representation of minimal set of information about KieServerCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.