public class GrpcSourceRegistry extends Object
| Modifier and Type | Method and Description |
|---|---|
GrpcCallResponseSource |
getGrpcCallResponseSource(String key) |
GrpcServiceSource |
getGrpcServiceSource(String key) |
static GrpcSourceRegistry |
getInstance() |
void |
putGrpcCallResponseSource(String key,
GrpcCallResponseSource source) |
void |
putGrpcServiceSource(String key,
GrpcServiceSource source) |
void |
removeGrpcCallResponseSource(String key) |
void |
removeGrpcServiceSource(String key) |
public static GrpcSourceRegistry getInstance()
public void putGrpcCallResponseSource(String key, GrpcCallResponseSource source)
public void putGrpcServiceSource(String key, GrpcServiceSource source)
public GrpcCallResponseSource getGrpcCallResponseSource(String key)
public GrpcServiceSource getGrpcServiceSource(String key)
public void removeGrpcCallResponseSource(String key)
public void removeGrpcServiceSource(String key)
Copyright © 2019 WSO2. All rights reserved.