public interface TestEndpointResolver
| Modifier and Type | Method and Description |
|---|---|
void |
register(Role role,
TestEndpoint testEndpoint)
Register a test endpoint for the given role
|
TestEndpoint |
resolve(PeerEndpoint peerEndpoint)
Get the test endpoint for the given peer endpoint
|
TestEndpoint resolve(PeerEndpoint peerEndpoint)
peerEndpoint - the peer endpoint for which the test end point needs to be resolvedvoid register(Role role, TestEndpoint testEndpoint)
role - the role to be assigned to the given test endpointtestEndpoint - the test endpoint to assign to the given roleThis documentation was released into the public domain.