public abstract class AbstractOnDemandService extends AbstractDynamicService
Service.EndpointFactory
Modifier | Constructor and Description |
---|---|
protected |
AbstractOnDemandService(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx,
Service.EndpointFactory endpointFactory) |
Modifier and Type | Method and Description |
---|---|
rx.Observable<LifecycleState> |
disconnect()
|
protected void |
dispatch(CouchbaseRequest request) |
connect, createEndpoint, diagnostics, endpoints, endpointStates, logIdent, mapping, send, whenState
hasSubscribers, isState, state, states, transitionState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasSubscribers, isState, state, states
protected AbstractOnDemandService(String hostname, String bucket, String username, String password, int port, CoreContext ctx, Service.EndpointFactory endpointFactory)
protected void dispatch(CouchbaseRequest request)
dispatch
in class AbstractDynamicService
public rx.Observable<LifecycleState> disconnect()
Service
disconnect
in interface Service
disconnect
in class AbstractDynamicService
Service
after the disconnect process for all enabled Endpoint
s.Copyright © 2018 Couchbase, Inc.. All rights reserved.