| Modifier and Type | Method and Description | 
|---|---|
Expectation[] | 
ForwardChainExpectation.forward(ExpectationForwardCallback expectationForwardCallback)
Call method on object locally or remotely (over web socket)
 to generate request to forward when expectation is matched 
 | 
Expectation[] | 
ForwardChainExpectation.forward(ExpectationForwardCallback expectationForwardCallback,
       Delay delay)
Call method on object locally or remotely (over web socket)
 to generate request to forward when expectation is matched 
 | 
Expectation[] | 
ForwardChainExpectation.forward(ExpectationForwardCallback expectationForwardCallback,
       ExpectationForwardAndResponseCallback expectationForwardResponseCallback)
Call method on object locally or remotely (over web socket)
 to generate request to forward when expectation is matched 
 | 
Expectation[] | 
ForwardChainExpectation.forward(ExpectationForwardCallback expectationForwardCallback,
       ExpectationForwardAndResponseCallback expectationForwardResponseCallback,
       Delay delay)
Call method on object locally or remotely (over web socket)
 to generate request to forward when expectation is matched 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ExpectationForwardCallback | 
LocalCallbackRegistry.retrieveForwardCallback(String clientId)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CallbackActionExamples.TestExpectationForwardCallback  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ExpectationForwardAndResponseCallback  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PrecannedTestExpectationForwardCallbackRequest  | 
class  | 
PrecannedTestExpectationForwardCallbackRequestAndResponse  | 
Copyright © 2020. All rights reserved.