
public class OPushEventType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<String,Set<WeakReference<ONetworkProtocolBinary>>> |
listeners |
| Constructor and Description |
|---|
OPushEventType() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanListeners() |
OBinaryPushRequest<?> |
getRequest(String database) |
void |
send(String database,
OBinaryPushRequest<?> request,
OPushManager pushManager) |
void |
subscribe(String database,
ONetworkProtocolBinary protocol) |
protected final ConcurrentMap<String,Set<WeakReference<ONetworkProtocolBinary>>> listeners
public void send(String database, OBinaryPushRequest<?> request, OPushManager pushManager)
public OBinaryPushRequest<?> getRequest(String database)
public void subscribe(String database, ONetworkProtocolBinary protocol)
public void cleanListeners()
Copyright © 2009–2025 OrientDB. All rights reserved.